1. 12 1月, 2013 4 次提交
    • J
      Merge branch 'jn/warn-on-inaccessible-loosen' into maint · e6f1550a
      Junio C Hamano 提交于
      When attempting to read the XDG-style $HOME/.config/git/config and
      finding that $HOME/.config/git is a file, we gave a wrong error
      message, instead of treating the case as "a custom config file does
      not exist there" and moving on.
      
      * jn/warn-on-inaccessible-loosen:
        config: exit on error accessing any config file
        doc: advertise GIT_CONFIG_NOSYSTEM
        config: treat user and xdg config permission problems as errors
        config, gitignore: failure to access with ENOTDIR is ok
      e6f1550a
    • J
      Merge branch 'ja/directory-attrs' into maint · 22fd1c84
      Junio C Hamano 提交于
      The attribute mechanism didn't allow limiting attributes to be
      applied to only a single directory itself with "path/" like the
      exclude mechanism does.
      
      * ja/directory-attrs:
        Add directory pattern matching to attributes
      22fd1c84
    • J
      Merge branch 'jc/fetch-ignore-symref' into maint · c039f35b
      Junio C Hamano 提交于
      "git fetch --mirror" and fetch that uses other forms of refspec with
      wildcard used to attempt to update a symbolic ref that match the
      wildcard on the receiving end, which made little sense (the real ref
      that is pointed at by the symbolic ref would be updated anyway).
      
      Symbolic refs no longer are affected by such a fetch.
      
      * jc/fetch-ignore-symref:
        fetch: ignore wildcarded refspecs that update local symbolic refs
      c039f35b
    • J
      Merge branch 'ss/svn-prompt' into maint · 9a4a941e
      Junio C Hamano 提交于
      The way "git svn" asked for password using SSH_ASKPASS and
      GIT_ASKPASS was not in line with the rest of the system.
      
      * ss/svn-prompt:
        git-svn, perl/Git.pm: extend and use Git->prompt method for querying users
        perl/Git.pm: Honor SSH_ASKPASS as fallback if GIT_ASKPASS is not set
        git-svn, perl/Git.pm: add central method for prompting passwords
      9a4a941e
  2. 11 1月, 2013 12 次提交
  3. 09 1月, 2013 10 次提交
  4. 02 1月, 2013 2 次提交
  5. 01 1月, 2013 1 次提交
  6. 28 12月, 2012 11 次提交