Age | Commit message (Expand) | Author | Files | Lines |
2008-04-06 | Merge branch 'jc/maint-apply-match-beginning' | Junio C Hamano | 1 | -13/+16 |
2008-04-06 | Fix "git apply" to correctly enforce "match at the beginning" | Junio C Hamano | 1 | -13/+16 |
2008-03-26 | Always set *nongit_ok in setup_git_directory_gently() | SZEDER Gábor | 1 | -1/+1 |
2008-02-24 | Merge branch 'jc/apply-whitespace' | Junio C Hamano | 1 | -243/+476 |
2008-02-23 | ws_fix_copy(): move the whitespace fixing function to ws.c | Junio C Hamano | 1 | -108/+3 |
2008-02-16 | Merge branch 'sp/safecrlf' | Junio C Hamano | 1 | -1/+1 |
2008-02-11 | Merge branch 'lt/in-core-index' | Junio C Hamano | 1 | -5/+5 |
2008-02-11 | apply: do not barf on patch with too large an offset | Junio C Hamano | 1 | -0/+3 |
2008-02-11 | builtin-apply.c: guard config parser from value=NULL | Junio C Hamano | 1 | -0/+2 |
2008-02-06 | safecrlf: Add mechanism to warn about irreversible crlf conversions | Steffen Prohaska | 1 | -1/+1 |
2008-02-05 | core.whitespace: cr-at-eol | Junio C Hamano | 1 | -4/+14 |
2008-02-05 | git-apply --whitespace=fix: fix whitespace fuzz introduced by previous run | Junio C Hamano | 1 | -5/+128 |
2008-02-05 | builtin-apply.c: pass ws_rule down to match_fragment() | Junio C Hamano | 1 | -3/+5 |
2008-02-05 | builtin-apply.c: move copy_wsfix() function a bit higher. | Junio C Hamano | 1 | -94/+94 |
2008-02-05 | builtin-apply.c: do not feed copy_wsfix() leading '+' | Junio C Hamano | 1 | -20/+18 |
2008-02-05 | builtin-apply.c: simplify calling site to apply_line() | Junio C Hamano | 1 | -18/+20 |
2008-02-05 | builtin-apply.c: clean-up apply_one_fragment() | Junio C Hamano | 1 | -28/+27 |
2008-02-05 | builtin-apply.c: mark common context lines in lineinfo structure. | Junio C Hamano | 1 | -25/+32 |
2008-02-05 | builtin-apply.c: optimize match_beginning/end processing a bit. | Junio C Hamano | 1 | -0/+10 |
2008-02-05 | builtin-apply.c: make it more line oriented | Junio C Hamano | 1 | -123/+280 |
2008-02-05 | builtin-apply.c: push match-beginning/end logic down | Junio C Hamano | 1 | -14/+32 |
2008-02-05 | builtin-apply.c: restructure "offset" matching | Junio C Hamano | 1 | -24/+25 |
2008-02-05 | builtin-apply.c: refactor small part that matches context | Junio C Hamano | 1 | -5/+13 |
2008-01-21 | Make on-disk index representation separate from in-core one | Linus Torvalds | 1 | -5/+5 |
2008-01-16 | Improve use of lockfile API | Brandon Casey | 1 | -1/+1 |
2008-01-08 | "git-apply --check" should not report "fixed" | Junio C Hamano | 1 | -1/+1 |
2007-12-16 | builtin-apply: stronger indent-with-on-tab fixing | J. Bruce Fields | 1 | -2/+1 |
2007-12-16 | builtin-apply: minor cleanup of whitespace detection | J. Bruce Fields | 1 | -4/+4 |
2007-12-13 | Make "diff --check" output match "git apply" | Wincent Colaiuta | 1 | -2/+2 |
2007-12-13 | Unify whitespace checking | Wincent Colaiuta | 1 | -44/+10 |
2007-12-09 | Merge branch 'jc/spht' | Junio C Hamano | 1 | -83/+155 |
2007-12-06 | Use gitattributes to define per-path whitespace rule | Junio C Hamano | 1 | -14/+22 |
2007-11-24 | core.whitespace: documentation updates. | Junio C Hamano | 1 | -1/+1 |
2007-11-24 | builtin-apply: teach whitespace_rules | Junio C Hamano | 1 | -19/+49 |
2007-11-23 | builtin-apply: rename "whitespace" variables and fix styles | Junio C Hamano | 1 | -57/+91 |
2007-11-15 | Remove unreachable statements | Guido Ostkamp | 1 | -1/+0 |
2007-11-14 | Merge branch 'jc/maint-add-sync-stat' | Junio C Hamano | 1 | -1/+1 |
2007-11-10 | ce_match_stat, run_diff_files: use symbolic constants for readability | Junio C Hamano | 1 | -1/+1 |
2007-10-22 | Correct some sizeof(size_t) != sizeof(unsigned long) typing errors | René Scharfe | 1 | -1/+1 |
2007-10-03 | builtin-apply: fix conversion error in strbuf series | Junio C Hamano | 1 | -1/+1 |
2007-10-03 | Merge branch 'ph/strbuf' | Junio C Hamano | 1 | -302/+183 |
2007-09-29 | Make read_patch_file work on a strbuf. | Pierre Habouzit | 1 | -16/+11 |
2007-09-29 | strbuf_read_file enhancement, and use it. | Pierre Habouzit | 1 | -10/+2 |
2007-09-29 | strbuf change: be sure ->buf is never ever NULL. | Pierre Habouzit | 1 | -9/+7 |
2007-09-26 | apply: get rid of --index-info in favor of --build-fake-ancestor | Johannes Schindelin | 1 | -13/+22 |
2007-09-20 | Full rework of quote_c_style and write_name_quoted. | Pierre Habouzit | 1 | -47/+30 |
2007-09-20 | Rework unquote_c_style to work on a strbuf. | Pierre Habouzit | 1 | -61/+62 |
2007-09-19 | builtin-apply.c: fix a tiny leak introduced during xmemdupz() conversion. | Junio C Hamano | 1 | -0/+1 |
2007-09-18 | Use xmemdupz() in many places. | Pierre Habouzit | 1 | -9/+2 |
2007-09-18 | Merge branch 'master' into ph/strbuf | Junio C Hamano | 1 | -8/+35 |