It had the test for the destination reversed.
This commit is contained in:
Linus Torvalds 2005-07-16 10:27:19 -07:00
Родитель 98e031f0bb
Коммит 60ea0fdd7d
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -29,6 +29,8 @@ git-rev-parse --verify "$head" > /dev/null || exit 1
case "$merge_store" in
'')
;;
*)
echo "$head" > "$GIT_DIR/$merge_store"
esac &&