summaryrefslogtreecommitdiffstats
path: root/builtin/log.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ps/build-sign-compare'Junio C Hamano2024-12-231-0/+3
|\
| * global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt2024-12-061-0/+3
* | Merge branch 'js/log-remerge-keep-ancestry'Junio C Hamano2024-12-191-2/+6
|\ \ | |/ |/|
| * log: --remerge-diff needs to keep around commit parentsJohannes Schindelin2024-12-131-2/+6
* | Merge branch 'jc/pass-repo-to-builtins'Junio C Hamano2024-09-231-7/+26
|\ \
| * | builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai2024-09-131-1/+2
| * | builtin: add a repository parameter for builtin functionsJohn Cai2024-09-131-6/+24
* | | Merge branch 'jc/range-diff-lazy-setup'Junio C Hamano2024-09-161-14/+4
|\ \ \ | |/ / |/| |
| * | remerge-diff: clean up temporary objdir at a central placeJunio C Hamano2024-08-101-7/+4
| * | remerge-diff: lazily prepare temporary objdir on demandJunio C Hamano2024-08-101-7/+0
| * | Merge branch 'en/header-cleanup' into maint-2.43Junio C Hamano2024-02-091-2/+0
| |\ \
* | | | builtin/log: fix leak when showing converted blob contentsPatrick Steinhardt2024-08-141-0/+1
* | | | builtin/format-patch: fix various trivial memory leaksPatrick Steinhardt2024-08-141-3/+10
* | | | builtin/log: fix leaking branch name when creating cover lettersPatrick Steinhardt2024-08-011-1/+3
* | | | Merge branch 'ps/leakfixes-more'Junio C Hamano2024-07-081-7/+9
|\ \ \ \
| * | | | builtin/log: fix leaking commit list in git-cherry(1)Patrick Steinhardt2024-06-111-3/+3
| * | | | object-name: free leaking object contextsPatrick Steinhardt2024-06-111-3/+3
| * | | | parse-options: fix leaks for users of OPT_FILENAMEPatrick Steinhardt2024-06-111-1/+3
| * | | | Merge branch 'ps/leakfixes' into ps/leakfixes-moreJunio C Hamano2024-06-031-296/+412
| |\ \ \ \
* | \ \ \ \ Merge branch 'ps/use-the-repository'Junio C Hamano2024-07-021-2/+2
|\ \ \ \ \ \
| * | | | | | global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt2024-06-141-1/+1
| * | | | | | hash: require hash algorithm in `oidread()` and `oidclr()`Patrick Steinhardt2024-06-141-1/+1
| * | | | | | Merge branch 'ps/leakfixes'Junio C Hamano2024-06-061-296/+412
| |\ \ \ \ \ \ | | |/ / / / / | |/| / / / / | | |/ / / /
* | | | | | Merge branch 'rj/format-patch-auto-cover-with-interdiff'Junio C Hamano2024-06-211-0/+2
|\ \ \ \ \ \
| * | | | | | format-patch: assume --cover-letter for diff in multi-patch seriesRubén Justo2024-06-071-0/+2
* | | | | | | global: improve const correctness when assigning string constantsPatrick Steinhardt2024-06-071-1/+1
* | | | | | | Merge branch 'ps/leakfixes' into ps/no-writable-stringsJunio C Hamano2024-05-291-296/+412
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | / / / / | | |/ / / / | |/| | | |
| * | | | | config: clarify memory ownership in `git_config_string()`Patrick Steinhardt2024-05-271-6/+6
| * | | | | builtin/log: stop using globals for format configPatrick Steinhardt2024-05-271-202/+265
| * | | | | builtin/log: stop using globals for log configPatrick Steinhardt2024-05-271-103/+156
| * | | | | config: clarify memory ownership in `git_config_pathname()`Patrick Steinhardt2024-05-271-1/+1
* | | | | | Merge branch 'jc/format-patch-more-aggressive-range-diff'Junio C Hamano2024-05-281-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | format-patch: run range-diff with larger creation-factorJunio C Hamano2024-05-061-1/+1
| |/ / / /
* | | | | cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt2024-05-071-2/+4
* | | | | Merge branch 'jc/format-patch-rfc-more'Junio C Hamano2024-04-301-4/+22
|\ \ \ \ \
| * | | | | format-patch: "--rfc=-(WIP)" appends to produce [PATCH (WIP)]Junio C Hamano2024-04-231-2/+6
| * | | | | format-patch: allow --rfc to optionally take a value, like --rfc=WIPJunio C Hamano2024-04-231-4/+19
| |/ / / /
* | | | | Merge branch 'ds/format-patch-rfc-and-k'Junio C Hamano2024-04-301-1/+3
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | format-patch: ensure that --rfc and -k are mutually exclusiveDragan Simic2024-04-191-1/+3
* | | | | Merge branch 'jk/pretty-subject-cleanup'Junio C Hamano2024-04-011-2/+2
|\ \ \ \ \
| * | | | | format-patch: return an allocated string from log_write_email_headers()Jeff King2024-03-201-0/+1
| * | | | | pretty: drop print_email_subject flagJeff King2024-03-201-1/+0
| * | | | | pretty: split oneline and email subject printingJeff King2024-03-201-1/+1
* | | | | | commit-reach(repo_get_merge_bases_many): pass on "missing commits" errorsJohannes Schindelin2024-02-291-6/+7
* | | | | | commit-reach(repo_get_merge_bases): pass on "missing commits" errorsJohannes Schindelin2024-02-291-5/+5
* | | | | | commit-reach(repo_in_merge_bases_many): report missing commitsJohannes Schindelin2024-02-281-2/+5
|/ / / / /
* | | | | Merge branch 'en/header-cleanup'Junio C Hamano2024-01-081-2/+0
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | treewide: remove unnecessary includes in source filesElijah Newren2023-12-261-2/+0
* | | | | Merge branch 'jk/implicit-true'Junio C Hamano2023-12-201-1/+4
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | config: handle NULL value when parsing non-boolsJeff King2023-12-091-1/+4
| |/ / /