aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/range-diff.c
AgeCommit message (Expand)AuthorFilesLines
2025-10-14Merge branch 'kh/format-patch-range-diff-notes'Junio C Hamano1-8/+8
2025-09-29Merge branch 'jk/color-variable-fixes'Junio C Hamano1-1/+2
2025-09-25range-diff: rename other_arg to log_argKristoffer Haugsbakk1-8/+8
2025-09-16color: use GIT_COLOR_* instead of numeric constantsJeff King1-1/+2
2025-08-29range-diff: add configurable memory limit for cost matrixPaulo Casaretto1-0/+21
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt1-1/+1
2024-12-23Merge branch 'js/range-diff-diff-merges'Junio C Hamano1-0/+12
2024-12-16range-diff: introduce the convenience option `--remerge-diff`Johannes Schindelin1-0/+2
2024-12-16range-diff: optionally include merge commits' diffs in the analysisJohannes Schindelin1-0/+10
2024-12-06diff.h: fix index used to loop through unsigned integerPatrick Steinhardt1-1/+0
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt1-0/+2
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai1-1/+2
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai1-1/+4
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren1-1/+0
2023-06-21diff.h: remove unnecessary include of oidset.hElijah Newren1-0/+1
2023-06-21cache.h: remove this no-longer-used headerElijah Newren1-1/+0
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren1-0/+1
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano1-6/+6
2023-03-28cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-6/+6
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2022-12-02diff: factor out add_diff_options()René Scharfe1-1/+1
2022-08-26range-diff: optionally accept pathspecsJohannes Schindelin1-15/+51
2022-08-26range-diff: consistently validate the argumentsJohannes Schindelin1-12/+29
2022-08-26range-diff: reorder argument handlingJohannes Schindelin1-4/+4
2021-03-29column, range-diff: downcase option descriptionChinmoy Chakraborty1-1/+1
2021-02-17Merge branch 'js/range-diff-one-side-only'Junio C Hamano1-5/+16
2021-02-06range-diff: offer --left-only/--right-only optionsJohannes Schindelin1-1/+7
2021-02-06range-diff: combine all options in a single data structureJohannes Schindelin1-4/+9
2021-01-27range-diff/format-patch: refactor check for commit rangeJohannes Schindelin1-4/+5
2020-07-28strvec: convert builtin/ callers away from argv_array nameJeff King1-2/+2
2019-12-06range-diff: clear `other_arg` at end of functionDenton Liu1-0/+1
2019-11-21range-diff: pass through --notes to `git log`Denton Liu1-1/+5
2019-05-13builtin: consistently pass cmd_* prefix to parse_optionsJeff King1-1/+1
2019-03-24range-diff: use parse_options() instead of diff_opt_parse()Nguyễn Thái Ngọc Duy1-20/+6
2018-10-19Merge branch 'nd/the-index'Junio C Hamano1-1/+1
2018-09-21diff.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy1-1/+1
2018-09-17Merge branch 'es/format-patch-rangediff'Junio C Hamano1-20/+5
2018-08-27range-diff: update stale summary of --no-dual-colorKyle Meyer1-1/+1
2018-08-14range-diff: relieve callers of low-level configuration burdenEric Sunshine1-19/+4
2018-08-14range-diff: publish default creation factorEric Sunshine1-1/+1
2018-08-13range-diff: make --dual-color the default modeJohannes Schindelin1-4/+6
2018-08-13range-diff: offer to dual-color the diffsJohannes Schindelin1-0/+8
2018-08-13range-diff: suppress the diff headersJohannes Schindelin1-0/+1
2018-08-13range-diff: indent the diffs just like tbdiffJohannes Schindelin1-0/+10
2018-08-13range-diff: also show the diff between patchesJohannes Schindelin1-2/+29
2018-08-13range-diff: first rudimentary implementationJohannes Schindelin1-1/+44
2018-08-13Introduce `range-diff` to compare iterations of a topic branchJohannes Schindelin1-0/+25