author | Linus Torvalds <torvalds@osdl.org> | |
Sat, 29 Jul 2006 04:21:48 +0000 (21:21 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sat, 29 Jul 2006 05:03:06 +0000 (22:03 -0700) | ||
commit | db6296a566eb1a8007a84330a911b38055720743 | |
tree | b37108730d738e64c27311785598a55746c50081 | tree | snapshot |
parent | 818f477c40fee62ab8ea5b493c51bb357f38957c | commit | diff |
Call setup_git_directory() early
Any git command that expects to work in a subdirectory of a project, and
that reads the git config files (which is just about all of them) needs to
make sure that it does the "setup_git_directory()" call before it tries to
read the config file.
This means, among other things, that we need to move the call out of
"init_revisions()", and into the caller.
This does the mostly trivial conversion to do that.
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Any git command that expects to work in a subdirectory of a project, and
that reads the git config files (which is just about all of them) needs to
make sure that it does the "setup_git_directory()" call before it tries to
read the config file.
This means, among other things, that we need to move the call out of
"init_revisions()", and into the caller.
This does the mostly trivial conversion to do that.
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
12 files changed:
blame.c | diff | blob | history | |
builtin-diff-files.c | diff | blob | history | |
builtin-diff-index.c | diff | blob | history | |
builtin-diff-tree.c | diff | blob | history | |
builtin-diff.c | diff | blob | history | |
builtin-fmt-merge-msg.c | diff | blob | history | |
builtin-log.c | diff | blob | history | |
builtin-prune.c | diff | blob | history | |
builtin-rev-list.c | diff | blob | history | |
http-push.c | diff | blob | history | |
revision.c | diff | blob | history | |
revision.h | diff | blob | history |