aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/log.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2024-12-27builtin/log: fix remaining -Wsign-compare warningsPatrick Steinhardt1-14/+13
2024-12-27builtin/log: use `size_t` to track indicesPatrick Steinhardt1-10/+13
2024-12-23Merge branch 'ps/build-sign-compare'Junio C Hamano1-0/+3
2024-12-19Merge branch 'js/log-remerge-keep-ancestry'Junio C Hamano1-2/+6
2024-12-18pager: stop using `the_repository`Patrick Steinhardt1-2/+2
2024-12-18progress: stop using `the_repository`Patrick Steinhardt1-1/+2
2024-12-13log: --remerge-diff needs to keep around commit parentsJohannes Schindelin1-2/+6
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt1-0/+3
2024-09-23Merge branch 'jc/pass-repo-to-builtins'Junio C Hamano1-7/+26
2024-09-16Merge branch 'jc/range-diff-lazy-setup'Junio C Hamano1-14/+4
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai1-1/+2
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai1-6/+24
2024-08-14builtin/log: fix leak when showing converted blob contentsPatrick Steinhardt1-0/+1
2024-08-14builtin/format-patch: fix various trivial memory leaksPatrick Steinhardt1-3/+10
2024-08-09remerge-diff: clean up temporary objdir at a central placeJunio C Hamano1-7/+4
2024-08-09remerge-diff: lazily prepare temporary objdir on demandJunio C Hamano1-7/+0
2024-08-01builtin/log: fix leaking branch name when creating cover lettersPatrick Steinhardt1-1/+3
2024-07-08Merge branch 'ps/leakfixes-more'Junio C Hamano1-7/+9
2024-07-02Merge branch 'ps/use-the-repository'Junio C Hamano1-2/+2
2024-06-20Merge branch 'rj/format-patch-auto-cover-with-interdiff'Junio C Hamano1-0/+2
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt1-1/+1
2024-06-14hash: require hash algorithm in `oidread()` and `oidclr()`Patrick Steinhardt1-1/+1
2024-06-11builtin/log: fix leaking commit list in git-cherry(1)Patrick Steinhardt1-3/+3
2024-06-11object-name: free leaking object contextsPatrick Steinhardt1-3/+3
2024-06-11parse-options: fix leaks for users of OPT_FILENAMEPatrick Steinhardt1-1/+3
2024-06-07format-patch: assume --cover-letter for diff in multi-patch seriesRubén Justo1-0/+2
2024-06-07global: improve const correctness when assigning string constantsPatrick Steinhardt1-1/+1