summaryrefslogtreecommitdiff
path: root/apply.c
Commit message (Expand)AuthorAgeFilesLines
* Builtin git-apply.Peter Eriksen2006-05-231-2299/+0
* apply --cached: do not check newly added file in the working treeJunio C Hamano2006-05-171-4/+6
* apply --cached: apply a patch without using working tree.Junio C Hamano2006-05-151-20/+52
* apply --numstat: show new name, not old name.Junio C Hamano2006-05-151-1/+1
* Merge branch 'jc/bindiff'Junio C Hamano2006-05-091-61/+237
|\
| * binary diff: further updates.Junio C Hamano2006-05-051-33/+97
| * binary patch.Junio C Hamano2006-05-051-60/+172
* | apply: fix infinite loop with multiple patches with --indexEric Wong2006-05-091-9/+9
|/
* Implement limited context matching in git-apply.Eric W. Biederman2006-04-101-18/+105
* Replace xmalloc+memset(0) with xcalloc.Peter Eriksen2006-04-041-6/+3
* Use blob_, commit_, tag_, and tree_type throughout.Peter Eriksen2006-04-041-2/+3
* git-apply: safety fixesLinus Torvalds2006-03-251-1/+3
* git-apply: do not barf when updating an originally empty file.Junio C Hamano2006-03-221-1/+1
* Use #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0]))Junio C Hamano2006-03-091-1/+1
* Add --temp and --stage=all options to checkout-index.Shawn Pearce2006-03-051-1/+2
* war on whitespaces: documentation.Junio C Hamano2006-03-021-1/+1
* git-apply: war on whitespace -- finishing touches.Junio C Hamano2006-02-281-0/+11
* git-apply --whitespace=nowarnJunio C Hamano2006-02-271-2/+6
* apply --whitespace: configuration option.Junio C Hamano2006-02-271-24/+48
* apply: squelch excessive errors and --whitespace=error-allJunio C Hamano2006-02-271-8/+45
* apply --whitespace fixes and enhancements.Junio C Hamano2006-02-261-23/+54
* The war on trailing whitespaceLinus Torvalds2006-02-261-0/+33
* Merge branch 'jc/nostat'Junio C Hamano2006-02-211-1/+1
|\
| * "Assume unchanged" gitJunio C Hamano2006-02-081-1/+1
* | Optionally support old diffsJohannes Schindelin2006-02-171-0/+8
|/
* Use sha1_file.c's mkdir-like routine in apply.c.Jason Riedy2006-02-031-21/+4
* Make apply accept the -pNUM option like patch does.Daniel Barkalow2006-01-311-2/+6
* fix potential deadlock in create_one_fileAlex Riesen2006-01-051-1/+2
* trivial: O_EXCL makes O_TRUNC redundantAlex Riesen2006-01-051-1/+1
* xread/xwrite: do not worry about EINTR at calling sites.Junio C Hamano2005-12-191-17/+6
* git-apply: work from subdirectory.Junio C Hamano2005-11-281-0/+18
* 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
|/