summaryrefslogtreecommitdiff
path: root/apply.c
AgeCommit message (Expand)AuthorFilesLines
2005-11-28git-apply: work from subdirectory.Libravatar Junio C Hamano1-0/+18
2005-11-17Deal with binary diff output from GNU diff 2.8.7Libravatar Junio C Hamano1-6/+18
2005-11-16apply: allow-binary-replacement.Libravatar Junio C Hamano1-6/+81
2005-11-16git-apply: fail if a patch cannot be applied.Libravatar Junio C Hamano1-4/+7
2005-11-14apply: fix binary patch detection.Libravatar Junio C Hamano1-3/+4
2005-11-11Documentation: git-apply --no-addLibravatar Junio C Hamano1-1/+1
2005-11-11merge-one-file: use common as base, instead of emptiness.Libravatar Junio C Hamano1-2/+9
2005-11-09git-apply: do not fail on binary diff when not applying nor checking.Libravatar Junio C Hamano1-6/+19
2005-10-28git-apply --numstatLibravatar Junio C Hamano1-1/+25
2005-10-17git-apply: remove unused --show-files flag.Libravatar Junio C Hamano1-39/+1
2005-10-17Update git-apply to use C-style quoting for funny pathnames.Libravatar Junio C Hamano1-44/+184
2005-10-14Unlocalized isspace and friendsLibravatar Linus Torvalds1-1/+0
2005-10-07git-apply: parse index informationLibravatar Junio C Hamano1-1/+76
2005-10-04git-apply: retire unused/unimplemented --no-merge flag.Libravatar Junio C Hamano1-16/+1
2005-10-04git-apply: allow operating in sparsely populated working tree.Libravatar Junio C Hamano1-5/+30
2005-09-30[PATCH] Flag empty patches as errorsLibravatar Linus Torvalds1-0/+13
2005-09-04[PATCH] Make git-apply understand incomplete lines in non-C localesLibravatar Fredrik Kuivinen1-3/+7
2005-08-28Merge refs/heads/portable from http://www.cs.berkeley.edu/~ejr/gits/git.git Libravatar Junio C Hamano1-1/+1
2005-08-28[PATCH] Fix git patch header processing in git-apply.Libravatar Robert Fitzsimons1-1/+1
2005-08-23Fix ?: statements.Libravatar Jason Riedy1-1/+1
2005-08-17[PATCH] When copying or renaming, keep the mode, pleaseLibravatar Johannes Schindelin1-2/+6
2005-08-09[PATCH] -Werror fixesLibravatar Timo Sirainen1-2/+2
2005-07-28[PATCH] Make git-apply --stat less butt-ugly with long filenamesLibravatar Linus Torvalds1-2/+10
2005-07-22[PATCH] apply.c: --exclude=fnmatch-pattern option.Libravatar Junio C Hamano1-7/+38
2005-07-22[PATCH] apply.c: handle incomplete lines correctly.Libravatar Junio C Hamano1-1/+8
2005-07-13[PATCH] apply: match documentation, usage string and code.Libravatar Junio C Hamano1-1/+3
2005-07-13git-apply: be a lot more careful when writing filesLibravatar Linus Torvalds1-35/+49
2005-07-12[PATCH] git: fix trivial warning from show_rename_copy()Libravatar Tony Luck1-1/+1
2005-07-06[PATCH] Let umask do its work upon filesystem object creation.Libravatar Junio C Hamano1-1/+1
2005-07-03Fix sparse warnings.Libravatar Linus Torvalds1-2/+2
2005-06-23git-apply: take "--apply" flag to force an apply even if we also ask for a di...Libravatar Linus Torvalds1-1/+4
2005-06-22[PATCH] git-apply: implement --summary option.Libravatar Junio C Hamano1-1/+93
2005-06-22[PATCH] git-apply --stat: show new filename for rename/copy patch.Libravatar Junio C Hamano1-2/+2
2005-06-21git-apply: create subdirectories leading up to a new fileLibravatar Linus Torvalds1-2/+47
2005-06-21[PATCH] git-apply: Don't barf when --stat'ing a diff with no line changes.Libravatar Sven Verdoolaege1-3/+5
2005-06-17git-apply: use default name for mode change patchesLibravatar Linus Torvalds1-2/+5
2005-06-13git-apply: normalize file mode when comparing with expected valueLibravatar Linus Torvalds1-0/+1
2005-06-12git-apply: fix error handling for nonexistent filesLibravatar Linus Torvalds1-1/+1
2005-06-12git-apply: ignore empty git headersLibravatar Linus Torvalds1-1/+1
2005-06-08git-apply: creatign empty files is nonfatalLibravatar Linus Torvalds1-2/+5
2005-06-05diff 'rename' format change.Libravatar Linus Torvalds1-0/+2
2005-06-05git-apply: consider it an error to apply no changesLibravatar Linus Torvalds1-0/+3
2005-06-05git-apply: fix rename header parsingLibravatar Linus Torvalds1-3/+3
2005-06-05git-apply: actually apply patches and update the indexLibravatar Linus Torvalds1-4/+121
2005-06-05git-apply: fix apply of a new fileLibravatar Linus Torvalds1-12/+27
2005-06-05git-apply: find offset fragments, and really apply themLibravatar Linus Torvalds1-15/+82
2005-06-05git-apply: first cut at actually checking fragment dataLibravatar Linus Torvalds1-10/+187
2005-05-31git-apply --stat: limit lines to 79 charactersLibravatar Linus Torvalds1-4/+9
2005-05-31git-apply: don't try to be clever about filenames and the indexLibravatar Linus Torvalds1-13/+5
2005-05-30[PATCH] Show dissimilarity index for D and N case.Libravatar Junio C Hamano1-0/+6