diff options
author | Karl Hasselström <kha@treskal.com> | 2008-05-17 17:07:09 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-06-01 14:29:50 -0700 |
commit | d72ab8c8921f74b64be029235d4d2cdd9dcb87b9 (patch) | |
tree | b337c77619b64114d468a1316f82fd29eda8c40a /builtin-pack-objects.c | |
parent | Clarify description of <repository> argument to pull/fetch for naming remotes. (diff) | |
download | tgif-d72ab8c8921f74b64be029235d4d2cdd9dcb87b9.tar.xz |
Fix path duplication in git svn commit-diff
Given an SVN repo file:///tmp/svntest/repo, trying to commit changes
to a file proj/trunk/foo.txt in that repo with this command line
git svn commit-diff -r2 HEAD^ HEAD file:///tmp/svntest/repo/proj/trunk
gave the error message
Filesystem has no item: File not found: transaction '2-6', path
'/proj/trunk/proj/trunk/foo.txt'
This fixes the duplication.
Signed-off-by: Karl Hasselström <kha@treskal.com>
Acked-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin-pack-objects.c')
0 files changed, 0 insertions, 0 deletions