aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/log.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2024-06-06Merge branch 'ps/leakfixes'Junio C Hamano1-296/+412
2024-06-03Merge branch 'ps/leakfixes' into ps/leakfixes-moreJunio C Hamano1-296/+412
2024-05-29Merge branch 'ps/leakfixes' into ps/no-writable-stringsJunio C Hamano1-296/+412
2024-05-28Merge branch 'jc/format-patch-more-aggressive-range-diff'Junio C Hamano1-1/+1
2024-05-27config: clarify memory ownership in `git_config_string()`Patrick Steinhardt1-6/+6
2024-05-27builtin/log: stop using globals for format configPatrick Steinhardt1-202/+265
2024-05-27builtin/log: stop using globals for log configPatrick Steinhardt1-103/+156
2024-05-27config: clarify memory ownership in `git_config_pathname()`Patrick Steinhardt1-1/+1
2024-05-07cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt1-2/+4
2024-05-06format-patch: run range-diff with larger creation-factorJunio C Hamano1-1/+1
2024-04-30Merge branch 'jc/format-patch-rfc-more'Junio C Hamano1-4/+22
2024-04-30Merge branch 'ds/format-patch-rfc-and-k'Junio C Hamano1-1/+3
2024-04-23format-patch: "--rfc=-(WIP)" appends to produce [PATCH (WIP)]Junio C Hamano1-2/+6
2024-04-23format-patch: allow --rfc to optionally take a value, like --rfc=WIPJunio C Hamano1-4/+19
2024-04-19format-patch: ensure that --rfc and -k are mutually exclusiveDragan Simic1-1/+3
2024-04-01Merge branch 'jk/pretty-subject-cleanup'Junio C Hamano1-2/+2
2024-03-19format-patch: return an allocated string from log_write_email_headers()Jeff King1-0/+1
2024-03-19pretty: drop print_email_subject flagJeff King1-1/+0
2024-03-19pretty: split oneline and email subject printingJeff King1-1/+1
2024-02-29commit-reach(repo_get_merge_bases_many): pass on "missing commits" errorsJohannes Schindelin1-6/+7
2024-02-29commit-reach(repo_get_merge_bases): pass on "missing commits" errorsJohannes Schindelin1-5/+5
2024-02-28commit-reach(repo_in_merge_bases_many): report missing commitsJohannes Schindelin1-2/+5