aboutsummaryrefslogtreecommitdiff
path: root/builtin/log.c
AgeCommit message (Expand)Author
2024-12-18pager: stop using `the_repository`Patrick Steinhardt
2024-12-18progress: stop using `the_repository`Patrick Steinhardt
2024-12-13log: --remerge-diff needs to keep around commit parentsJohannes Schindelin
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt
2024-09-23Merge branch 'jc/pass-repo-to-builtins'Junio C Hamano
2024-09-16Merge branch 'jc/range-diff-lazy-setup'Junio C Hamano
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai
2024-08-14builtin/log: fix leak when showing converted blob contentsPatrick Steinhardt
2024-08-14builtin/format-patch: fix various trivial memory leaksPatrick Steinhardt
2024-08-09remerge-diff: clean up temporary objdir at a central placeJunio C Hamano
2024-08-09remerge-diff: lazily prepare temporary objdir on demandJunio C Hamano
2024-08-01builtin/log: fix leaking branch name when creating cover lettersPatrick Steinhardt
2024-07-08Merge branch 'ps/leakfixes-more'Junio C Hamano
2024-07-02Merge branch 'ps/use-the-repository'Junio C Hamano
2024-06-20Merge branch 'rj/format-patch-auto-cover-with-interdiff'Junio C Hamano
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt
2024-06-14hash: require hash algorithm in `oidread()` and `oidclr()`Patrick Steinhardt
2024-06-11builtin/log: fix leaking commit list in git-cherry(1)Patrick Steinhardt
2024-06-11object-name: free leaking object contextsPatrick Steinhardt
2024-06-11parse-options: fix leaks for users of OPT_FILENAMEPatrick Steinhardt
2024-06-07format-patch: assume --cover-letter for diff in multi-patch seriesRubén Justo
2024-06-07global: improve const correctness when assigning string constantsPatrick Steinhardt
2024-06-06Merge branch 'ps/leakfixes'Junio C Hamano
2024-06-03Merge branch 'ps/leakfixes' into ps/leakfixes-moreJunio C Hamano
2024-05-29Merge branch 'ps/leakfixes' into ps/no-writable-stringsJunio C Hamano
2024-05-28Merge branch 'jc/format-patch-more-aggressive-range-diff'Junio C Hamano
2024-05-27config: clarify memory ownership in `git_config_string()`Patrick Steinhardt
2024-05-27builtin/log: stop using globals for format configPatrick Steinhardt
2024-05-27builtin/log: stop using globals for log configPatrick Steinhardt
2024-05-27config: clarify memory ownership in `git_config_pathname()`Patrick Steinhardt
2024-05-07cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt
2024-05-06format-patch: run range-diff with larger creation-factorJunio C Hamano
2024-04-30Merge branch 'jc/format-patch-rfc-more'Junio C Hamano
2024-04-30Merge branch 'ds/format-patch-rfc-and-k'Junio C Hamano
2024-04-23format-patch: "--rfc=-(WIP)" appends to produce [PATCH (WIP)]Junio C Hamano
2024-04-23format-patch: allow --rfc to optionally take a value, like --rfc=WIPJunio C Hamano
2024-04-19format-patch: ensure that --rfc and -k are mutually exclusiveDragan Simic
2024-04-01Merge branch 'jk/pretty-subject-cleanup'Junio C Hamano
2024-03-19format-patch: return an allocated string from log_write_email_headers()Jeff King
2024-03-19pretty: drop print_email_subject flagJeff King
2024-03-19pretty: split oneline and email subject printingJeff King
2024-02-29commit-reach(repo_get_merge_bases_many): pass on "missing commits" errorsJohannes Schindelin
2024-02-29commit-reach(repo_get_merge_bases): pass on "missing commits" errorsJohannes Schindelin
2024-02-28commit-reach(repo_in_merge_bases_many): report missing commitsJohannes Schindelin
2024-02-08Merge branch 'en/header-cleanup' into maint-2.43Junio C Hamano
2024-01-08Merge branch 'en/header-cleanup'Junio C Hamano
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-12-20Merge branch 'jk/implicit-true'Junio C Hamano
2023-12-09config: handle NULL value when parsing non-boolsJeff King