Skip to content

Commit e1dc49b

Browse files
toofishesgitster
authored andcommitted
git-repack: use non-dashed update-server-info
Signed-off-by: Dan McGee <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 5bd27eb commit e1dc49b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-repack.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,5 +181,5 @@ fi
181181

182182
case "$no_update_info" in
183183
t) : ;;
184-
*) git-update-server-info ;;
184+
*) git update-server-info ;;
185185
esac

0 commit comments

Comments
 (0)