summaryrefslogtreecommitdiff
path: root/apply.c
Commit message (Expand)AuthorAgeFilesLines
* Deal with binary diff output from GNU diff 2.8.7Junio C Hamano2005-11-171-6/+18
* apply: allow-binary-replacement.Junio C Hamano2005-11-161-6/+81
* git-apply: fail if a patch cannot be applied.Junio C Hamano2005-11-161-4/+7
* apply: fix binary patch detection.Junio C Hamano2005-11-141-3/+4
* Documentation: git-apply --no-addJunio C Hamano2005-11-111-1/+1
* merge-one-file: use common as base, instead of emptiness.Junio C Hamano2005-11-111-2/+9
* git-apply: do not fail on binary diff when not applying nor checking.Junio C Hamano2005-11-091-6/+19
* git-apply --numstatJunio C Hamano2005-10-281-1/+25
* git-apply: remove unused --show-files flag.Junio C Hamano2005-10-171-39/+1
* Update git-apply to use C-style quoting for funny pathnames.Junio C Hamano2005-10-171-44/+184
* Unlocalized isspace and friendsLinus Torvalds2005-10-141-1/+0
* git-apply: parse index informationJunio C Hamano2005-10-071-1/+76
* git-apply: retire unused/unimplemented --no-merge flag.Junio C Hamano2005-10-041-16/+1
* git-apply: allow operating in sparsely populated working tree.Junio C Hamano2005-10-041-5/+30
* [PATCH] Flag empty patches as errorsLinus Torvalds2005-09-301-0/+13
* [PATCH] Make git-apply understand incomplete lines in non-C localesFredrik Kuivinen2005-09-041-3/+7
* Merge refs/heads/portable from http://www.cs.berkeley.edu/~ejr/gits/git.git Junio C Hamano2005-08-281-1/+1
|\
| * Fix ?: statements.Jason Riedy2005-08-231-1/+1
* | [PATCH] Fix git patch header processing in git-apply.Robert Fitzsimons2005-08-281-1/+1
|/
* [PATCH] When copying or renaming, keep the mode, pleaseJohannes Schindelin2005-08-171-2/+6
* [PATCH] -Werror fixesTimo Sirainen2005-08-091-2/+2
* [PATCH] Make git-apply --stat less butt-ugly with long filenamesLinus Torvalds2005-07-281-2/+10
* [PATCH] apply.c: --exclude=fnmatch-pattern option.Junio C Hamano2005-07-221-7/+38
* [PATCH] apply.c: handle incomplete lines correctly.Junio C Hamano2005-07-221-1/+8
* [PATCH] apply: match documentation, usage string and code.Junio C Hamano2005-07-131-1/+3
* git-apply: be a lot more careful when writing filesLinus Torvalds2005-07-131-35/+49
* [PATCH] git: fix trivial warning from show_rename_copy()Tony Luck2005-07-121-1/+1
* [PATCH] Let umask do its work upon filesystem object creation.Junio C Hamano2005-07-061-1/+1
* Fix sparse warnings.Linus Torvalds2005-07-031-2/+2
* git-apply: take "--apply" flag to force an apply even if we also ask for a di...Linus Torvalds2005-06-231-1/+4
* [PATCH] git-apply: implement --summary option.Junio C Hamano2005-06-221-1/+93
* [PATCH] git-apply --stat: show new filename for rename/copy patch.Junio C Hamano2005-06-221-2/+2
* git-apply: create subdirectories leading up to a new fileLinus Torvalds2005-06-211-2/+47
* [PATCH] git-apply: Don't barf when --stat'ing a diff with no line changes.Sven Verdoolaege2005-06-211-3/+5
* git-apply: use default name for mode change patchesLinus Torvalds2005-06-171-2/+5
* git-apply: normalize file mode when comparing with expected valueLinus Torvalds2005-06-131-0/+1
* git-apply: fix error handling for nonexistent filesLinus Torvalds2005-06-121-1/+1
* git-apply: ignore empty git headersLinus Torvalds2005-06-121-1/+1
* git-apply: creatign empty files is nonfatalLinus Torvalds2005-06-081-2/+5
* diff 'rename' format change.Linus Torvalds2005-06-051-0/+2
* git-apply: consider it an error to apply no changesLinus Torvalds2005-06-051-0/+3
* git-apply: fix rename header parsingLinus Torvalds2005-06-051-3/+3
* git-apply: actually apply patches and update the indexLinus Torvalds2005-06-051-4/+121
* git-apply: fix apply of a new fileLinus Torvalds2005-06-051-12/+27
* git-apply: find offset fragments, and really apply themLinus Torvalds2005-06-051-15/+82
* git-apply: first cut at actually checking fragment dataLinus Torvalds2005-06-051-10/+187
* git-apply --stat: limit lines to 79 charactersLinus Torvalds2005-05-311-4/+9
* git-apply: don't try to be clever about filenames and the indexLinus Torvalds2005-05-311-13/+5
* [PATCH] Show dissimilarity index for D and N case.Junio C Hamano2005-05-301-0/+6
* git-apply: add "--check" option to check that the diff makes senseLinus Torvalds2005-05-261-26/+96