aboutsummaryrefslogtreecommitdiff
path: root/apply.c
Commit message (Expand)AuthorAge
* git-apply: add "--check" option to check that the diff makes senseLinus Torvalds2005-05-26
* git-apply: when validating default names, check the final EOLN tooLinus Torvalds2005-05-26
* git-apply: pick up default filenames from "diff --git" header lineLinus Torvalds2005-05-26
* git-apply: make the diffstat output happen for "--stat" only.Linus Torvalds2005-05-26
* git-apply: implement "diffstat" outputLinus Torvalds2005-05-26
* git-apply: parse the whole list of patches into memory firstLinus Torvalds2005-05-26
* [PATCH] Squelch compiler warningJunio C Hamano2005-05-24
* git-apply: more consistency checks on gitdiff filenamesLinus Torvalds2005-05-23
* git-apply: start using the index file information.Linus Torvalds2005-05-23
* git-apply: if no input files specified, apply stdinLinus Torvalds2005-05-23
* git-apply: unknown modes are zero, not -1Linus Torvalds2005-05-23
* git-apply: parse the diff headers (both traditional and new)Linus Torvalds2005-05-23
* git-apply: improve error detection and messagesLinus Torvalds2005-05-23
* git-apply: bad patch fragments are fatalLinus Torvalds2005-05-23
* Start implementing "git-apply"Linus Torvalds2005-05-23