]> git.ipfire.org Git - thirdparty/git.git/commit - git-svn.perl
git-svn now reads settings even if called in subdirectory
authorGustaf Hendeby <hendeby@isy.liu.se>
Sat, 24 Nov 2007 13:47:56 +0000 (14:47 +0100)
committerEric Wong <normalperson@yhbt.net>
Sat, 1 Dec 2007 07:29:27 +0000 (23:29 -0800)
commitf4dd334bff85a203f71b3dfd086d8fd523db41ec
treee21b25786c2f0b6437c554a9d5be28a8f723ff7e
parent65c6a4696a760f518c9f262705de030323c11146
git-svn now reads settings even if called in subdirectory

Previously, git-svn first read the .git/config file for settings as if
current working directory was the repository top-directory, and after
that made sure to cd into top-directory.  The result was a silent
failur to read configuration settings.  This patch changes the order
these two things are done.

Signed-off-by: Gustaf Hendeby <hendeby@isy.liu.se>
Acked-by: Eric Wong <normalperson@yhbt.net>
git-svn.perl