commit | f4dd334bff85a203f71b3dfd086d8fd523db41ec | [log] [tgz] |
---|---|---|
author | Gustaf Hendeby <hendeby@isy.liu.se> | Sat Nov 24 14:47:56 2007 +0100 |
committer | Eric Wong <normalperson@yhbt.net> | Fri Nov 30 23:29:27 2007 -0800 |
tree | e21b25786c2f0b6437c554a9d5be28a8f723ff7e | |
parent | 65c6a4696a760f518c9f262705de030323c11146 [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>