Code

Merge branch 'master' of git://repo.or.cz/git-gui
[git.git] / contrib / examples / git-gc.sh
index 436d7caff5c26f7c0ff8c0a410bdabccdec0a900..2ae235b081ea9829a51758bba5a0d0d64111d32c 100755 (executable)
@@ -30,8 +30,8 @@ notbare|"")
 esac
 
 test "true" != "$pack_refs" ||
-git-pack-refs --prune &&
-git-reflog expire --all &&
+git pack-refs --prune &&
+git reflog expire --all &&
 git-repack -a -d -l &&
-$no_prune git-prune &&
-git-rerere gc || exit
+$no_prune git prune &&
+git rerere gc || exit