summaryrefslogtreecommitdiff
path: root/builtin/blame.c
Commit message (Expand)AuthorAgeFilesLines
* pager.h: move declarations for pager.c functions from cache.hElijah Newren2023-04-111-0/+1
* object-name.h: move declarations for object-name.c functions from cache.hElijah Newren2023-04-111-0/+1
* Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano2023-04-041-7/+8
|\
| * cocci: apply the "commit.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-3/+3
| * cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-4/+5
* | write-or-die.h: move declarations for write-or-die.c functions from cache.hElijah Newren2023-03-211-0/+1
* | setup.h: move declarations for setup.c functions from cache.hElijah Newren2023-03-211-0/+1
* | environment.h: move declarations for environment.c functions from cache.hElijah Newren2023-03-211-0/+1
* | treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* | cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-231-0/+1
* | alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren2023-02-231-1/+2
|/
* doc txt & -h consistency: make "annotate" consistentÆvar Arnfjörð Bjarmason2022-10-131-6/+16
* parse-options: add support for parsing subcommandsSZEDER Gábor2022-08-191-0/+1
* Merge branch 'ab/plug-leak-in-revisions'Junio C Hamano2022-06-071-1/+3
|\
| * revisions API users: add straightforward release_revisions()Ævar Arnfjörð Bjarmason2022-04-131-0/+1
| * blame: use "goto cleanup" for cleanup_scoreboard()Ævar Arnfjörð Bjarmason2022-04-131-1/+2
* | Merge branch 'ea/progress-partial-blame'Junio C Hamano2022-05-101-1/+5
|\ \ | |/ |/|
| * blame: report correct number of lines in progress when using rangesEdmundo Carmona Antoranz2022-04-061-1/+5
* | Merge branch 'ja/i18n-common-messages'Junio C Hamano2022-02-251-3/+4
|\ \
| * | i18n: factorize "invalid value" messagesJean-Noël Avila2022-02-041-3/+4
| |/
* | log: add a --no-graph optionAlex Henrie2022-02-111-0/+1
|/
* Merge branch 'ld/sparse-diff-blame'Junio C Hamano2021-12-211-0/+3
|\
| * blame: enable and test the sparse indexLessley Dennington2021-12-061-0/+3
* | Merge branch 'ab/parse-options-cleanup'Junio C Hamano2021-10-251-0/+3
|\ \
| * | parse-options.[ch]: consistently use "enum parse_opt_result"Ævar Arnfjörð Bjarmason2021-10-081-0/+3
| |/
* | builtin/blame.c: refactor commit_info_init() to COMMIT_INFO_INIT macroÆvar Arnfjörð Bjarmason2021-09-271-17/+13
|/
* Merge branch 'rs/blame-optim'Junio C Hamano2021-02-251-5/+3
|\
| * blame: remove unnecessary use of get_commit_info()Rafael Silva2021-02-171-5/+3
* | Merge branch 'ab/mailmap'Junio C Hamano2021-01-251-1/+1
|\ \ | |/ |/|
| * shortlog: remove unused(?) "repo-abbrev" featureÆvar Arnfjörð Bjarmason2021-01-121-1/+1
* | builtin/*: update usage formatZheNing Hu2021-01-061-24/+24
|/
* blame: simplify 'setup_blame_bloom_data' interfacePhilippe Blain2020-11-011-1/+1
* blame: simplify 'setup_scoreboard' interfacePhilippe Blain2020-11-011-1/+1
* blame: enable funcname blaming with userdiff driverPhilippe Blain2020-11-011-2/+2
* line-log: mention both modes in 'blame' and 'log' short helpPhilippe Blain2020-11-011-1/+2
* blame: handle deref_tag() returning NULLRené Scharfe2020-10-121-0/+2
* Merge branch 'jc/blame-ignore-fix'Junio C Hamano2020-10-041-2/+25
|\
| * blame: validate and peel the object names on the ignore listJunio C Hamano2020-09-241-2/+25
* | messages: avoid SHA-1 in end-user facing messagesJunio C Hamano2020-08-141-1/+1
|/
* Merge branch 'dl/opt-callback-cleanup'Junio C Hamano2020-05-051-2/+2
|\
| * Use OPT_CALLBACK and OPT_CALLBACK_FDenton Liu2020-04-281-2/+2
* | blame: use changed-path Bloom filtersDerrick Stolee2020-04-161-0/+10
|/
* Merge branch 'sg/blame-indent-heuristics-is-now-the-default'Junio C Hamano2019-12-011-8/+0
|\
| * builtin/blame.c: remove '--indent-heuristic' from usage stringSZEDER Gábor2019-10-291-8/+0
* | Merge branch 'hv/bitshift-constants-in-blame'Junio C Hamano2019-11-101-12/+12
|\ \
| * | builtin/blame.c: constants into bit shift formatHariom Verma2019-10-211-12/+12
| |/
* | Merge branch 'rs/dedup-includes'Junio C Hamano2019-10-111-1/+0
|\ \
| * | treewide: remove duplicate #include directivesRené Scharfe2019-10-041-1/+0
| |/
* | builtin/blame: switch uses of GIT_SHA1_HEXSZ to the_hash_algobrian m. carlson2019-08-191-3/+4
|/
* Merge branch 'br/blame-ignore'Junio C Hamano2019-07-191-0/+56
|\