summaryrefslogtreecommitdiffstats
path: root/sequencer.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* copy.h: move declarations for copy.c functions from cache.hElijah Newren2023-04-241-0/+1
* 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
|\
| * 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
* | 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/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-101-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-241-0/+1
| * | | alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren2023-02-241-0/+1
* | | | Merge branch 'pw/rebase-i-parse-fix'Junio C Hamano2023-03-011-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-071-6/+10
* | | builtin/revert.c: move free-ing of "revs" to replay_opts_release()Ævar Arnfjörð Bjarmason2023-02-071-0/+3
* | | sequencer API users: fix get_replay_opts() leaksÆvar Arnfjörð Bjarmason2023-02-071-3/+1
* | | sequencer.c: split up sequencer_remove_state()Ævar Arnfjörð Bjarmason2023-02-071-9/+14
|/ /
* | rebase: cleanup "--exec" option handlingPhillip Wood2023-01-131-2/+2
* | Merge branch 'sk/remove-duplicate-includes'Junio C Hamano2022-12-261-1/+0
|\|
| * git: remove duplicate includesSeija Kijin2022-12-151-1/+0
* | Merge branch 'ab/various-leak-fixes'Junio C Hamano2022-12-141-0/+1
|\ \ | |/ |/|
| * sequencer.c: fix "opts->strategy" leak in read_strategy_opts()Ævar Arnfjörð Bjarmason2022-11-211-0/+1
* | Merge branch 'ab/fewer-the-index-macros'Junio C Hamano2022-11-281-6/+9
|\ \
| * | read-cache API & users: make discard_index() return voidÆvar Arnfjörð Bjarmason2022-11-211-6/+9
* | | Merge branch 'pw/rebase-no-reflog-action'Junio C Hamano2022-11-231-20/+25
|\ \ \ | | |/ | |/|
| * | sequencer: stop exporting GIT_REFLOG_ACTIONPhillip Wood2022-11-101-20/+25
* | | Merge branch 'pw/strict-label-lookups'Junio C Hamano2022-11-231-25/+28
|\ \ \ | |_|/ |/| |
| * | sequencer: tighten label lookupsPhillip Wood2022-11-111-6/+8
| * | sequencer: unify label lookupPhillip Wood2022-11-111-24/+25
* | | Merge branch 'vd/skip-cache-tree-update'Taylor Blau2022-11-191-0/+1
|\ \ \
| * | | rebase: use 'skip_cache_tree_update' optionVictoria Dye2022-11-111-0/+1
| |/ /
* | | Merge branch 'vd/update-refs-delete'Taylor Blau2022-11-191-3/+6
|\ \ \ | |/ / |/| |
| * | rebase --update-refs: avoid unintended ref deletionVictoria Dye2022-11-071-3/+6
| |/