diff options
author | Shawn O. Pearce <spearce@spearce.org> | 2006-08-05 02:04:21 -0400 |
---|---|---|
committer | Shawn O. Pearce <spearce@spearce.org> | 2007-01-14 02:15:01 -0500 |
commit | db5e523fddd2a1a47d9ea63498734d0141925513 (patch) | |
tree | 8fe90380dc6dd5049126e978beeb85a2c6031730 /Makefile | |
parent | a8e0d16d85fb2ea53775f64549cac2396cd621a6 (diff) | |
download | git-db5e523fddd2a1a47d9ea63498734d0141925513.tar.gz git-db5e523fddd2a1a47d9ea63498734d0141925513.tar.xz |
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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 \ |