summaryrefslogtreecommitdiff
path: root/tools/git-applypatch
AgeCommit message (Collapse)AuthorFilesLines
2005-09-07Flatten tools/ directory to make build procedure simpler.Libravatar Junio C Hamano1-118/+0
Also make platform specific part more isolated. Currently we only have Darwin defined, but I've taken a look at SunOS specific patch (which I dropped on the floor for now) as well. Doing things this way would make adding it easier. Signed-off-by: Junio C Hamano <junkio@cox.net>
2005-08-19Add hooks to tools/git-applypatch.Libravatar Junio C Hamano1-18/+69
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>
2005-08-16Teach applymbox to keep the Subject: line.Libravatar Junio C Hamano1-1/+4
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>
2005-07-23Rename the "tools" programs to also have the "git-" prefixLibravatar Linus Torvalds1-0/+64
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.