summaryrefslogtreecommitdiffstats
path: root/sequencer.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt2024-12-061-0/+1
* Merge branch 'kh/sequencer-comment-char'Junio C Hamano2024-12-061-10/+16
|\
| * sequencer: comment commit messages properlyKristoffer Haugsbakk2024-11-261-4/+8
| * sequencer: comment `--reference` subject line properlyKristoffer Haugsbakk2024-11-261-4/+5
| * sequencer: comment checked-out branch properlyKristoffer Haugsbakk2024-11-261-2/+3
* | refs: allow passing flags when setting up a transactionPatrick Steinhardt2024-11-201-3/+3
|/
* rebase-merges: try and use branch names as labelsNicolas Guichard2024-10-091-8/+17
* rebase-update-refs: extract load_branch_decorationsNicolas Guichard2024-10-091-10/+1
* Merge branch 'mt/rebase-x-quiet'Junio C Hamano2024-08-281-3/+4
|\
| * rebase --exec: respect --quietMatheus Tavares2024-08-211-3/+4
* | Merge branch 'ps/config-wo-the-repository'Junio C Hamano2024-08-231-3/+3
|\ \
| * | hooks: remove implicit dependency on `the_repository`Patrick Steinhardt2024-08-131-3/+3
| |/
* | sequencer: release todo list on error pathsPatrick Steinhardt2024-08-141-19/+47
* | builtin/rebase: fix leaking `commit.gpgsign` valuePatrick Steinhardt2024-08-141-0/+1
|/
* merge-recursive: honor diff.algorithmAntonin Delpeuch2024-07-141-2/+2
* Merge branch 'ps/leakfixes-more'Junio C Hamano2024-07-081-38/+78
|\
| * merge: fix leaking merge basesPatrick Steinhardt2024-06-111-0/+1
| * sequencer: fix memory leaks in `make_script_with_merges()`Patrick Steinhardt2024-06-111-0/+3
| * sequencer: fix leaking string buffer in `commit_staged_changes()`Patrick Steinhardt2024-06-111-38/+73
| * commit: fix leaking parents when calling `commit_tree_extended()`Patrick Steinhardt2024-06-111-0/+1
| * Merge branch 'ps/leakfixes' into ps/leakfixes-moreJunio C Hamano2024-06-031-1/+1
| |\
* | \ Merge branch 'ps/use-the-repository'Junio C Hamano2024-07-021-3/+5
|\ \ \
| * | | global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt2024-06-141-0/+2
| * | | hash: require hash algorithm in `empty_tree_oid_hex()`Patrick Steinhardt2024-06-141-1/+1
| * | | hash: require hash algorithm in `oidread()` and `oidclr()`Patrick Steinhardt2024-06-141-2/+2
* | | | Merge branch 'pw/rebase-i-error-message'Junio C Hamano2024-06-211-11/+72
|\ \ \ \ | |/ / / |/| | |
| * | | rebase -i: improve error message when picking mergePhillip Wood2024-05-301-2/+61
| * | | rebase -i: pass struct replay_opts to parse_insn_line()Phillip Wood2024-05-301-10/+12
* | | | Merge branch 'ps/leakfixes'Junio C Hamano2024-06-061-1/+1
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | config: clarify memory ownership in `git_config_string()`Patrick Steinhardt2024-05-271-1/+1
* | | Merge branch 'la/hide-trailer-info'Junio C Hamano2024-05-231-15/+12
|\ \ \ | |/ / |/| |
| * | sequencer: use the trailer iteratorLinus Arver2024-05-021-15/+12
* | | Merge branch 'kn/ref-transaction-symref'Junio C Hamano2024-05-201-5/+6
|\ \ \
| * | | refs: accept symref values in `ref_transaction_update()`Karthik Nayak2024-05-071-4/+5
| | |/ | |/|
* | | cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt2024-05-071-28/+33
* | | Merge branch 'pw/rebase-m-signoff-fix'Junio C Hamano2024-04-301-92/+158
|\ \ \ | |/ / |/| |
| * | rebase -m: fix --signoff with conflictsPhillip Wood2024-04-181-6/+17
| * | sequencer: store commit message in private contextPhillip Wood2024-04-181-46/+50
| * | sequencer: move current fixups to private contextPhillip Wood2024-04-181-32/+57
| * | sequencer: start removing private fields from public APIPhillip Wood2024-04-181-6/+30
| * | sequencer: always free "struct replay_opts"Phillip Wood2024-04-181-2/+4
* | | Merge branch 'jk/core-comment-string'Junio C Hamano2024-04-051-23/+25
|\ \ \
| * | | sequencer: handle multi-byte comment characters when writing todo listJeff King2024-03-121-1/+3
| * | | find multi-byte comment chars in unterminated buffersJeff King2024-03-121-2/+2
| * | | find multi-byte comment chars in NUL-terminated stringsJeff King2024-03-121-1/+1
| * | | prefer comment_line_str to comment_line_char for printingJeff King2024-03-121-10/+10
| * | | strbuf: accept a comment string for strbuf_add_commented_lines()Jeff King2024-03-121-4/+4
| * | | strbuf: accept a comment string for strbuf_commented_addf()Jeff King2024-03-121-2/+2
| * | | strbuf: accept a comment string for strbuf_stripspace()Jeff King2024-03-121-3/+3
| |/ /
* | | Merge branch 'rs/config-comment'Junio C Hamano2024-04-051-15/+15
|\ \ \