diff options
author | Junio C Hamano <junkio@cox.net> | 2007-04-08 23:20:43 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-04-08 23:20:43 -0700 |
commit | d39d10d7fc3b391075201052ca8b090eb898eec0 (patch) | |
tree | b68184830da108e37de37a0b99fbf52b098f6440 /Documentation | |
parent | 8d1608b8bf49d6dfbc843b981c2dfb730fc3a96b (diff) | |
parent | 24c64d6add05f1f4d2e277af2d44c961910c98d3 (diff) | |
download | git-d39d10d7fc3b391075201052ca8b090eb898eec0.tar.gz |
Merge branch 'maint'
* maint:
Add Documentation/cmd-list.made to .gitignore
git-svn: fix log command to avoid infinite loop on long commit messages
git-svn: dcommit/rebase confused by patches with git-svn-id: lines
git-svn: bail out on incorrect command-line options
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/.gitignore b/Documentation/.gitignore index 6a51331b2f..b98d21e98e 100644 --- a/Documentation/.gitignore +++ b/Documentation/.gitignore @@ -2,6 +2,7 @@ *.html *.1 *.7 +*.made howto-index.txt doc.dep cmds-*.txt |