diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2005-07-03 13:38:01 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-07-03 13:38:01 -0700 |
commit | b2d46199d24856a05f455236031935dd35b3116f (patch) | |
tree | a001d1b98463edd11837b2881c0d1ac3616b8cf6 /Makefile | |
parent | 1c4a29120240a35b9c02afa636dac3e55ac96cb0 (diff) | |
download | git-b2d46199d24856a05f455236031935dd35b3116f.tar.gz |
Add "git repack" command that does an incremental pack
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ SCRIPTS=git git-apply-patch-script git-merge-one-file-script git-prune-script \ git-fetch-script git-status-script git-commit-script \ git-log-script git-shortlog git-cvsimport-script git-diff-script \ git-reset-script git-add-script git-checkout-script git-clone-script \ - gitk git-cherry git-rebase-script git-relink-script + gitk git-cherry git-rebase-script git-relink-script git-repack-script PROG= git-update-cache git-diff-files git-init-db git-write-tree \ git-read-tree git-commit-tree git-cat-file git-fsck-cache \ |