aboutsummaryrefslogtreecommitdiff
path: root/apply.c
Commit message (Expand)AuthorAge
* [PATCH] Let umask do its work upon filesystem object creation.Junio C Hamano2005-07-06
* Fix sparse warnings.Linus Torvalds2005-07-03
* git-apply: take "--apply" flag to force an apply even if we also ask for a di...Linus Torvalds2005-06-23
* [PATCH] git-apply: implement --summary option.Junio C Hamano2005-06-22
* [PATCH] git-apply --stat: show new filename for rename/copy patch.Junio C Hamano2005-06-22
* git-apply: create subdirectories leading up to a new fileLinus Torvalds2005-06-21
* [PATCH] git-apply: Don't barf when --stat'ing a diff with no line changes.Sven Verdoolaege2005-06-21
* git-apply: use default name for mode change patchesLinus Torvalds2005-06-17
* git-apply: normalize file mode when comparing with expected valueLinus Torvalds2005-06-13
* git-apply: fix error handling for nonexistent filesLinus Torvalds2005-06-12
* git-apply: ignore empty git headersLinus Torvalds2005-06-12
* git-apply: creatign empty files is nonfatalLinus Torvalds2005-06-08
* diff 'rename' format change.Linus Torvalds2005-06-05
* git-apply: consider it an error to apply no changesLinus Torvalds2005-06-05
* git-apply: fix rename header parsingLinus Torvalds2005-06-05
* git-apply: actually apply patches and update the indexLinus Torvalds2005-06-05
* git-apply: fix apply of a new fileLinus Torvalds2005-06-05
* git-apply: find offset fragments, and really apply themLinus Torvalds2005-06-05
* git-apply: first cut at actually checking fragment dataLinus Torvalds2005-06-05
* git-apply --stat: limit lines to 79 charactersLinus Torvalds2005-05-31
* git-apply: don't try to be clever about filenames and the indexLinus Torvalds2005-05-31
* [PATCH] Show dissimilarity index for D and N case.Junio C Hamano2005-05-30
* 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