]> git.ipfire.org Git - thirdparty/git.git/commit - git-svn.perl
git svn: revert default behavior for --minimize-url
authorEric Wong <normalperson@yhbt.net>
Sat, 25 Jul 2009 07:00:50 +0000 (00:00 -0700)
committerEric Wong <normalperson@yhbt.net>
Sat, 25 Jul 2009 11:09:43 +0000 (04:09 -0700)
commit6b48829dbbe06798eded1e7c5f70810940591f79
tree387672b84517f6b637d7c13d02cc5c9c920ef118
parent2da9ee0888a8570f9a85ef11f208556c5316e3d4
git svn: revert default behavior for --minimize-url

This reverts the --minimize-url behavior change that
appeared recently in commit 0b2af457a49e3b00d47d556d5301934d27909db8
("Fix branch detection when repository root is inaccessible").

However, we now allow the option to be turned off by allowing
"--no-minimize-url" so people with limited-access setups can
still take advantage of the fix in
0b2af457a49e3b00d47d556d5301934d27909db8.

Also document the behavior and default settings of minimize-url
in the manpage for the first time.

This introduces a temporary UI regression to allow t9141 to pass
that will be reverted (fixed) in the next commit.

Signed-off-by: Eric Wong <normalperson@yhbt.net>
Documentation/git-svn.txt
git-svn.perl
t/t9141-git-svn-multiple-branches.sh