summaryrefslogtreecommitdiff
path: root/apply.c
Commit message (Expand)AuthorAgeFilesLines
...
* git-apply: find offset fragments, and really apply themLinus Torvalds2005-06-051-15/+82
* git-apply: first cut at actually checking fragment dataLinus Torvalds2005-06-051-10/+187
* git-apply --stat: limit lines to 79 charactersLinus Torvalds2005-05-311-4/+9
* git-apply: don't try to be clever about filenames and the indexLinus Torvalds2005-05-311-13/+5
* [PATCH] Show dissimilarity index for D and N case.Junio C Hamano2005-05-301-0/+6
* git-apply: add "--check" option to check that the diff makes senseLinus Torvalds2005-05-261-26/+96
* git-apply: when validating default names, check the final EOLN tooLinus Torvalds2005-05-261-1/+1
* git-apply: pick up default filenames from "diff --git" header lineLinus Torvalds2005-05-261-10/+72
* git-apply: make the diffstat output happen for "--stat" only.Linus Torvalds2005-05-261-28/+68
* git-apply: implement "diffstat" outputLinus Torvalds2005-05-261-15/+77
* git-apply: parse the whole list of patches into memory firstLinus Torvalds2005-05-261-90/+146
* [PATCH] Squelch compiler warningJunio C Hamano2005-05-241-1/+1
* git-apply: more consistency checks on gitdiff filenamesLinus Torvalds2005-05-231-4/+46
* git-apply: start using the index file information.Linus Torvalds2005-05-231-19/+68
* git-apply: if no input files specified, apply stdinLinus Torvalds2005-05-231-0/+5
* git-apply: unknown modes are zero, not -1Linus Torvalds2005-05-231-1/+1
* git-apply: parse the diff headers (both traditional and new)Linus Torvalds2005-05-231-31/+217
* git-apply: improve error detection and messagesLinus Torvalds2005-05-231-42/+74
* git-apply: bad patch fragments are fatalLinus Torvalds2005-05-231-1/+1
* Start implementing "git-apply"Linus Torvalds2005-05-231-0/+317