summaryrefslogtreecommitdiff
path: root/log-tree.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-1/+2
|\ \ | |/
| * treewide: remove cache.h inclusion due to object.h changesElijah Newren2023-04-111-1/+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-11/+17
| |\
* | \ Merge branch 'jc/spell-id-in-both-caps-in-message-id'Junio C Hamano2023-04-111-1/+1
|\ \ \
| * | | e-mail workflow: Message-ID is spelled with ID in both capital lettersJunio C Hamano2023-04-031-1/+1
* | | | Merge branch 'en/header-split-cleanup'Junio C Hamano2023-04-061-0/+2
|\ \ \ \ | | |/ / | |/| |
| * | | 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
* | | | Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano2023-04-061-11/+17
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | cocci: apply the "pretty.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-3/+6
| * | cocci: apply the "diff.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-1/+1
| * | cocci: apply the "commit-reach.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-1/+1
| * | cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-6/+9
| |/
* | Merge branch 'jk/unused-post-2.39-part2'Junio C Hamano2023-03-171-1/+2
|\ \
| * | for_each_commit_graft(): mark unused callback parameterJeff King2023-02-241-1/+2
| |/
* | replace-object.h: move read_replace_refs declaration from cache.h to hereElijah Newren2023-02-231-0/+1
* | cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-231-0/+1
|/
* Merge branch 'ab/unused-annotation'Junio C Hamano2022-09-141-1/+1
|\
| * git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason2022-09-011-1/+1
* | Merge branch 'jk/unused-annotation'Junio C Hamano2022-09-141-1/+2
|\ \ | |/
| * refs: mark unused each_ref_fn parametersJeff King2022-08-191-1/+2
* | Merge branch 'jk/unused-fixes'Junio C Hamano2022-08-291-3/+2
|\ \
| * | log-tree: drop unused commit param in remerge_diff()Jeff King2022-08-191-3/+2
| |/
* | log-tree: use ref_namespaces instead of if/else-ifDerrick Stolee2022-08-051-10/+16
* | refs: use ref_namespaces for replace refs baseDerrick Stolee2022-08-051-0/+1
|/
* Merge branch 'ep/maint-equals-null-cocci'Junio C Hamano2022-05-201-1/+1
|\
| * Merge branch 'ep/maint-equals-null-cocci' for maint-2.35Junio C Hamano2022-05-021-1/+1
| |\
| | * tree-wide: apply equals-null.cocciJunio C Hamano2022-05-021-1/+1
* | | Merge branch 'jc/diff-tree-stdin-fix'Junio C Hamano2022-04-281-0/+1
|\ \ \
| * | | 2.36 gitk/diff-tree --stdin regression fixJunio C Hamano2022-04-261-0/+1
* | | | Merge branch 'ab/object-file-api-updates'Junio C Hamano2022-03-161-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | object-file API: have hash_object_file() take "enum object_type"Ævar Arnfjörð Bjarmason2022-02-251-1/+1
| |/ /
* | | show, log: include conflict/warning messages in --remerge-diff headersElijah Newren2022-02-021-0/+51
* | | diff: add ability to insert additional headers for pathsElijah Newren2022-02-021-1/+1
* | | log: clean unneeded objects during `log --remerge-diff`Elijah Newren2022-02-021-1/+7
* | | show, log: provide a --remerge-diff capabilityElijah Newren2022-02-021-0/+59
|/ /
* | ssh signing: make git log verify key lifetimeFabian Stelzer2021-12-091-0/+2
* | ssh signing: use sigc struct to pass payloadFabian Stelzer2021-12-091-4/+4
|/
* Merge branch 'fs/ssh-signing'Junio C Hamano2021-10-251-4/+4
|\
| * ssh signing: preliminary refactoring and clean-upFabian Stelzer2021-09-101-4/+4
* | load_ref_decorations(): fix decoration with tagsJeff King2021-07-141-2/+2
* | add_ref_decoration(): rename s/type/deco_type/Jeff King2021-06-281-7/+7
* | load_ref_decorations(): avoid parsing non-tag objectsJeff King2021-06-281-2/+4
|/
* hash: provide per-algorithm null OIDsbrian m. carlson2021-04-271-1/+1
* format-patch: allow a non-integral version numbersZheNing Hu2021-03-231-2/+8
* Merge branch 'ab/diff-deferred-free'Junio C Hamano2021-02-221-4/+6
|\
| * diff: add an API for deferred freeingÆvar Arnfjörð Bjarmason2021-02-111-4/+6