diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-04-05 01:17:08 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-04-05 01:17:08 -0700 |
commit | 81aa96497686bd31c5a9a3cdf110c2e10c799c03 (patch) | |
tree | 58e9c7e1f74d2d002ca8cc0c59eec8ade805f9f5 /git-repack.sh | |
parent | 5dba35912474770d0df45ed801d78c4c9ed5e949 (diff) | |
parent | 835a3eea3e18695e29b1d4c3adca37d1caaa16ef (diff) | |
download | git-81aa96497686bd31c5a9a3cdf110c2e10c799c03.tar.gz |
Merge branch 'maint'
* maint:
git submodule: fix usage line
doc/git-pack-refs: fix two grammar issues
commit: abort commit if interactive add failed
git-repack: use non-dashed update-server-info
Diffstat (limited to 'git-repack.sh')
-rwxr-xr-x | git-repack.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-repack.sh b/git-repack.sh index 1782a23b26..0868734723 100755 --- a/git-repack.sh +++ b/git-repack.sh @@ -181,5 +181,5 @@ fi case "$no_update_info" in t) : ;; -*) git-update-server-info ;; +*) git update-server-info ;; esac |