Age | Commit message (Expand) | Author | Files | Lines |
2014-10-20 | Merge branch 'jn/parse-config-slot' | Junio C Hamano | 1 | -2/+1 |
2014-10-14 | color_parse: do not mention variable name in error message | Jeff King | 1 | -2/+1 |
2014-09-11 | Merge branch 'nd/large-blobs' | Junio C Hamano | 1 | -14/+38 |
2014-08-20 | run-command: introduce CHILD_PROCESS_INIT | René Scharfe | 1 | -2/+1 |
2014-08-18 | diff: shortcut for diff'ing two binary SHA-1 objects | Nguyễn Thái Ngọc Duy | 1 | -0/+13 |
2014-08-18 | diff --stat: mark any file larger than core.bigfilethreshold binary | Nguyễn Thái Ngọc Duy | 1 | -8/+18 |
2014-08-18 | diff.c: allow to pass more flags to diff_populate_filespec | Nguyễn Thái Ngọc Duy | 1 | -6/+7 |
2014-07-17 | strbuf: use strbuf_addstr() for adding C strings | René Scharfe | 1 | -6/+6 |
2014-06-20 | stat_opt: check extra strlen call | Jeff King | 1 | -1/+2 |
2014-06-20 | use skip_prefix to avoid repeating strings | Jeff King | 1 | -18/+9 |
2014-06-20 | use skip_prefix to avoid magic numbers | Jeff King | 1 | -31/+34 |
2014-06-18 | parse_diff_color_slot: drop ofs parameter | Jeff King | 1 | -10/+10 |
2014-06-16 | Merge branch 'bg/xcalloc-nmemb-then-size' | Junio C Hamano | 1 | -1/+1 |
2014-06-16 | Merge branch 'jk/diff-follow-must-take-one-pathspec' | Junio C Hamano | 1 | -0/+3 |
2014-06-03 | Merge branch 'jk/external-diff-use-argv-array' | Junio C Hamano | 1 | -31/+25 |
2014-06-03 | Merge branch 'ks/tree-diff-nway' | Junio C Hamano | 1 | -0/+2 |
2014-05-27 | diff.c: rearrange xcalloc arguments | Brian Gesiak | 1 | -1/+1 |
2014-05-20 | move "--follow needs one pathspec" rule to diff_setup_done | Jeff King | 1 | -0/+3 |
2014-04-28 | Merge branch 'jk/external-diff-use-argv-array' (early part) | Junio C Hamano | 1 | -16/+16 |
2014-04-21 | run_external_diff: refactor cmdline setup logic | Jeff King | 1 | -11/+15 |
2014-04-21 | run_external_diff: hoist common bits out of conditional | Jeff King | 1 | -5/+3 |
2014-04-21 | run_external_diff: drop fflush(NULL) | Jeff King | 1 | -1/+0 |
2014-04-21 | run_external_diff: clean up error handling | Jeff King | 1 | -6/+3 |
2014-04-21 | run_external_diff: use an argv_array for the environment | Jeff King | 1 | -9/+5 |
2014-04-21 | run_external_diff: use an argv_array for the command line | Jeff King | 1 | -16/+16 |
2014-04-17 | i18n: remove obsolete comments for translators in diffstat generation | Jiang Xin | 1 | -8/+0 |
2014-04-08 | Merge branch 'jl/nor-or-nand-and' | Junio C Hamano | 1 | -1/+1 |
2014-04-07 | combine-diff: speed it up, by using multiparent diff tree-walker directly | Kirill Smelkov | 1 | -0/+1 |
2014-04-07 | tree-diff: rework diff_tree() to generate diffs for multiparent cases as well | Kirill Smelkov | 1 | -0/+1 |
2014-03-31 | comments: fix misuses of "nor" | Justin Lebar | 1 | -1/+1 |
2014-03-18 | Merge branch 'tr/diff-submodule-no-reuse-worktree' into maint | Junio C Hamano | 1 | -2/+3 |
2014-03-18 | Merge branch 'nd/diff-quiet-stat-dirty' into maint | Junio C Hamano | 1 | -24/+43 |
2014-03-18 | Merge branch 'rm/strchrnul-not-strlen' | Junio C Hamano | 1 | -6/+3 |
2014-03-18 | Merge branch 'dd/use-alloc-grow' | Junio C Hamano | 1 | -10/+2 |
2014-03-14 | Merge branch 'tr/diff-submodule-no-reuse-worktree' | Junio C Hamano | 1 | -2/+3 |
2014-03-10 | use strchrnul() in place of strchr() and strlen() | Rohit Mani | 1 | -6/+3 |
2014-03-07 | Merge branch 'jc/hold-diff-remove-q-synonym-for-no-deletion' | Junio C Hamano | 1 | -8/+0 |
2014-03-03 | diff.c: use ALLOC_GROW() | Dmitry S. Dolzhenko | 1 | -10/+2 |
2014-02-27 | Merge branch 'nd/diff-quiet-stat-dirty' | Junio C Hamano | 1 | -24/+43 |
2014-02-24 | diff: do not quit early on stat-dirty files | Nguyễn Thái Ngọc Duy | 1 | -5/+17 |
2014-02-24 | diff.c: move diffcore_skip_stat_unmatch core logic out for reuse later | Nguyễn Thái Ngọc Duy | 1 | -21/+28 |
2014-02-18 | diff: do not reuse_worktree_file for submodules | Thomas Rast | 1 | -2/+3 |
2014-01-27 | Merge branch 'jk/diff-filespec-cleanup' | Junio C Hamano | 1 | -2/+2 |
2014-01-17 | diff_filespec: drop xfrm_flags field | Jeff King | 1 | -2/+2 |
2014-01-10 | Merge branch 'sb/diff-orderfile-config' | Junio C Hamano | 1 | -0/+5 |
2013-12-27 | Merge branch 'zk/difftool-counts' | Junio C Hamano | 1 | -3/+17 |
2013-12-18 | diff: add diff.orderfile configuration variable | Samuel Bronson | 1 | -0/+5 |
2013-12-17 | Merge branch 'cc/starts-n-ends-with' | Junio C Hamano | 1 | -28/+28 |
2013-12-16 | diff.c: fix some recent whitespace style violations | Jeff King | 1 | -2/+2 |
2013-12-06 | difftool: display the number of files in the diff queue in the prompt | Zoltan Klinger | 1 | -3/+17 |