aboutsummaryrefslogtreecommitdiffstats
path: root/apply.c
AgeCommit message (Expand)AuthorFilesLines
2005-09-30[PATCH] Flag empty patches as errorsLinus Torvalds1-0/+13
2005-09-04[PATCH] Make git-apply understand incomplete lines in non-C localesFredrik Kuivinen1-3/+7
2005-08-28Merge refs/heads/portable from http://www.cs.berkeley.edu/~ejr/gits/git.git Junio C Hamano1-1/+1
2005-08-28[PATCH] Fix git patch header processing in git-apply.Robert Fitzsimons1-1/+1
2005-08-23Fix ?: statements.Jason Riedy1-1/+1
2005-08-17[PATCH] When copying or renaming, keep the mode, pleaseJohannes Schindelin1-2/+6
2005-08-09[PATCH] -Werror fixesTimo Sirainen1-2/+2
2005-07-28[PATCH] Make git-apply --stat less butt-ugly with long filenamesLinus Torvalds1-2/+10
2005-07-22[PATCH] apply.c: --exclude=fnmatch-pattern option.Junio C Hamano1-7/+38
2005-07-22[PATCH] apply.c: handle incomplete lines correctly.Junio C Hamano1-1/+8
2005-07-13[PATCH] apply: match documentation, usage string and code.Junio C Hamano1-1/+3
2005-07-13git-apply: be a lot more careful when writing filesLinus Torvalds1-35/+49
2005-07-12[PATCH] git: fix trivial warning from show_rename_copy()Tony Luck1-1/+1
2005-07-06[PATCH] Let umask do its work upon filesystem object creation.Junio C Hamano1-1/+1
2005-07-03Fix sparse warnings.Linus Torvalds1-2/+2
2005-06-23git-apply: take "--apply" flag to force an apply even if we also ask for a di...Linus Torvalds1-1/+4
2005-06-22[PATCH] git-apply: implement --summary option.Junio C Hamano1-1/+93
2005-06-22[PATCH] git-apply --stat: show new filename for rename/copy patch.Junio C Hamano1-2/+2
2005-06-21git-apply: create subdirectories leading up to a new fileLinus Torvalds1-2/+47
2005-06-21[PATCH] git-apply: Don't barf when --stat'ing a diff with no line changes.Sven Verdoolaege1-3/+5
2005-06-17git-apply: use default name for mode change patchesLinus Torvalds1-2/+5
2005-06-13git-apply: normalize file mode when comparing with expected valueLinus Torvalds1-0/+1
2005-06-12git-apply: fix error handling for nonexistent filesLinus Torvalds1-1/+1
2005-06-12git-apply: ignore empty git headersLinus Torvalds1-1/+1
2005-06-08git-apply: creatign empty files is nonfatalLinus Torvalds1-2/+5
2005-06-05diff 'rename' format change.Linus Torvalds1-0/+2
2005-06-05git-apply: consider it an error to apply no changesLinus Torvalds1-0/+3
2005-06-05git-apply: fix rename header parsingLinus Torvalds1-3/+3
2005-06-05git-apply: actually apply patches and update the indexLinus Torvalds1-4/+121
2005-06-05git-apply: fix apply of a new fileLinus Torvalds1-12/+27
2005-06-05git-apply: find offset fragments, and really apply themLinus Torvalds1-15/+82
2005-06-05git-apply: first cut at actually checking fragment dataLinus Torvalds1-10/+187
2005-05-31git-apply --stat: limit lines to 79 charactersLinus Torvalds1-4/+9
2005-05-31git-apply: don't try to be clever about filenames and the indexLinus Torvalds1-13/+5
2005-05-30[PATCH] Show dissimilarity index for D and N case.Junio C Hamano1-0/+6
2005-05-26git-apply: add "--check" option to check that the diff makes senseLinus Torvalds1-26/+96
2005-05-26git-apply: when validating default names, check the final EOLN tooLinus Torvalds1-1/+1
2005-05-26git-apply: pick up default filenames from "diff --git" header lineLinus Torvalds1-10/+72
2005-05-26git-apply: make the diffstat output happen for "--stat" only.Linus Torvalds1-28/+68
2005-05-26git-apply: implement "diffstat" outputLinus Torvalds1-15/+77
2005-05-26git-apply: parse the whole list of patches into memory firstLinus Torvalds1-90/+146
2005-05-24[PATCH] Squelch compiler warningJunio C Hamano1-1/+1
2005-05-23git-apply: more consistency checks on gitdiff filenamesLinus Torvalds1-4/+46
2005-05-23git-apply: start using the index file information.Linus Torvalds1-19/+68
2005-05-23git-apply: if no input files specified, apply stdinLinus Torvalds1-0/+5
2005-05-23git-apply: unknown modes are zero, not -1Linus Torvalds1-1/+1
2005-05-23git-apply: parse the diff headers (both traditional and new)Linus Torvalds1-31/+217
2005-05-23git-apply: improve error detection and messagesLinus Torvalds1-42/+74
2005-05-23git-apply: bad patch fragments are fatalLinus Torvalds1-1/+1
2005-05-23Start implementing "git-apply"Linus Torvalds1-0/+317