1
0
mirror of https://github.com/git/git synced 2024-07-07 19:39:27 +00:00

git-repack: use non-dashed update-server-info

Signed-off-by: Dan McGee <dpmcgee@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Dan McGee 2009-04-04 11:59:55 -05:00 committed by Junio C Hamano
parent 5bd27ebb18
commit e1dc49bcde

View File

@ -181,5 +181,5 @@ fi
case "$no_update_info" in
t) : ;;
*) git-update-server-info ;;
*) git update-server-info ;;
esac