aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@g5.osdl.org>2005-07-03 13:38:01 -0700
committerLinus Torvalds <torvalds@g5.osdl.org>2005-07-03 13:38:01 -0700
commitb2d46199d24856a05f455236031935dd35b3116f (patch)
treea001d1b98463edd11837b2881c0d1ac3616b8cf6 /Makefile
parent1c4a29120240a35b9c02afa636dac3e55ac96cb0 (diff)
downloadgit-b2d46199d24856a05f455236031935dd35b3116f.tar.gz
Add "git repack" command that does an incremental pack
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e86ba65805..2590c81722 100644
--- a/Makefile
+++ b/Makefile
@@ -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 \