Age | Commit message (Expand) | Author | Files | Lines |
2021-01-25 | Merge branch 'sj/untracked-files-in-submodule-directory-is-not-dirty' | Junio C Hamano | 1 | -0/+1 |
2020-12-08 | diff: do not show submodule with untracked files as "-dirty" | Sangeeta Jain | 1 | -0/+1 |
2020-11-02 | Merge branch 'mk/diff-ignore-regex' | Junio C Hamano | 1 | -0/+4 |
2020-11-02 | Merge branch 'dl/diff-merge-base' | Junio C Hamano | 1 | -1/+6 |
2020-10-20 | diff: add -I<regex> that ignores matching changes | Michał Kępień | 1 | -0/+4 |
2020-10-05 | Merge branch 'so/combine-diff-simplify' | Junio C Hamano | 1 | -3/+3 |
2020-09-29 | Merge branch 'tb/bloom-improvements' | Junio C Hamano | 1 | -2/+0 |
2020-09-29 | diff: get rid of redundant 'dense' argument | Sergey Organov | 1 | -3/+3 |
2020-09-20 | builtin/diff-index: learn --merge-base | Denton Liu | 1 | -0/+1 |
2020-09-20 | diff-lib: define diff_get_merge_base() | Denton Liu | 1 | -0/+2 |
2020-09-20 | diff-lib: accept option flags in run_diff_index() | Denton Liu | 1 | -1/+3 |
2020-09-17 | bloom/diff: properly short-circuit on max_changes | Derrick Stolee | 1 | -2/+0 |
2020-09-08 | diff-lib: tighten show_interdiff()'s interface | Eric Sunshine | 1 | -1/+6 |
2020-09-08 | diff: move show_interdiff() from its own file to diff-lib | Eric Sunshine | 1 | -0/+2 |
2020-06-08 | diff.h: drop diff_tree_oid() & friends' return value | SZEDER Gábor | 1 | -5/+5 |
2020-03-30 | diff: halt tree-diff early after max_changes | Derrick Stolee | 1 | -0/+5 |
2019-12-16 | Merge branch 'hw/doc-in-header' | Junio C Hamano | 1 | -0/+126 |
2019-11-18 | diff: move doc to diff.h and diffcore.h | Heba Waly | 1 | -0/+126 |
2019-11-14 | diff: export diffstat interface | Daniel Ferreira | 1 | -0/+20 |
2019-08-19 | patch-id: convert to use the_hash_algo | brian m. carlson | 1 | -1/+1 |
2019-07-11 | range-diff: suppress line count in outer diff | Thomas Gummerer | 1 | -0/+1 |
2019-06-13 | Merge branch 'sb/format-patch-base-patch-id-fix' | Junio C Hamano | 1 | -1/+2 |
2019-05-30 | Merge branch 'nd/diff-parseopt' | Junio C Hamano | 1 | -1/+1 |
2019-05-29 | diff-parseopt: correct variable types that are used by parseopt | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2019-05-08 | format-patch: make --base patch-id output stable | Stephen Boyd | 1 | -1/+2 |
2019-04-25 | Merge branch 'nd/diff-parseopt-4' | Junio C Hamano | 1 | -1/+4 |
2019-03-24 | am: avoid diff_opt_parse() | Nguyễn Thái Ngọc Duy | 1 | -0/+2 |
2019-03-24 | diff --no-index: use parse_options() instead of diff_opt_parse() | Nguyễn Thái Ngọc Duy | 1 | -1/+2 |
2019-03-07 | Merge branch 'jk/diff-no-index-initialize' | Junio C Hamano | 1 | -1/+1 |
2019-03-07 | Merge branch 'jk/unused-params' | Junio C Hamano | 1 | -1/+1 |
2019-03-07 | Merge branch 'en/combined-all-paths' | Junio C Hamano | 1 | -0/+1 |
2019-02-24 | diff: reuse diff setup for --no-index case | Jeff King | 1 | -1/+1 |
2019-02-14 | diff: drop options parameter from diffcore_fix_diff_index() | Jeff King | 1 | -1/+1 |
2019-02-07 | log,diff-tree: add --combined-all-paths option | Elijah Newren | 1 | -0/+1 |
2019-01-27 | diff.c: prepare to use parse_options() for parsing | Nguyễn Thái Ngọc Duy | 1 | -0/+2 |
2019-01-27 | diff.h: avoid bit fields in struct diff_flags | Nguyễn Thái Ngọc Duy | 1 | -33/+33 |
2019-01-27 | diff.h: keep forward struct declarations sorted | Nguyễn Thái Ngọc Duy | 1 | -6/+6 |
2019-01-14 | Merge branch 'sb/diff-color-moved-config-option-fixup' | Junio C Hamano | 1 | -1/+2 |
2018-11-14 | diff: align move detection error handling with other options | Stefan Beller | 1 | -1/+2 |
2018-11-12 | notes-cache.c: remove the_repository references | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2018-11-12 | diff-lib.c: remove the_repository references | Nguyễn Thái Ngọc Duy | 1 | -1/+2 |
2018-10-19 | Merge branch 'nd/the-index' | Junio C Hamano | 1 | -5/+17 |
2018-09-21 | userdiff.c: remove implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 1 | -1/+2 |
2018-09-21 | diff.c: remove implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 1 | -2/+5 |
2018-09-21 | diff.c: remove the_index dependency in textconv() functions | Nguyễn Thái Ngọc Duy | 1 | -2/+7 |
2018-09-21 | diff.c: reduce implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 1 | -0/+3 |
2018-09-17 | Merge branch 'sb/range-diff-colors' | Junio C Hamano | 1 | -0/+5 |
2018-08-20 | diff.c: add --output-indicator-{new, old, context} | Stefan Beller | 1 | -0/+5 |
2018-08-20 | Merge branch 'js/range-diff' | Junio C Hamano | 1 | -1/+9 |
2018-08-13 | diff.c: move read_index() code back to the caller | Nguyễn Thái Ngọc Duy | 1 | -1/+0 |