1. 05 5月, 2008 5 次提交
  2. 04 5月, 2008 8 次提交
  3. 01 5月, 2008 3 次提交
    • S
      git-svn: Same default as cvsimport when using --use-log-author · abfa533d
      Stephen R. van den Berg 提交于
      When using git-cvsimport, the author is inferred from the cvs commit,
      e.g. cvs commit logname is foobaruser, then the author field in git
      results in:
      
      Author: foobaruser <foobaruser>
      
      Which is not perfect, but perfectly acceptable given the circumstances.
      
      The default git-svn import however, results in:
      
      Author: foobaruser <foobaruser@acf43c95-373e-0410-b603-e72c3f656dc1>
      
      When using mixes of imports, from CVS and SVN into the same git
      repository, you'd like to harmonise the imports to the format cvsimport
      uses.
      git-svn supports an experimental option --use-log-author which currently
      results in the same logentry as without that option when no From: or
      Signed-off-by: is found in the logentry ($email currently ends up empty,
      and hence is generated again).
      
      This patches harmonises the result with cvsimport, and makes
      git-svn --use-log-author produce:
      
      Author: foobaruser <foobaruser>
      Signed-off-by: NStephen R. van den Berg <srb@cuci.nl>
      Acked-by: NEric Wong <normalperson@yhbt.net>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      abfa533d
    • J
      Merge branch 'maint' · e4b9c36c
      Junio C Hamano 提交于
      * maint:
        fetch-pack: brown paper bag fix
      e4b9c36c
    • J
      fetch-pack: brown paper bag fix · 2d8bed96
      Junio C Hamano 提交于
      When I applied Linus's patch from the list by hand somehow I ended
      up reversing the logic by mistake.  This fixes it.
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      2d8bed96
  4. 30 4月, 2008 12 次提交
  5. 29 4月, 2008 3 次提交
  6. 28 4月, 2008 9 次提交