summaryrefslogtreecommitdiff
path: root/builtin/log.c
AgeCommit message (Expand)AuthorFilesLines
2026-07-13Merge branch 'jk/format-patch-leakfix'Junio C Hamano1-0/+1
2026-06-30format-patch: fix leak of rev_info in prepare_bases()Jeff King1-0/+1
2026-06-15odb: use size_t for object_info.sizep and the size APIsJohannes Schindelin1-1/+1
2026-05-15builtin/log: prefetch necessary blobs for `git cherry`Elijah Newren1-0/+131
2026-03-27format-patch: removing unconditional wrappingMirko Faina1-7/+2
2026-03-23format-patch: --commit-list-format without prefixMirko Faina1-0/+2
2026-03-23format-patch: add preset for --commit-list-formatMirko Faina1-0/+3
2026-03-23format-patch: wrap generate_commit_list_cover()Mirko Faina1-1/+7
2026-03-23format.commitListFormat: strip meaning from emptyMirko Faina1-10/+1
2026-03-23format-patch: rename --cover-letter-format optionMirko Faina1-1/+3
2026-03-23format-patch: refactor generate_commit_list_coverMirko Faina1-4/+3
2026-03-16Merge branch 'mf/format-patch-cover-letter-format' into mf/format-patch-commi...Junio C Hamano1-14/+77
2026-03-10Merge branch 'kh/format-patch-noprefix-is-boolean'Junio C Hamano1-1/+13
2026-03-06format-patch: add commitListFormat configMirko Faina1-0/+21
2026-03-06format-patch: add ability to use alt cover formatMirko Faina1-3/+37
2026-03-06format-patch: move cover letter summary generationMirko Faina1-12/+20
2026-03-04Merge branch 'bk/mailmap-wo-the-repository'Junio C Hamano1-1/+1
2026-02-27Merge branch 'mf/format-patch-honor-from-for-cover-letter'Junio C Hamano1-3/+3
2026-02-23format-patch: make format.noprefix a booleanKristoffer Haugsbakk1-1/+13
2026-02-20mailmap: stop using the_repositoryBurak Kaan Karaçay1-1/+1
2026-02-17format-patch: fix From header in cover letterMirko Faina1-3/+3
2026-02-17Merge branch 'rs/clean-includes'Junio C Hamano1-1/+0
2026-02-08remove duplicate includesRené Scharfe1-1/+0
2026-01-15commit: rename `free_commit_list()` to conform to coding guidelinesPatrick Steinhardt1-6/+6
2025-12-25log: use commit_stackRené Scharfe1-16/+15
2025-11-23streaming: move into object database subsystemPatrick Steinhardt1-1/+1
2025-11-23streaming: get rid of `the_repository`Patrick Steinhardt1-2/+2
2025-10-14Merge branch 'kh/format-patch-range-diff-notes'Junio C Hamano1-4/+3
2025-10-02Merge branch 'kh/you-still-use-whatchanged-fix'Junio C Hamano1-1/+7
2025-09-25revision: add rdiff_log_arg to rev_infoKristoffer Haugsbakk1-4/+3
2025-09-25range-diff: rename other_arg to log_argKristoffer Haugsbakk1-4/+4
2025-09-17whatchanged: hint about git-log(1) and aliasingKristoffer Haugsbakk1-1/+7
2025-08-29range-diff: add configurable memory limit for cost matrixPaulo Casaretto1-0/+1
2025-08-04Merge branch 'ps/config-wo-the-repository'Junio C Hamano1-12/+12
2025-08-01Merge branch 'jk/revision-no-early-output'Junio C Hamano1-129/+0
2025-07-23config: drop `git_config_get_string()` wrapperPatrick Steinhardt1-1/+1
2025-07-23config: drop `git_config_get_string_multi()` wrapperPatrick Steinhardt1-1/+1
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt1-10/+10
2025-07-21revision: drop early output optionJeff King1-129/+0
2025-07-15Merge branch 'ps/object-store'Junio C Hamano1-2/+2
2025-07-01odb: rename `repo_read_object_file()`Patrick Steinhardt1-1/+1
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt1-1/+1
2025-06-25Merge branch 'jc/you-still-use-whatchanged'Junio C Hamano1-0/+19
2025-05-12whatchanged: remove when built with WITH_BREAKING_CHANGESJunio C Hamano1-0/+6
2025-05-12whatchanged: require --i-still-use-thisJunio C Hamano1-0/+13
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt1-1/+1
2025-04-15object-file: move `safe_create_leading_directories()` into "path.c"Patrick Steinhardt1-2/+2
2025-03-10object: stop depending on `the_repository`Patrick Steinhardt1-1/+1
2025-02-28environment: move access to "core.sharedRepository" into repo settingsPatrick Steinhardt1-3/+3
2025-01-21Merge branch 'ps/the-repository'Junio C Hamano1-3/+4