aboutsummaryrefslogtreecommitdiffstats
path: root/sequencer.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-02-22Merge branch 'ab/hook-api-with-stdin'Junio C Hamano1-14/+4
2023-02-21rebase -i: check labels and refs when parsing todo listPhillip Wood1-1/+38
2023-02-09gpg-interface: lazily initialize and read the configurationJunio C Hamano1-4/+0
2023-02-08sequencer: use the new hook API for the simpler "post-rewrite" callEmily Shaffer1-14/+4
2023-02-06sequencer.c: always free() the "msgbuf" in do_pick_commit()Ævar Arnfjörð Bjarmason1-6/+10
2023-02-06builtin/revert.c: move free-ing of "revs" to replay_opts_release()Ævar Arnfjörð Bjarmason1-0/+3
2023-02-06sequencer API users: fix get_replay_opts() leaksÆvar Arnfjörð Bjarmason1-3/+1
2023-02-06sequencer.c: split up sequencer_remove_state()Ævar Arnfjörð Bjarmason1-9/+14
2023-01-13rebase: cleanup "--exec" option handlingPhillip Wood1-2/+2
2022-12-26Merge branch 'sk/remove-duplicate-includes'Junio C Hamano1-1/+0
2022-12-15git: remove duplicate includesSeija Kijin1-1/+0
2022-12-14Merge branch 'ab/various-leak-fixes'Junio C Hamano1-0/+1
2022-12-09rebase --update-refs: avoid unintended ref deletionVictoria Dye1-3/+6
2022-11-28Merge branch 'ab/fewer-the-index-macros'Junio C Hamano1-6/+9
2022-11-23Merge branch 'pw/rebase-no-reflog-action'Junio C Hamano1-20/+25
2022-11-23Merge branch 'pw/strict-label-lookups'Junio C Hamano1-25/+28
2022-11-21sequencer.c: fix "opts->strategy" leak in read_strategy_opts()Ævar Arnfjörð Bjarmason1-0/+1
2022-11-21read-cache API & users: make discard_index() return voidÆvar Arnfjörð Bjarmason1-6/+9
2022-11-18Merge branch 'vd/skip-cache-tree-update'Taylor Blau1-0/+1
2022-11-18Merge branch 'vd/update-refs-delete'Taylor Blau1-3/+6
2022-11-10sequencer: tighten label lookupsPhillip Wood1-6/+8
2022-11-10sequencer: unify label lookupPhillip Wood1-24/+25
2022-11-10rebase: use 'skip_cache_tree_update' optionVictoria Dye1-0/+1
2022-11-09sequencer: stop exporting GIT_REFLOG_ACTIONPhillip Wood1-20/+25
2022-11-08Merge branch 'rs/no-more-run-command-v'Taylor Blau1-18/+14
2022-11-07rebase --update-refs: avoid unintended ref deletionVictoria Dye1-3/+6
2022-10-30Merge branch 'pw/rebase-reflog-fixes'Taylor Blau1-0/+5
2022-10-30replace and remove run_command_v_opt()René Scharfe1-2/+4
2022-10-30use child_process members "args" and "env" directlyRené Scharfe1-15/+10
2022-10-30sequencer: simplify building argument list in do_exec()René Scharfe1-2/+1
2022-10-25Merge branch 'jk/sequencer-missing-author-name-check' into maint-2.38Junio C Hamano1-1/+1
2022-10-25Merge branch 'ja/rebase-i-avoid-amending-self' into maint-2.38Junio C Hamano1-2/+2
2022-10-17rebase --merge: fix reflog when continuingPhillip Wood1-0/+5
2022-10-11Merge branch 'jk/sequencer-missing-author-name-check'Junio C Hamano1-1/+1
2022-10-10Merge branch 'ja/rebase-i-avoid-amending-self'Junio C Hamano1-2/+2
2022-10-03sequencer: detect author name errors in read_author_script()Jeff King1-1/+1
2022-09-26sequencer: avoid dropping fixup commit that targets self via commit-ishJohannes Altmanninger1-2/+2
2022-09-14Merge branch 'ab/unused-annotation'Junio C Hamano1-2/+2
2022-09-14Merge branch 'jk/unused-annotation'Junio C Hamano1-2/+3
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason1-2/+2
2022-08-19sequencer: do not translate command namesMichael J Gruber1-2/+2
2022-08-19sequencer: do not translate parameters to error_resolve_conflict()Michael J Gruber1-2/+2
2022-08-19sequencer: do not translate reflog messagesMichael J Gruber1-1/+1
2022-08-19hashmap: mark unused callback parametersJeff King1-2/+3
2022-07-19sequencer: notify user of --update-refs activityDerrick Stolee1-6/+34
2022-07-19sequencer: ignore HEAD ref under --update-refsDerrick Stolee1-0/+13
2022-07-19sequencer: rewrite update-refs as user edits todo listDerrick Stolee1-0/+96
2022-07-19rebase: update refs from 'update-ref' commandsDerrick Stolee1-3/+117
2022-07-19rebase: add --update-refs optionDerrick Stolee1-0/+107
2022-07-19sequencer: add update-ref commandDerrick Stolee1-1/+13