summaryrefslogtreecommitdiff
path: root/apply.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-04Merge branch 'jc/apply-fix-mismerge' into maintJunio C Hamano1-156/+156
2017-05-08apply.c: fix whitespace-only mismergeJunio C Hamano1-156/+156
2017-03-21prefix_filename: return newly allocated stringJeff King1-3/+6
2017-03-21prefix_filename: drop length parameterJeff King1-4/+2
2017-01-30apply: use SWAP macroRené Scharfe1-16/+7
2016-12-07hold_locked_index(): align error handling with hold_lockfile_for_update()Junio C Hamano1-1/+1
2016-10-17i18n: apply: mark error message for translationVasco Almeida1-2/+2
2016-10-14i18n: apply: mark error messages for translationVasco Almeida1-24/+24
2016-10-14i18n: apply: mark info messages for translationVasco Almeida1-4/+4
2016-10-14i18n: apply: mark plural string for translationVasco Almeida1-4/+6
2016-09-22introduce CHECKOUT_INITRené Scharfe1-3/+1
2016-09-19Merge branch 'bc/object-id'Junio C Hamano1-202/+202
2016-09-07apply: learn to use a different index fileChristian Couder1-6/+21
2016-09-07apply: pass apply state to build_fake_ancestor()Christian Couder1-4/+5
2016-09-07apply: refactor `git apply` option parsingChristian Couder1-13/+90
2016-09-07apply: change error_routine when silentChristian Couder1-1/+20
2016-09-07apply: don't print on stdout in verbosity_silent modeChristian Couder1-3/+3
2016-09-07apply: make it possible to silently applyChristian Couder1-22/+40
2016-09-07apply: use error_errno() where possibleChristian Couder1-8/+8
2016-09-07apply: make some parsing functions static againChristian Couder1-3/+3
2016-09-07apply: move libified code from builtin/apply.c to apply.{c,h}Christian Couder1-0/+4731
2016-08-11builtin/apply: move check_apply_state() to apply.cChristian Couder1-0/+32
2016-08-11apply: make init_apply_state() return -1 instead of exit()ingChristian Couder1-5/+6
2016-08-11builtin/apply: move init_apply_state() to apply.cChristian Couder1-0/+94
2006-05-23Builtin git-apply.Peter Eriksen1-2299/+0
2006-05-17apply --cached: do not check newly added file in the working treeJunio C Hamano1-4/+6
2006-05-15apply --cached: apply a patch without using working tree.Junio C Hamano1-20/+52
2006-05-15apply --numstat: show new name, not old name.Junio C Hamano1-1/+1
2006-05-09Merge branch 'jc/bindiff'Junio C Hamano1-58/+234
2006-05-09apply: fix infinite loop with multiple patches with --indexEric Wong1-9/+9
2006-05-05binary diff: further updates.Junio C Hamano1-33/+97
2006-05-05binary patch.Junio C Hamano1-57/+169
2006-04-10Implement limited context matching in git-apply.Eric W. Biederman1-17/+104
2006-04-04Replace xmalloc+memset(0) with xcalloc.Peter Eriksen1-6/+3
2006-04-04Use blob_, commit_, tag_, and tree_type throughout.Peter Eriksen1-2/+3
2006-03-25git-apply: safety fixesLinus Torvalds1-1/+3
2006-03-22git-apply: do not barf when updating an originally empty file.Junio C Hamano1-1/+1
2006-03-09Use #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0]))Junio C Hamano1-1/+1
2006-03-05Add --temp and --stage=all options to checkout-index.Shawn Pearce1-1/+2
2006-03-02war on whitespaces: documentation.Junio C Hamano1-1/+1
2006-02-28git-apply: war on whitespace -- finishing touches.Junio C Hamano1-0/+11
2006-02-27git-apply --whitespace=nowarnJunio C Hamano1-2/+6
2006-02-27apply --whitespace: configuration option.Junio C Hamano1-24/+48
2006-02-27apply: squelch excessive errors and --whitespace=error-allJunio C Hamano1-8/+45
2006-02-26apply --whitespace fixes and enhancements.Junio C Hamano1-23/+54
2006-02-26The war on trailing whitespaceLinus Torvalds1-0/+33
2006-02-21Merge branch 'jc/nostat'Junio C Hamano1-1/+1
2006-02-17Optionally support old diffsJohannes Schindelin1-0/+8
2006-02-08"Assume unchanged" gitJunio C Hamano1-1/+1
2006-02-03Use sha1_file.c's mkdir-like routine in apply.c.Jason Riedy1-21/+4