]> git.ipfire.org Git - thirdparty/git.git/commit - perl/Git/SVN.pm
git-svn: "git worktree" awareness
authorEric Wong <e@80x24.org>
Fri, 14 Oct 2016 00:27:54 +0000 (00:27 +0000)
committerEric Wong <e@80x24.org>
Fri, 14 Oct 2016 01:36:12 +0000 (01:36 +0000)
commit112423eb905cf28c9445781a7647ba590d597ab3
treec2e79f4e9c7c80dfe758a13317f18860c34d0606
parentb26098fc2f76131f4258d800e0892e87f9138331
git-svn: "git worktree" awareness

git-svn internals were previously not aware of repository
layout differences for users of the "git worktree" command.
Introduce this awareness by using "git rev-parse --git-path"
instead of relying on outdated uses of GIT_DIR and friends.

Thanks-to: Duy Nguyen <pclouds@gmail.com>
Reported-by: Mathieu Arnold <mat@freebsd.org>
Signed-off-by: Eric Wong <e@80x24.org>
git-svn.perl
perl/Git/SVN.pm
perl/Git/SVN/Migration.pm