1. 12 1月, 2013 2 次提交
    • 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 13 次提交