diff options
| author | Junio C Hamano <gitster@pobox.com> | 2009-04-05 01:04:54 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2009-04-05 01:04:54 -0700 |
| commit | be18f4b899a94ff51ff3c621822500579cf6df6a (patch) | |
| tree | 4c51b65cbee630580fe470b4ed5ba695ce3187f0 /git-repack.sh | |
| parent | 38b7ccbe8c6615c709a4a69071c46593a1494952 (diff) | |
| parent | acb0b7b01f64cf55d508b469eb2a351359c0cd82 (diff) | |
| download | git-be18f4b899a94ff51ff3c621822500579cf6df6a.tar.xz | |
Merge branch 'maint-1.6.1' into maint
* maint-1.6.1:
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 be6db5e805..00c597e97c 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 |
