author | Gustaf Hendeby <hendeby@isy.liu.se> | |
Sat, 24 Nov 2007 13:47:56 +0000 (14:47 +0100) | ||
committer | Eric Wong <normalperson@yhbt.net> | |
Sat, 1 Dec 2007 07:29:27 +0000 (23:29 -0800) | ||
commit | f4dd334bff85a203f71b3dfd086d8fd523db41ec | |
tree | e21b25786c2f0b6437c554a9d5be28a8f723ff7e | tree | snapshot |
parent | 65c6a4696a760f518c9f262705de030323c11146 | commit | diff |
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>
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 | diff | blob | history |