summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorShawn O. Pearce <spearce@spearce.org>2006-08-05 06:04:21 (GMT)
committerShawn O. Pearce <spearce@spearce.org>2007-01-14 07:15:01 (GMT)
commitdb5e523fddd2a1a47d9ea63498734d0141925513 (patch)
tree8fe90380dc6dd5049126e978beeb85a2c6031730 /Makefile
parenta8e0d16d85fb2ea53775f64549cac2396cd621a6 (diff)
downloadgit-db5e523fddd2a1a47d9ea63498734d0141925513.zip
git-db5e523fddd2a1a47d9ea63498734d0141925513.tar.gz
git-db5e523fddd2a1a47d9ea63498734d0141925513.tar.bz2
Created fast-import, a tool to quickly generating a pack from blobs.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b15b420..a37f74a 100644
--- a/Makefile
+++ b/Makefile
@@ -186,6 +186,7 @@ SIMPLE_PROGRAMS = \
PROGRAMS = \
git-convert-objects$X git-fetch-pack$X git-fsck-objects$X \
git-hash-object$X git-index-pack$X git-local-fetch$X \
+ git-fast-import$X \
git-merge-base$X \
git-merge-index$X git-mktag$X git-mktree$X git-patch-id$X \
git-peek-remote$X git-receive-pack$X \