aboutsummaryrefslogtreecommitdiffstats
path: root/sequencer.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-06-21cache.h: remove this no-longer-used headerElijah Newren1-1/+1
2023-06-21merge.h: move declarations for merge.c from cache.hElijah Newren1-0/+1
2023-06-21sparse-index.h: move declarations for sparse-index.c from cache.hElijah Newren1-0/+1
2023-06-12strbuf: remove global variableCalvin Wan1-9/+15
2023-05-20Merge branch 'js/rebase-count-fixes'Junio C Hamano1-5/+8
2023-05-14rebase -r: fix the total number shown in the progressJohannes Schindelin1-3/+6
2023-05-14rebase --update-refs: fix loopsJohannes Schindelin1-2/+2
2023-05-09Merge branch 'ob/messages-capitalize-exception'Junio C Hamano1-2/+2
2023-05-09Merge branch 'ob/sequencer-i18n-fix'Junio C Hamano1-1/+1
2023-05-09Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano1-0/+1
2023-04-28messages: capitalization and punctuation exceptionsOswald Buddenhagen1-2/+2
2023-04-28sequencer: actually translate report in do_exec()Oswald Buddenhagen1-1/+1
2023-04-25Merge branch 'en/header-split-cache-h'Junio C Hamano1-0/+4
2023-04-24copy.h: move declarations for copy.c functions from cache.hElijah Newren1-0/+1
2023-04-17Merge branch 'pw/rebase-cleanup-merge-strategy-option-handling'Junio C Hamano1-32/+26
2023-04-11pager.h: move declarations for pager.c functions from cache.hElijah Newren1-0/+1
2023-04-11object-file.h: move declarations for object-file.c functions from cache.hElijah Newren1-0/+1
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren1-0/+1
2023-04-11treewide: be explicit about dependence on advice.hElijah Newren1-0/+1
2023-04-10rebase -m: fix serialization of strategy optionsPhillip Wood1-5/+6
2023-04-10rebase -m: cleanup --strategy-option handlingPhillip Wood1-1/+1
2023-04-10sequencer: use struct strvec to store merge strategy optionsPhillip Wood1-27/+21
2023-04-10rebase: stop reading and writing unnecessary strategy statePhillip Wood1-1/+0
2023-04-06Merge branch 'en/header-split-cleanup'Junio C Hamano1-0/+4
2023-04-06Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano1-65/+85
2023-04-04Merge branch 'ob/sequencer-save-head-simplify'Junio C Hamano1-19/+1
2023-04-04Merge branch 'ob/rollback-after-commit-lock-failure'Junio C Hamano1-1/+0
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano1-65/+85
2023-03-28libs: use "struct repository *" argument, not "the_repository"Ævar Arnfjörð Bjarmason1-54/+48
2023-03-28post-cocci: adjust comments for recent repo_* migrationÆvar Arnfjörð Bjarmason1-3/+3
2023-03-28cocci: apply the "pretty.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-4/+8
2023-03-28cocci: apply the "commit.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-32/+50
2023-03-28cocci: apply the "commit-reach.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-1/+2
2023-03-28cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-24/+27
2023-03-24sequencer: rewrite save_head() in terms of write_message()Oswald Buddenhagen1-19/+1
2023-03-24sequencer: remove pointless rollback_lock_file()Oswald Buddenhagen1-1/+0
2023-03-21wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren1-0/+1
2023-03-21abspath.h: move absolute path functions from cache.hElijah Newren1-0/+1
2023-03-21environment: move comment_line_char from cache.hElijah Newren1-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2023-03-19Merge branch 'ab/fix-strategy-opts-parsing'Junio C Hamano1-2/+7
2023-03-17Merge branch 'jc/gpg-lazy-init'Junio C Hamano1-4/+0
2023-03-17Merge branch 'en/header-cleanup'Junio C Hamano1-0/+2
2023-03-08sequencer.c: fix overflow & segfault in parse_strategy_opts()Ævar Arnfjörð Bjarmason1-2/+7
2023-02-28Merge branch 'pw/rebase-i-parse-fix'Junio C Hamano1-10/+8
2023-02-27Merge branch 'pw/rebase-i-validate-labels-early'Junio C Hamano1-1/+38
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren1-0/+1
2023-02-23alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren1-0/+1
2023-02-23rebase -i: fix parsing of "fixup -C<commit>"Phillip Wood1-4/+2
2023-02-23rebase -i: match whole word in is_command()Phillip Wood1-6/+6