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 /.gitignore | |
parent | a8e0d16d85fb2ea53775f64549cac2396cd621a6 (diff) | |
download | git-db5e523fddd2a1a47d9ea63498734d0141925513.tar.gz |
Created fast-import, a tool to quickly generating a pack from blobs.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 55cd9844d6..8ddccd7dac 100644 --- a/.gitignore +++ b/.gitignore @@ -32,6 +32,7 @@ git-diff-index git-diff-stages git-diff-tree git-describe +git-fast-import git-fetch git-fetch-pack git-findtags |