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

github.com/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/diff.c
AgeCommit message (Expand)Author
2022-11-09Merge branch 'rs/no-more-run-command-v'Taylor Blau
2022-10-31Merge branch 'jz/patch-id'Taylor Blau
2022-10-30use child_process members "args" and "env" directlyRené Scharfe
2022-10-28Merge branch 'tb/diffstat-with-utf8-strwidth'Junio C Hamano
2022-10-25patch-id: fix patch-id for mode changesJerry Zhang
2022-10-25patch-id: use stable patch-id for rebasesJerry Zhang
2022-10-25patch-id: fix stable patch id for binary / header-onlyJerry Zhang
2022-10-22diff: leave NEEDWORK notes in show_stats() functionJunio C Hamano
2022-10-18diffstat_consume(): assert non-zero lengthJeff King
2022-09-16Merge branch 'en/remerge-diff-fixes'Junio C Hamano
2022-09-14diff.c: use utf8_strwidth() to count display widthTorsten Bögershausen
2022-09-14Merge branch 'ab/unused-annotation'Junio C Hamano
2022-09-14Merge branch 'jk/unused-annotation'Junio C Hamano
2022-09-02diff: fix filtering of merge commits under --remerge-diffElijah Newren
2022-09-02diff: fix filtering of additional headers under --remerge-diffElijah Newren
2022-09-02diff: have submodule_format logic avoid additional diff headersElijah Newren
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason
2022-08-19hashmap: mark unused callback parametersJeff King
2022-08-19config: mark unused callback parametersJeff King
2022-08-19parse-options: PARSE_OPT_KEEP_UNKNOWN only applies to --optionsSZEDER Gábor
2022-07-18Merge branch 'ab/cocci-unused'Junio C Hamano
2022-07-06cocci: add and apply a rule to find "unused" strbufsÆvar Arnfjörð Bjarmason
2022-06-23merge-ort: make `path_messages` a strmap to a string_listJohannes Schindelin
2022-04-21diff: use mks_tempfile_dt()René Scharfe
2022-03-24Merge branch 'ab/plug-random-leaks'Junio C Hamano
2022-03-17diff.c: fix a double-free regression in a18d66cefbÆvar Arnfjörð Bjarmason
2022-03-14Merge branch 'ab/plug-random-leaks'Junio C Hamano
2022-03-07Merge branch 'ac/usage-string-fixups'Junio C Hamano
2022-03-05diff.c: free "buf" in diff_words_flush()Ævar Arnfjörð Bjarmason
2022-02-26Merge branch 'ab/diff-free-more'Junio C Hamano
2022-02-24amend remaining usage strings according to style guideAbhradeep Chakraborty
2022-02-17Merge branch 'js/diff-filter-negation-fix'Junio C Hamano
2022-02-17Merge branch 'en/remerge-diff'Junio C Hamano
2022-02-17diff.[ch]: have diff_free() free options->parseoptsÆvar Arnfjörð Bjarmason
2022-02-17diff.[ch]: have diff_free() call clear_pathspec(opts.pathspec)Ævar Arnfjörð Bjarmason
2022-02-02diff: add ability to insert additional headers for pathsElijah Newren
2022-01-28diff-filter: be more careful when looking for negative bitsJohannes Schindelin
2022-01-28diff.c: move the diff filter bits definitions up a bitJohannes Schindelin
2022-01-10Merge branch 'ja/i18n-similar-messages'Junio C Hamano
2022-01-06Merge branch 'pw/diff-color-moved-fix'Junio C Hamano
2022-01-06i18n: turn even more messages into "cannot be used together" onesJean-Noël Avila
2022-01-06i18n: refactor "%s, %s and %s are mutually exclusive"Jean-Noël Avila
2021-12-10diff --color-moved: intern stringsPhillip Wood
2021-12-10diff: use designated initializers for emitted_diff_symbolPhillip Wood
2021-12-10diff --color-moved-ws=allow-indentation-change: improve hash lookupsPhillip Wood
2021-12-10diff --color-moved: stop clearing potential moved blocksPhillip Wood
2021-12-10diff --color-moved: shrink potential moved blocks as we goPhillip Wood
2021-12-10diff --color-moved: unify moved block growth functionsPhillip Wood
2021-12-10diff --color-moved: call comparison function directlyPhillip Wood
2021-12-10diff --color-moved-ws=allow-indentation-change: simplify and optimizePhillip Wood