summaryrefslogtreecommitdiff
path: root/builtin/log.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano2023-05-091-0/+1
|\
| * commit.h: reduce unnecessary includesElijah Newren2023-04-241-0/+1
* | Merge branch 'en/header-split-cache-h'Junio C Hamano2023-04-251-0/+4
|\ \ | |/
| * pager.h: move declarations for pager.c functions from cache.hElijah Newren2023-04-111-0/+1
| * object-file.h: move declarations for object-file.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
| * treewide: be explicit about dependence on oid-array.hElijah Newren2023-04-111-0/+1
| * Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano2023-04-041-12/+18
| |\
* | \ Merge branch 'en/header-split-cleanup'Junio C Hamano2023-04-061-0/+4
|\ \ \ | |/ /
| * | write-or-die.h: move declarations for write-or-die.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
| * | abspath.h: move absolute path functions from cache.hElijah Newren2023-03-211-0/+1
| * | treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* | | Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano2023-04-061-12/+18
|\ \ \ | | |/ | |/|
| * | cocci: apply the "refs.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-1/+2
| * | cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-1/+1
| * | cocci: apply the "diff.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-1/+1
| * | cocci: apply the "commit.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-2/+3
| * | cocci: apply the "commit-reach.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-3/+7
| * | cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-4/+4
* | | Merge branch 'ab/config-multi-and-nonbool'Junio C Hamano2023-04-061-3/+3
|\ \ \
| * | | config API: add "string" version of *_value_multi(), fix segfaultsÆvar Arnfjörð Bjarmason2023-03-281-2/+2
| * | | config API: have *_multi() return an "int" and take a "dest"Ævar Arnfjörð Bjarmason2023-03-281-3/+3
* | | | Merge branch 'jk/format-patch-ignore-noprefix'Junio C Hamano2023-03-211-0/+17
|\ \ \ \ | |_|_|/ |/| | |
| * | | format-patch: add format.noprefix optionJeff King2023-03-091-0/+8
| * | | format-patch: do not respect diff.noprefixJeff King2023-03-091-0/+9
| | |/ | |/|
* | | Merge branch 'jk/format-patch-change-format-for-empty-commits'Junio C Hamano2023-03-191-0/+1
|\ \ \
| * | | format-patch: output header for empty commitsJohn Keeping2023-03-031-0/+1
| |/ /
* | | Merge branch 'jc/gpg-lazy-init'Junio C Hamano2023-03-171-2/+0
|\ \ \
| * | | gpg-interface: lazily initialize and read the configurationJunio C Hamano2023-02-091-2/+0
* | | | Merge branch 'jk/unused-post-2.39-part2'Junio C Hamano2023-03-171-1/+1
|\ \ \ \
| * | | | mark unused parameters in signal handlersJeff King2023-02-241-1/+1
| |/ / /
* | | | Merge branch 'en/header-cleanup'Junio C Hamano2023-03-171-1/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | 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
| |/ /
* | | format.attach: allow empty value to disable multi-part messagesJunio C Hamano2023-02-171-0/+2
|/ /
* | Merge branch 'jc/format-patch-v-unleak'Junio C Hamano2023-01-231-3/+3
|\ \
| * | format-patch: unleak "-v <num>"Junio C Hamano2023-01-161-3/+3
* | | format-patch: support format.mboxrd with --stdoutEric Wong2022-12-251-0/+8
|/ /
* | builtin/{grep,log}.: don't define "USE_THE_INDEX_COMPATIBILITY_MACROS"Ævar Arnfjörð Bjarmason2022-11-211-1/+0
|/
* Merge branch 'tb/shortlog-group'Taylor Blau2022-10-301-0/+1
|\
| * shortlog: extract `shortlog_finish_setup()`Taylor Blau2022-10-241-0/+1
* | Merge branch 'jz/patch-id'Taylor Blau2022-10-301-1/+1
|\ \ | |/ |/|
| * patch-id: use stable patch-id for rebasesJerry Zhang2022-10-241-1/+1
* | Merge branch 'ab/unused-annotation'Junio C Hamano2022-09-141-2/+2
|\ \
| * | git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason2022-09-011-2/+2
* | | Merge branch 'jk/unused-annotation'Junio C Hamano2022-09-141-3/+4
|\ \ \ | |/ /
| * | mark unused read_tree_recursive() callback parametersJeff King2022-08-191-3/+4
* | | Merge branch 'jc/format-patch-force-in-body-from'Junio C Hamano2022-09-091-0/+9
|\ \ \
| * | | format-patch: learn format.forceInBodyFrom configuration variableJunio C Hamano2022-08-291-0/+4