зеркало из https://github.com/microsoft/git.git
git-var: make it work in subdirectory.
Use setup_git_directory() so that it can find its .git directory. Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Родитель
ae2b0f1518
Коммит
5d318ce6a9
2
var.c
2
var.c
|
@ -57,6 +57,8 @@ int main(int argc, char **argv)
|
|||
if (argc != 2) {
|
||||
usage(var_usage);
|
||||
}
|
||||
|
||||
setup_git_directory();
|
||||
setup_ident();
|
||||
val = NULL;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче