From db5e523fddd2a1a47d9ea63498734d0141925513 Mon Sep 17 00:00:00 2001 From: "Shawn O. Pearce" Date: Sat, 5 Aug 2006 02:04:21 -0400 Subject: Created fast-import, a tool to quickly generating a pack from blobs. Signed-off-by: Shawn O. Pearce --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b15b420ea..a37f74a1f 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 \ -- cgit v1.2.1