summaryrefslogtreecommitdiffstats
path: root/builtin/blame.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'en/header-cleanup'Junio C Hamano2024-01-081-1/+0
|\
| * treewide: remove unnecessary includes in source filesElijah Newren2023-12-261-1/+0
* | config: handle NULL value when parsing non-boolsJeff King2023-12-091-0/+2
|/
* Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano2023-07-171-1/+0
|\
| * git-compat-util: move alloc macros to git-compat-util.hCalvin Wan2023-07-051-1/+0
* | Merge branch 'gc/config-context'Junio C Hamano2023-07-061-2/+3
|\ \ | |/ |/|
| * config: add ctx arg to config_fn_tGlen Choo2023-06-281-2/+3
* | object-store-ll.h: split this header out of object-store.hElijah Newren2023-06-211-1/+1
|/
* 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-241-0/+1
* | alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren2023-02-241-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-141-0/+1
| * blame: use "goto cleanup" for cleanup_scoreboard()Ævar Arnfjörð Bjarmason2022-04-141-1/+2
* | Merge branch 'ea/progress-partial-blame'Junio C Hamano2022-05-111-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-261-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-221-0/+3
|\
| * blame: enable and test the sparse indexLessley Dennington2021-12-061-0/+3
* | Merge branch 'ab/parse-options-cleanup'Junio C Hamano2021-10-261-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-281-17/+13
|/
* Merge branch 'rs/blame-optim'Junio C Hamano2021-02-261-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-071-24/+24
|/
* blame: simplify 'setup_blame_bloom_data' interfacePhilippe Blain2020-11-021-1/+1
* blame: simplify 'setup_scoreboard' interfacePhilippe Blain2020-11-021-1/+1
* blame: enable funcname blaming with userdiff driverPhilippe Blain2020-11-021-2/+2
* line-log: mention both modes in 'blame' and 'log' short helpPhilippe Blain2020-11-021-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-251-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-171-0/+10
|/