зеркало из https://github.com/microsoft/git.git
Restore chdir(".git")
This commit is contained in:
Родитель
4ae9568269
Коммит
47888f0f31
2
daemon.c
2
daemon.c
|
@ -131,6 +131,8 @@ static int upload(char *dir, int dirlen)
|
|||
return -1;
|
||||
}
|
||||
|
||||
chdir(".git");
|
||||
|
||||
/*
|
||||
* Security on the cheap.
|
||||
*
|
||||
|
|
Загрузка…
Ссылка в новой задаче