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