aboutsummaryrefslogtreecommitdiff
path: root/apply.c
Commit message (Expand)AuthorAge
...
* | | apply: pass apply state to build_fake_ancestor()Christian Couder2016-09-07
* | | apply: refactor `git apply` option parsingChristian Couder2016-09-07
* | | apply: change error_routine when silentChristian Couder2016-09-07
* | | apply: don't print on stdout in verbosity_silent modeChristian Couder2016-09-07
* | | apply: make it possible to silently applyChristian Couder2016-09-07
* | | apply: use error_errno() where possibleChristian Couder2016-09-07
* | | apply: make some parsing functions static againChristian Couder2016-09-07
| |/ |/|
* | apply: move libified code from builtin/apply.c to apply.{c,h}Christian Couder2016-09-07
* | builtin/apply: move check_apply_state() to apply.cChristian Couder2016-08-11
* | apply: make init_apply_state() return -1 instead of exit()ingChristian Couder2016-08-11
* | builtin/apply: move init_apply_state() to apply.cChristian Couder2016-08-11
|/
* Builtin git-apply.Peter Eriksen2006-05-23
* apply --cached: do not check newly added file in the working treeJunio C Hamano2006-05-17
* apply --cached: apply a patch without using working tree.Junio C Hamano2006-05-15
* apply --numstat: show new name, not old name.Junio C Hamano2006-05-15
* Merge branch 'jc/bindiff'Junio C Hamano2006-05-09
|\
| * binary diff: further updates.Junio C Hamano2006-05-05
| * binary patch.Junio C Hamano2006-05-05
* | apply: fix infinite loop with multiple patches with --indexEric Wong2006-05-09
|/
* Implement limited context matching in git-apply.Eric W. Biederman2006-04-10
* Replace xmalloc+memset(0) with xcalloc.Peter Eriksen2006-04-04
* Use blob_, commit_, tag_, and tree_type throughout.Peter Eriksen2006-04-04
* git-apply: safety fixesLinus Torvalds2006-03-25
* git-apply: do not barf when updating an originally empty file.Junio C Hamano2006-03-22
* Use #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0]))Junio C Hamano2006-03-09
* Add --temp and --stage=all options to checkout-index.Shawn Pearce2006-03-05
* war on whitespaces: documentation.Junio C Hamano2006-03-02
* git-apply: war on whitespace -- finishing touches.Junio C Hamano2006-02-28
* git-apply --whitespace=nowarnJunio C Hamano2006-02-27
* apply --whitespace: configuration option.Junio C Hamano2006-02-27
* apply: squelch excessive errors and --whitespace=error-allJunio C Hamano2006-02-27
* apply --whitespace fixes and enhancements.Junio C Hamano2006-02-26
* The war on trailing whitespaceLinus Torvalds2006-02-26
* Merge branch 'jc/nostat'Junio C Hamano2006-02-21
|\
| * "Assume unchanged" gitJunio C Hamano2006-02-08
* | Optionally support old diffsJohannes Schindelin2006-02-17
|/
* Use sha1_file.c's mkdir-like routine in apply.c.Jason Riedy2006-02-03
* Make apply accept the -pNUM option like patch does.Daniel Barkalow2006-01-31
* fix potential deadlock in create_one_fileAlex Riesen2006-01-05
* trivial: O_EXCL makes O_TRUNC redundantAlex Riesen2006-01-05
* xread/xwrite: do not worry about EINTR at calling sites.Junio C Hamano2005-12-19
* git-apply: work from subdirectory.Junio C Hamano2005-11-28
* Deal with binary diff output from GNU diff 2.8.7Junio C Hamano2005-11-17
* apply: allow-binary-replacement.Junio C Hamano2005-11-16
* git-apply: fail if a patch cannot be applied.Junio C Hamano2005-11-16
* apply: fix binary patch detection.Junio C Hamano2005-11-14
* Documentation: git-apply --no-addJunio C Hamano2005-11-11
* merge-one-file: use common as base, instead of emptiness.Junio C Hamano2005-11-11
* git-apply: do not fail on binary diff when not applying nor checking.Junio C Hamano2005-11-09
* git-apply --numstatJunio C Hamano2005-10-28