зеркало из https://github.com/microsoft/git.git
Fix git-fetch-script breakage
It had the test for the destination reversed.
This commit is contained in:
Родитель
98e031f0bb
Коммит
60ea0fdd7d
|
@ -29,6 +29,8 @@ git-rev-parse --verify "$head" > /dev/null || exit 1
|
|||
|
||||
case "$merge_store" in
|
||||
'')
|
||||
;;
|
||||
*)
|
||||
echo "$head" > "$GIT_DIR/$merge_store"
|
||||
esac &&
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче