diff options
author | Junio C Hamano <junkio@cox.net> | 2007-02-06 19:33:22 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-02-06 19:33:22 -0800 |
commit | 41dc7e004491725e74e3fdd1c364b4c0a234574b (patch) | |
tree | d4a177ce56cfb96e15151e26fbec37c2ea2400de /.gitignore | |
parent | Remove contrib/colordiff (diff) | |
parent | S_IFLNK != 0140000 (diff) | |
download | tgif-41dc7e004491725e74e3fdd1c364b4c0a234574b.tar.xz |
Merge branch 'master' of git://repo.or.cz/git/fastimport
* 'master' of git://repo.or.cz/git/fastimport: (81 commits)
S_IFLNK != 0140000
Don't do non-fastforward updates in fast-import.
Support RFC 2822 date parsing in fast-import.
Minor fast-import documentation corrections.
Remove unnecessary null pointer checks in fast-import.
Correct fast-import timezone documentation.
Correct minor style issue in fast-import.
Correct compiler warnings in fast-import.
Remove --branch-log from fast-import.
Initial draft of fast-import documentation.
Don't support shell-quoted refnames in fast-import.
Reduce memory usage of fast-import.
Include checkpoint command in the BNF.
Accept 'inline' file data in fast-import commit structure.
Reduce value duplication in t9300-fast-import.
Create test case for fast-import.
Support delimited data regions in fast-import.
Remove unnecessary options from fast-import.
Use fixed-size integers when writing out the index in fast-import.
Always use struct pack_header for pack header in fast-import.
...
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index a43444fb92..d49994903e 100644 --- a/.gitignore +++ b/.gitignore @@ -36,6 +36,7 @@ git-diff-index git-diff-stages git-diff-tree git-describe +git-fast-import git-fetch git-fetch-pack git-findtags |