aboutsummaryrefslogtreecommitdiff
path: root/tools/git-applypatch
Commit message (Collapse)AuthorAge
* Add hooks to tools/git-applypatch.Junio C Hamano2005-08-19
| | | | | | | This teachs git-applypatch, which is used from git-applymbox, three hooks, similar to what git-commit-script uses. Signed-off-by: Junio C Hamano <junkio@cox.net>
* Teach applymbox to keep the Subject: line.Junio C Hamano2005-08-16
| | | | | | | | | This corresponds to the -k flag to git format-patch --mbox option. The option should probably not be used when applying a real e-mail patch, but is needed when format-patch and applymbox pair is used for cherrypicking. Signed-off-by: Junio C Hamano <junkio@cox.net>
* Rename the "tools" programs to also have the "git-" prefixLinus Torvalds2005-07-23
Hey, people are using them, and we have an install target for them, so make sure that we can actually install them sanely without disturbing the namespace.