author | Mathias Lafeldt <misfire@debugon.org> | |
Thu, 23 Sep 2010 22:05:03 +0000 (00:05 +0200) | ||
committer | Eric Wong <normalperson@yhbt.net> | |
Fri, 24 Sep 2010 16:24:20 +0000 (16:24 +0000) | ||
commit | 8565a568cdd8604d4b5a00e52c64064a8aebf690 | |
tree | 524fe825c7a8cd568e16befc96033bc2c316d006 | tree | snapshot |
parent | a3c75056dc73661a6cdab180659f52cdb03b357c | commit | diff |
git-svn: fix processing of decorated commit hashes
The function working_head_info() fails to parse commit hashes if they
are decorated (i.e. log.decorate is true), causing dcommit, rebase, and
other vital git-svn commands to malfunction.
This patch disables decorated log output with --no-decorate.
[ew: wrapped long line]
Signed-off-by: Mathias Lafeldt <misfire@debugon.org>
Acked-by: Eric Wong <normalperson@yhbt.net>
The function working_head_info() fails to parse commit hashes if they
are decorated (i.e. log.decorate is true), causing dcommit, rebase, and
other vital git-svn commands to malfunction.
This patch disables decorated log output with --no-decorate.
[ew: wrapped long line]
Signed-off-by: Mathias Lafeldt <misfire@debugon.org>
Acked-by: Eric Wong <normalperson@yhbt.net>
git-svn.perl | diff | blob | history |