Age | Commit message (Expand) | Author | Files | Lines |
2016-10-14 | i18n: apply: mark plural string for translation | Vasco Almeida | 1 | -4/+6 |
2016-09-22 | introduce CHECKOUT_INIT | René Scharfe | 1 | -3/+1 |
2016-09-19 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -215/+215 |
2016-09-07 | apply: learn to use a different index file | Christian Couder | 1 | -6/+21 |
2016-09-07 | apply: pass apply state to build_fake_ancestor() | Christian Couder | 1 | -4/+5 |
2016-09-07 | apply: move libified code from builtin/apply.c to apply.{c,h} | Christian Couder | 1 | -0/+4731 |
2016-09-07 | apply: refactor `git apply` option parsing | Christian Couder | 1 | -13/+90 |
2016-09-07 | apply: change error_routine when silent | Christian Couder | 1 | -1/+20 |
2016-09-07 | apply: don't print on stdout in verbosity_silent mode | Christian Couder | 1 | -3/+3 |
2016-09-07 | apply: make it possible to silently apply | Christian Couder | 1 | -22/+40 |
2016-09-07 | apply: use error_errno() where possible | Christian Couder | 1 | -8/+8 |
2016-09-07 | apply: make some parsing functions static again | Christian Couder | 1 | -3/+3 |
2016-08-11 | builtin/apply: move check_apply_state() to apply.c | Christian Couder | 1 | -0/+32 |
2016-08-11 | apply: make init_apply_state() return -1 instead of exit()ing | Christian Couder | 1 | -5/+6 |
2016-08-11 | builtin/apply: move init_apply_state() to apply.c | Christian Couder | 1 | -0/+94 |
2006-05-23 | Builtin git-apply. | Peter Eriksen | 1 | -2299/+0 |
2006-05-17 | apply --cached: do not check newly added file in the working tree | Junio C Hamano | 1 | -4/+6 |
2006-05-15 | apply --cached: apply a patch without using working tree. | Junio C Hamano | 1 | -20/+52 |
2006-05-15 | apply --numstat: show new name, not old name. | Junio C Hamano | 1 | -1/+1 |
2006-05-09 | Merge branch 'jc/bindiff' | Junio C Hamano | 1 | -61/+237 |
2006-05-09 | apply: fix infinite loop with multiple patches with --index | Eric Wong | 1 | -9/+9 |
2006-05-05 | binary diff: further updates. | Junio C Hamano | 1 | -33/+97 |
2006-05-05 | binary patch. | Junio C Hamano | 1 | -60/+172 |
2006-04-10 | Implement limited context matching in git-apply. | Eric W. Biederman | 1 | -18/+105 |
2006-04-04 | Replace xmalloc+memset(0) with xcalloc. | Peter Eriksen | 1 | -6/+3 |
2006-04-04 | Use blob_, commit_, tag_, and tree_type throughout. | Peter Eriksen | 1 | -2/+3 |
2006-03-25 | git-apply: safety fixes | Linus Torvalds | 1 | -1/+3 |
2006-03-22 | git-apply: do not barf when updating an originally empty file. | Junio C Hamano | 1 | -1/+1 |
2006-03-09 | Use #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0])) | Junio C Hamano | 1 | -1/+1 |
2006-03-05 | Add --temp and --stage=all options to checkout-index. | Shawn Pearce | 1 | -1/+2 |
2006-03-02 | war on whitespaces: documentation. | Junio C Hamano | 1 | -1/+1 |
2006-02-28 | git-apply: war on whitespace -- finishing touches. | Junio C Hamano | 1 | -0/+11 |
2006-02-27 | git-apply --whitespace=nowarn | Junio C Hamano | 1 | -2/+6 |
2006-02-27 | apply --whitespace: configuration option. | Junio C Hamano | 1 | -24/+48 |
2006-02-27 | apply: squelch excessive errors and --whitespace=error-all | Junio C Hamano | 1 | -8/+45 |
2006-02-26 | apply --whitespace fixes and enhancements. | Junio C Hamano | 1 | -23/+54 |
2006-02-26 | The war on trailing whitespace | Linus Torvalds | 1 | -0/+33 |
2006-02-21 | Merge branch 'jc/nostat' | Junio C Hamano | 1 | -1/+1 |
2006-02-17 | Optionally support old diffs | Johannes Schindelin | 1 | -0/+8 |
2006-02-08 | "Assume unchanged" git | Junio C Hamano | 1 | -1/+1 |
2006-02-03 | Use sha1_file.c's mkdir-like routine in apply.c. | Jason Riedy | 1 | -21/+4 |
2006-01-31 | Make apply accept the -pNUM option like patch does. | Daniel Barkalow | 1 | -2/+6 |
2006-01-05 | fix potential deadlock in create_one_file | Alex Riesen | 1 | -1/+2 |
2006-01-05 | trivial: O_EXCL makes O_TRUNC redundant | Alex Riesen | 1 | -1/+1 |
2005-12-19 | xread/xwrite: do not worry about EINTR at calling sites. | Junio C Hamano | 1 | -17/+6 |
2005-11-28 | git-apply: work from subdirectory. | Junio C Hamano | 1 | -0/+18 |
2005-11-17 | Deal with binary diff output from GNU diff 2.8.7 | Junio C Hamano | 1 | -6/+18 |
2005-11-16 | apply: allow-binary-replacement. | Junio C Hamano | 1 | -6/+81 |
2005-11-16 | git-apply: fail if a patch cannot be applied. | Junio C Hamano | 1 | -4/+7 |
2005-11-14 | apply: fix binary patch detection. | Junio C Hamano | 1 | -3/+4 |