summaryrefslogtreecommitdiff
path: root/apply.c
Commit message (Expand)AuthorAgeFilesLines
* 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