diff options
author | Junio C Hamano <junkio@cox.net> | 2007-04-09 08:20:43 +0200 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-04-09 08:20:43 +0200 |
commit | d39d10d7fc3b391075201052ca8b090eb898eec0 (patch) | |
tree | b68184830da108e37de37a0b99fbf52b098f6440 /Documentation | |
parent | Start 1.5.2 cycle by prepareing RelNotes for it. (diff) | |
parent | Add Documentation/cmd-list.made to .gitignore (diff) | |
download | git-d39d10d7fc3b391075201052ca8b090eb898eec0.tar.xz git-d39d10d7fc3b391075201052ca8b090eb898eec0.zip |
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 |