summaryrefslogtreecommitdiffstats
path: root/log-tree.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* format-patch: move range/inter diff at the end of a single patch outputJunio C Hamano2024-05-251-6/+5
* show_log: factor out interdiff/range-diff generationJunio C Hamano2024-05-241-40/+48
* cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt2024-05-071-3/+6
* Merge branch 'rs/date-mode-pass-by-value'Junio C Hamano2024-04-161-1/+1
|\
| * date: make DATE_MODE thread-safeRené Scharfe2024-04-061-1/+1
* | Merge branch 'jk/pretty-subject-cleanup'Junio C Hamano2024-04-011-13/+9
|\ \ | |/ |/|
| * format-patch: fix leak of empty header stringJeff King2024-03-221-1/+1
| * format-patch: simplify after-subject MIME header handlingJeff King2024-03-201-8/+6
| * format-patch: return an allocated string from log_write_email_headers()Jeff King2024-03-201-5/+6
| * log: do not set up extra_headers for non-email formatsJeff King2024-03-201-3/+1
| * pretty: drop print_email_subject flagJeff King2024-03-201-1/+0
* | commit-reach(repo_get_merge_bases): pass on "missing commits" errorsJohannes Schindelin2024-02-291-2/+3
|/
* line-log.h: remove unnecessary includeElijah Newren2023-12-261-0/+1
* decorate: use commit color for HEAD arrowAndy Koppe2023-08-211-1/+1
* pretty: add pointer and tag options to %(decorate)Andy Koppe2023-08-211-3/+9
* decorate: color each token separatelyAndy Koppe2023-08-211-3/+11
* decorate: avoid some unnecessary color overheadAndy Koppe2023-08-211-10/+15
* decorate: refactor format_decorations()Andy Koppe2023-08-211-6/+17
* Merge branch 'en/header-split-cache-h-part-3'Junio C Hamano2023-06-301-1/+3
|\
| * object-store-ll.h: split this header out of object-store.hElijah Newren2023-06-211-1/+1
| * git-compat-util.h: remove unneccessary include of wildmatch.hElijah Newren2023-06-211-0/+1
| * log-tree: replace include of revision.h with simple forward declarationElijah Newren2023-06-211-0/+1
* | Merge branch 'ds/disable-replace-refs'Junio C Hamano2023-06-231-1/+1
|\ \ | |/ |/|
| * replace-objects: create wrapper around settingDerrick Stolee2023-06-121-1/+1
* | Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano2023-05-101-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-241-0/+1
* | cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-241-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
| |/