| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'maint' | Shawn O. Pearce | 2008-10-12 | 1 | -0/+7 |
|\ |
|
| * | git apply --directory broken for new files | Jeff King | 2008-10-12 | 1 | -0/+7 |
* | | Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer | Brandon Casey | 2008-10-12 | 1 | -18/+8 |
* | | Merge branch 'maint' | Shawn O. Pearce | 2008-10-09 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | builtin-apply: fix typo leading to stack corruption | Imre Deak | 2008-10-09 | 1 | -1/+1 |
| * | do not segfault if make_cache_entry failed | Dmitry Potapov | 2008-10-06 | 1 | -0/+2 |
* | | do not segfault if make_cache_entry failed | Dmitry Potapov | 2008-10-06 | 1 | -0/+2 |
* | | Merge branch 'bc/master-diff-hunk-header-fix' | Shawn O. Pearce | 2008-09-29 | 1 | -9/+2 |
|\ \
| |/ |
|
| * | Use remove_path from dir.c instead of own implementation | Alex Riesen | 2008-09-29 | 1 | -9/+2 |
* | | git-apply:--include=pathspec | Junio C Hamano | 2008-09-06 | 1 | -15/+33 |
|/ |
|
* | Merge branch 'ho/dashless' into maint | Junio C Hamano | 2008-09-03 | 1 | -4/+4 |
|\ |
|
| * | 'git foo' program identifies itself without dash in die() messages | Junio C Hamano | 2008-08-31 | 1 | -3/+3 |
| * | Start conforming code to "git subcmd" style | Heikki Orsila | 2008-08-30 | 1 | -1/+1 |
* | | git-apply: Loosen "match_beginning" logic | Junio C Hamano | 2008-08-30 | 1 | -1/+4 |
|/ |
|
* | Rename path_list to string_list | Johannes Schindelin | 2008-07-21 | 1 | -8/+8 |
* | Make usage strings dash-less | Stephan Beyer | 2008-07-13 | 1 | -1/+1 |
* | apply: fix copy/rename breakage | Junio C Hamano | 2008-07-09 | 1 | -3/+7 |
* | Merge branch 'js/apply-root' | Junio C Hamano | 2008-07-09 | 1 | -0/+24 |
|\ |
|
| * | git-apply --directory: make --root more similar to GNU diff | Junio C Hamano | 2008-07-06 | 1 | -2/+2 |
| * | apply --root: thinkofix. | Junio C Hamano | 2008-07-02 | 1 | -2/+2 |
| * | Teach "git apply" to prepend a prefix with "--root=<root>" | Johannes Schindelin | 2008-07-01 | 1 | -0/+24 |
* | | Fix apply --recount handling of no-EOL line | Thomas Rast | 2008-07-05 | 1 | -1/+1 |
* | | Merge branch 'js/apply-recount' | Junio C Hamano | 2008-07-01 | 1 | -7/+68 |
|\ \ |
|
| * | | Allow git-apply to recount the lines in a hunk (AKA recountdiff) | Johannes Schindelin | 2008-06-28 | 1 | -7/+68 |
| |/ |
|
* | | Merge branch 'jc/checkdiff' | Junio C Hamano | 2008-07-01 | 1 | -3/+2 |
|\ \ |
|
| * | | check_and_emit_line(): rename and refactor | Junio C Hamano | 2008-06-26 | 1 | -3/+2 |
| |/ |
|
* | | git-apply: handle a patch that touches the same path more than once better | Don Zickus | 2008-06-27 | 1 | -10/+72 |
|/ |
|
* | Merge branch 'js/config-cb'v1.5.6-rc0 | Junio C Hamano | 2008-05-25 | 1 | -3/+3 |
|\ |
|
| * | Provide git_config with a callback-data parameter | Johannes Schindelin | 2008-05-14 | 1 | -3/+3 |
* | | builtin-apply: do not declare patch is creation when we do not know it | Junio C Hamano | 2008-05-17 | 1 | -15/+0 |
* | | builtin-apply: accept patch to an empty file | Junio C Hamano | 2008-05-17 | 1 | -56/+77 |
* | | builtin-apply: typofix | Junio C Hamano | 2008-05-17 | 1 | -1/+1 |
|/ |
|
* | Optimize symlink/directory detection | Linus Torvalds | 2008-05-10 | 1 | -1/+1 |
* | Merge branch 'maint' | Junio C Hamano | 2008-04-16 | 1 | -1/+1 |
|\ |
|
| * | Merge branch 'maint-1.5.4' into maint | Junio C Hamano | 2008-04-16 | 1 | -1/+1 |
| |\ |
|
| | * | builtin-apply: Show a more descriptive error on failure when opening a patch | Alberto Bertogli | 2008-04-15 | 1 | -1/+1 |
* | | | builtin-apply.c: use git_config_string() to get apply_default_whitespace | Stephan Beyer | 2008-04-14 | 1 | -6/+2 |
|/ / |
|
* | | Merge branch 'jc/maint-apply-match-beginning' | Junio C Hamano | 2008-04-06 | 1 | -13/+16 |
|\ \
| |/ |
|
| * | Fix "git apply" to correctly enforce "match at the beginning" | Junio C Hamano | 2008-04-06 | 1 | -13/+16 |
* | | Always set *nongit_ok in setup_git_directory_gently() | SZEDER Gábor | 2008-03-26 | 1 | -1/+1 |
* | | Merge branch 'jc/apply-whitespace' | Junio C Hamano | 2008-02-24 | 1 | -243/+476 |
|\ \ |
|
| * | | ws_fix_copy(): move the whitespace fixing function to ws.c | Junio C Hamano | 2008-02-23 | 1 | -108/+3 |
| * | | apply: do not barf on patch with too large an offset | Junio C Hamano | 2008-02-11 | 1 | -0/+3 |
| * | | core.whitespace: cr-at-eol | Junio C Hamano | 2008-02-05 | 1 | -4/+14 |
| * | | git-apply --whitespace=fix: fix whitespace fuzz introduced by previous run | Junio C Hamano | 2008-02-05 | 1 | -5/+128 |
| * | | builtin-apply.c: pass ws_rule down to match_fragment() | Junio C Hamano | 2008-02-05 | 1 | -3/+5 |
| * | | builtin-apply.c: move copy_wsfix() function a bit higher. | Junio C Hamano | 2008-02-05 | 1 | -94/+94 |
| * | | builtin-apply.c: do not feed copy_wsfix() leading '+' | Junio C Hamano | 2008-02-05 | 1 | -20/+18 |
| * | | builtin-apply.c: simplify calling site to apply_line() | Junio C Hamano | 2008-02-05 | 1 | -18/+20 |
| * | | builtin-apply.c: clean-up apply_one_fragment() | Junio C Hamano | 2008-02-05 | 1 | -28/+27 |