diff options
author | Junio Hamano <junio@twinsun.com> | 2007-05-11 16:35:18 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-05-12 10:19:13 -0700 |
commit | a25907dac4a3b79523290f19232157b9705dfe55 (patch) | |
tree | 243454c0cb7b73e3f36a4fba1f107a92e83b46f4 /tag.c | |
parent | git-archive: don't die when repository uses subprojects (diff) | |
download | tgif-a25907dac4a3b79523290f19232157b9705dfe55.tar.xz |
t9400: Use the repository config and nothing else.
git-cvsserver has a bug in its configuration file output parser
that makes it choke if the configuration has these:
[diff]
color = auto
[diff.color]
whitespace = blue reverse
This needs to be fixed, but thanks to that bug, a separate bug
in t9400 test script was discovered. The test discarded
GIT_CONFIG instead of pointing at the proper one to be used in
the exoprted repository. This allowed user's .gitconfig and (if
exists) systemwide /etc/gitconfig to affect the outcome of the
test, which is a big no-no.
The patch fixes the problem in the test. Fixing the
git-cvsserver's configuration parser is left as an exercise to
motivated volunteers ;-)
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'tag.c')
0 files changed, 0 insertions, 0 deletions