aboutsummaryrefslogtreecommitdiff
path: root/sequencer.c
AgeCommit message (Expand)Author
2023-03-21wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren
2023-03-21abspath.h: move absolute path functions from cache.hElijah Newren
2023-03-21environment: move comment_line_char from cache.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-03-19Merge branch 'ab/fix-strategy-opts-parsing'Junio C Hamano
2023-03-17Merge branch 'jc/gpg-lazy-init'Junio C Hamano
2023-03-17Merge branch 'en/header-cleanup'Junio C Hamano
2023-03-08sequencer.c: fix overflow & segfault in parse_strategy_opts()Ævar Arnfjörð Bjarmason
2023-02-28Merge branch 'pw/rebase-i-parse-fix'Junio C Hamano
2023-02-27Merge branch 'pw/rebase-i-validate-labels-early'Junio C Hamano
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2023-02-23alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren
2023-02-23rebase -i: fix parsing of "fixup -C<commit>"Phillip Wood
2023-02-23rebase -i: match whole word in is_command()Phillip Wood
2023-02-22Merge branch 'ab/hook-api-with-stdin'Junio C Hamano
2023-02-21rebase -i: check labels and refs when parsing todo listPhillip Wood
2023-02-09gpg-interface: lazily initialize and read the configurationJunio C Hamano
2023-02-08sequencer: use the new hook API for the simpler "post-rewrite" callEmily Shaffer
2023-02-06sequencer.c: always free() the "msgbuf" in do_pick_commit()Ævar Arnfjörð Bjarmason
2023-02-06builtin/revert.c: move free-ing of "revs" to replay_opts_release()Ævar Arnfjörð Bjarmason
2023-02-06sequencer API users: fix get_replay_opts() leaksÆvar Arnfjörð Bjarmason
2023-02-06sequencer.c: split up sequencer_remove_state()Ævar Arnfjörð Bjarmason
2023-01-13rebase: cleanup "--exec" option handlingPhillip Wood
2022-12-26Merge branch 'sk/remove-duplicate-includes'Junio C Hamano
2022-12-15git: remove duplicate includesSeija Kijin
2022-12-14Merge branch 'ab/various-leak-fixes'Junio C Hamano
2022-12-09rebase --update-refs: avoid unintended ref deletionVictoria Dye
2022-11-28Merge branch 'ab/fewer-the-index-macros'Junio C Hamano
2022-11-23Merge branch 'pw/rebase-no-reflog-action'Junio C Hamano
2022-11-23Merge branch 'pw/strict-label-lookups'Junio C Hamano
2022-11-21sequencer.c: fix "opts->strategy" leak in read_strategy_opts()Ævar Arnfjörð Bjarmason
2022-11-21read-cache API & users: make discard_index() return voidÆvar Arnfjörð Bjarmason
2022-11-18Merge branch 'vd/skip-cache-tree-update'Taylor Blau
2022-11-18Merge branch 'vd/update-refs-delete'Taylor Blau
2022-11-10sequencer: tighten label lookupsPhillip Wood
2022-11-10sequencer: unify label lookupPhillip Wood
2022-11-10rebase: use 'skip_cache_tree_update' optionVictoria Dye
2022-11-09sequencer: stop exporting GIT_REFLOG_ACTIONPhillip Wood
2022-11-08Merge branch 'rs/no-more-run-command-v'Taylor Blau
2022-11-07rebase --update-refs: avoid unintended ref deletionVictoria Dye
2022-10-30Merge branch 'pw/rebase-reflog-fixes'Taylor Blau
2022-10-30replace and remove run_command_v_opt()René Scharfe
2022-10-30use child_process members "args" and "env" directlyRené Scharfe
2022-10-30sequencer: simplify building argument list in do_exec()René Scharfe
2022-10-25Merge branch 'jk/sequencer-missing-author-name-check' into maint-2.38Junio C Hamano
2022-10-25Merge branch 'ja/rebase-i-avoid-amending-self' into maint-2.38Junio C Hamano
2022-10-17rebase --merge: fix reflog when continuingPhillip Wood
2022-10-11Merge branch 'jk/sequencer-missing-author-name-check'Junio C Hamano
2022-10-10Merge branch 'ja/rebase-i-avoid-amending-self'Junio C Hamano
2022-10-03sequencer: detect author name errors in read_author_script()Jeff King