summaryrefslogtreecommitdiff
path: root/sequencer.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ob/messages-capitalize-exception'Junio C Hamano2023-05-091-2/+2
|\
| * messages: capitalization and punctuation exceptionsOswald Buddenhagen2023-04-281-2/+2
* | Merge branch 'ob/sequencer-i18n-fix'Junio C Hamano2023-05-091-1/+1
|\ \ | |/
| * sequencer: actually translate report in do_exec()Oswald Buddenhagen2023-04-281-1/+1
* | Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano2023-05-091-0/+1
|\ \
| * | copy.h: move declarations for copy.c functions from cache.hElijah Newren2023-04-241-0/+1
* | | Merge branch 'en/header-split-cache-h'Junio C Hamano2023-04-251-0/+4
|\ \ \ | |/ /
| * | pager.h: move declarations for pager.c functions from cache.hElijah Newren2023-04-111-0/+1
| * | object-file.h: move declarations for object-file.c functions from cache.hElijah Newren2023-04-111-0/+1
| * | object-name.h: move declarations for object-name.c functions from cache.hElijah Newren2023-04-111-0/+1
| * | treewide: be explicit about dependence on advice.hElijah Newren2023-04-111-0/+1
| * | Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano2023-04-041-65/+85
| |\ \
* | \ \ Merge branch 'pw/rebase-cleanup-merge-strategy-option-handling'Junio C Hamano2023-04-171-32/+26
|\ \ \ \
| * | | | rebase -m: fix serialization of strategy optionsPhillip Wood2023-04-101-5/+6
| * | | | rebase -m: cleanup --strategy-option handlingPhillip Wood2023-04-101-1/+1
| * | | | sequencer: use struct strvec to store merge strategy optionsPhillip Wood2023-04-101-27/+21
| * | | | rebase: stop reading and writing unnecessary strategy statePhillip Wood2023-04-101-1/+0
* | | | | Merge branch 'en/header-split-cleanup'Junio C Hamano2023-04-061-0/+4
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren2023-03-211-0/+1
| * | | | abspath.h: move absolute path functions from cache.hElijah Newren2023-03-211-0/+1
| * | | | environment: move comment_line_char from cache.hElijah Newren2023-03-211-0/+1
| * | | | treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
| |/ / /
* | | | Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano2023-04-061-65/+85
|\ \ \ \ | | |/ / | |/| |
| * | | libs: use "struct repository *" argument, not "the_repository"Ævar Arnfjörð Bjarmason2023-03-281-54/+48
| * | | post-cocci: adjust comments for recent repo_* migrationÆvar Arnfjörð Bjarmason2023-03-281-3/+3
| * | | cocci: apply the "pretty.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-4/+8
| * | | cocci: apply the "commit.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-32/+50
| * | | cocci: apply the "commit-reach.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-1/+2
| * | | cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-24/+27
| | |/ | |/|
* | | Merge branch 'ob/sequencer-save-head-simplify'Junio C Hamano2023-04-041-19/+1
|\ \ \
| * | | sequencer: rewrite save_head() in terms of write_message()Oswald Buddenhagen2023-03-241-19/+1
| |/ /
* | | Merge branch 'ob/rollback-after-commit-lock-failure'Junio C Hamano2023-04-041-1/+0
|\ \ \ | |_|/ |/| |
| * | sequencer: remove pointless rollback_lock_file()Oswald Buddenhagen2023-03-241-1/+0
* | | Merge branch 'ab/fix-strategy-opts-parsing'Junio C Hamano2023-03-191-2/+7
|\ \ \
| * | | sequencer.c: fix overflow & segfault in parse_strategy_opts()Ævar Arnfjörð Bjarmason2023-03-081-2/+7
* | | | Merge branch 'jc/gpg-lazy-init'Junio C Hamano2023-03-171-4/+0
|\ \ \ \
| * | | | gpg-interface: lazily initialize and read the configurationJunio C Hamano2023-02-091-4/+0
* | | | | Merge branch 'en/header-cleanup'Junio C Hamano2023-03-171-0/+2
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-231-0/+1
| * | | | alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren2023-02-231-0/+1
* | | | | Merge branch 'pw/rebase-i-parse-fix'Junio C Hamano2023-02-281-10/+8
|\ \ \ \ \
| * | | | | rebase -i: fix parsing of "fixup -C<commit>"Phillip Wood2023-02-231-4/+2
| * | | | | rebase -i: match whole word in is_command()Phillip Wood2023-02-231-6/+6
| | |_|/ / | |/| | |
* | | | | Merge branch 'pw/rebase-i-validate-labels-early'Junio C Hamano2023-02-271-1/+38
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | rebase -i: check labels and refs when parsing todo listPhillip Wood2023-02-211-1/+38
* | | | | Merge branch 'ab/hook-api-with-stdin'Junio C Hamano2023-02-221-14/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | sequencer: use the new hook API for the simpler "post-rewrite" callEmily Shaffer2023-02-081-14/+4
| | |/ / | |/| |
* | | | sequencer.c: always free() the "msgbuf" in do_pick_commit()Ævar Arnfjörð Bjarmason2023-02-061-6/+10
* | | | builtin/revert.c: move free-ing of "revs" to replay_opts_release()Ævar Arnfjörð Bjarmason2023-02-061-0/+3
* | | | sequencer API users: fix get_replay_opts() leaksÆvar Arnfjörð Bjarmason2023-02-061-3/+1