Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-06-21diff.h: remove unnecessary include of oidset.hElijah Newren
2023-06-21cache.h: remove this no-longer-used headerElijah Newren
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano
2023-03-28cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2022-12-02diff: factor out add_diff_options()René Scharfe
2022-08-26range-diff: optionally accept pathspecsJohannes Schindelin
2022-08-26range-diff: consistently validate the argumentsJohannes Schindelin
2022-08-26range-diff: reorder argument handlingJohannes Schindelin
2021-03-30column, range-diff: downcase option descriptionChinmoy Chakraborty
2021-02-18Merge branch 'js/range-diff-one-side-only'Junio C Hamano
2021-02-07range-diff: offer --left-only/--right-only optionsJohannes Schindelin
2021-02-07range-diff: combine all options in a single data structureJohannes Schindelin
2021-01-28range-diff/format-patch: refactor check for commit rangeJohannes Schindelin
2020-07-29strvec: convert builtin/ callers away from argv_array nameJeff King
2019-12-06range-diff: clear `other_arg` at end of functionDenton Liu
2019-11-21range-diff: pass through --notes to `git log`Denton Liu
2019-05-13builtin: consistently pass cmd_* prefix to parse_optionsJeff King
2019-03-24range-diff: use parse_options() instead of diff_opt_parse()Nguyễn Thái Ngọc Duy
2018-10-19Merge branch 'nd/the-index'Junio C Hamano
2018-09-21diff.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy
2018-09-17Merge branch 'es/format-patch-rangediff'Junio C Hamano
2018-08-27range-diff: update stale summary of --no-dual-colorKyle Meyer
2018-08-15range-diff: relieve callers of low-level configuration burdenEric Sunshine
2018-08-15range-diff: publish default creation factorEric Sunshine
2018-08-13range-diff: make --dual-color the default modeJohannes Schindelin
2018-08-13range-diff: offer to dual-color the diffsJohannes Schindelin
2018-08-13range-diff: suppress the diff headersJohannes Schindelin
2018-08-13range-diff: indent the diffs just like tbdiffJohannes Schindelin
2018-08-13range-diff: also show the diff between patchesJohannes Schindelin
2018-08-13range-diff: first rudimentary implementationJohannes Schindelin
2018-08-13Introduce `range-diff` to compare iterations of a topic branchJohannes Schindelin