Skip to content

Commit

Permalink
git-repack: use non-dashed update-server-info
Browse files Browse the repository at this point in the history
Signed-off-by: Dan McGee <dpmcgee@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Dan McGee authored and Junio C Hamano committed Apr 5, 2009
1 parent 5bd27eb commit e1dc49b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-repack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -181,5 +181,5 @@ fi

case "$no_update_info" in
t) : ;;
*) git-update-server-info ;;
*) git update-server-info ;;
esac

0 comments on commit e1dc49b

Please sign in to comment.