summaryrefslogtreecommitdiff
path: root/apply.c
AgeCommit message (Expand)Author
2016-12-07hold_locked_index(): align error handling with hold_lockfile_for_update()Junio C Hamano
2016-10-17i18n: apply: mark error message for translationVasco Almeida
2016-10-14i18n: apply: mark error messages for translationVasco Almeida
2016-10-14i18n: apply: mark info messages for translationVasco Almeida
2016-10-14i18n: apply: mark plural string for translationVasco Almeida
2016-09-22introduce CHECKOUT_INITRené Scharfe
2016-09-19Merge branch 'bc/object-id'Junio C Hamano
2016-09-07apply: learn to use a different index fileChristian Couder
2016-09-07apply: pass apply state to build_fake_ancestor()Christian Couder
2016-09-07apply: refactor `git apply` option parsingChristian Couder
2016-09-07apply: change error_routine when silentChristian Couder
2016-09-07apply: don't print on stdout in verbosity_silent modeChristian Couder
2016-09-07apply: make it possible to silently applyChristian Couder
2016-09-07apply: use error_errno() where possibleChristian Couder
2016-09-07apply: make some parsing functions static againChristian Couder
2016-09-07apply: move libified code from builtin/apply.c to apply.{c,h}Christian Couder
2016-08-11builtin/apply: move check_apply_state() to apply.cChristian Couder
2016-08-11apply: make init_apply_state() return -1 instead of exit()ingChristian Couder
2016-08-11builtin/apply: move init_apply_state() to apply.cChristian Couder
2006-05-23Builtin git-apply.Peter Eriksen
2006-05-17apply --cached: do not check newly added file in the working treeJunio C Hamano
2006-05-16apply --cached: apply a patch without using working tree.Junio C Hamano
2006-05-15apply --numstat: show new name, not old name.Junio C Hamano
2006-05-09Merge branch 'jc/bindiff'Junio C Hamano
2006-05-09apply: fix infinite loop with multiple patches with --indexEric Wong
2006-05-05binary diff: further updates.Junio C Hamano
2006-05-05binary patch.Junio C Hamano
2006-04-11Implement limited context matching in git-apply.Eric W. Biederman
2006-04-04Replace xmalloc+memset(0) with xcalloc.Peter Eriksen
2006-04-04Use blob_, commit_, tag_, and tree_type throughout.Peter Eriksen
2006-03-26git-apply: safety fixesLinus Torvalds
2006-03-22git-apply: do not barf when updating an originally empty file.Junio C Hamano
2006-03-09Use #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0]))Junio C Hamano
2006-03-05Add --temp and --stage=all options to checkout-index.Shawn Pearce
2006-03-02war on whitespaces: documentation.Junio C Hamano
2006-02-28git-apply: war on whitespace -- finishing touches.Junio C Hamano
2006-02-28git-apply --whitespace=nowarnJunio C Hamano
2006-02-27apply --whitespace: configuration option.Junio C Hamano
2006-02-27apply: squelch excessive errors and --whitespace=error-allJunio C Hamano
2006-02-27apply --whitespace fixes and enhancements.Junio C Hamano
2006-02-27The war on trailing whitespaceLinus Torvalds
2006-02-22Merge branch 'jc/nostat'Junio C Hamano
2006-02-18Optionally support old diffsJohannes Schindelin
2006-02-09"Assume unchanged" gitJunio C Hamano
2006-02-04Use sha1_file.c's mkdir-like routine in apply.c.Jason Riedy
2006-02-01Make apply accept the -pNUM option like patch does.Daniel Barkalow
2006-01-06fix potential deadlock in create_one_fileAlex Riesen
2006-01-06trivial: O_EXCL makes O_TRUNC redundantAlex Riesen
2005-12-20xread/xwrite: do not worry about EINTR at calling sites.Junio C Hamano
2005-11-29git-apply: work from subdirectory.Junio C Hamano