summaryrefslogtreecommitdiff
path: root/sequencer.c
AgeCommit message (Expand)Author
2023-08-09Merge branch 'pw/rebase-skip-commit-message-fix'Junio C Hamano
2023-08-03rebase --skip: fix commit message clean up when skipping squashPhillip Wood
2023-08-02Merge branch 'ah/sequencer-rewrite-todo-fix'Junio C Hamano
2023-07-24sequencer: finish parsing the todo list despite an invalid first lineAlex Henrie
2023-07-17Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano
2023-07-06Merge branch 'gc/config-context'Junio C Hamano
2023-07-06Merge branch 'cw/strbuf-cleanup'Junio C Hamano
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan
2023-07-05treewide: remove unnecessary includes for wrapper.hCalvin Wan
2023-06-28config: pass kvi to die_bad_number()Glen Choo
2023-06-28config: add ctx arg to config_fn_tGlen Choo
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren
2023-06-21repository: remove unnecessary include of path.hElijah Newren
2023-06-21cache.h: remove this no-longer-used headerElijah Newren
2023-06-21merge.h: move declarations for merge.c from cache.hElijah Newren
2023-06-21sparse-index.h: move declarations for sparse-index.c from cache.hElijah Newren
2023-06-12strbuf: remove global variableCalvin Wan
2023-05-19Merge branch 'js/rebase-count-fixes'Junio C Hamano
2023-05-15rebase -r: fix the total number shown in the progressJohannes Schindelin
2023-05-15rebase --update-refs: fix loopsJohannes Schindelin
2023-05-09Merge branch 'ob/messages-capitalize-exception'Junio C Hamano
2023-05-09Merge branch 'ob/sequencer-i18n-fix'Junio C Hamano
2023-05-09Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano
2023-04-28messages: capitalization and punctuation exceptionsOswald Buddenhagen
2023-04-28sequencer: actually translate report in do_exec()Oswald Buddenhagen
2023-04-25Merge branch 'en/header-split-cache-h'Junio C Hamano
2023-04-24copy.h: move declarations for copy.c functions from cache.hElijah Newren
2023-04-18Merge branch 'pw/rebase-cleanup-merge-strategy-option-handling'Junio C Hamano
2023-04-11pager.h: move declarations for pager.c functions from cache.hElijah Newren
2023-04-11object-file.h: move declarations for object-file.c functions from cache.hElijah Newren
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren
2023-04-11treewide: be explicit about dependence on advice.hElijah Newren
2023-04-10rebase -m: fix serialization of strategy optionsPhillip Wood
2023-04-10rebase -m: cleanup --strategy-option handlingPhillip Wood
2023-04-10sequencer: use struct strvec to store merge strategy optionsPhillip Wood
2023-04-10rebase: stop reading and writing unnecessary strategy statePhillip Wood
2023-04-06Merge branch 'en/header-split-cleanup'Junio C Hamano
2023-04-06Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano
2023-04-04Merge branch 'ob/sequencer-save-head-simplify'Junio C Hamano
2023-04-04Merge branch 'ob/rollback-after-commit-lock-failure'Junio C Hamano
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano
2023-03-28libs: use "struct repository *" argument, not "the_repository"Ævar Arnfjörð Bjarmason
2023-03-28post-cocci: adjust comments for recent repo_* migrationÆvar Arnfjörð Bjarmason
2023-03-28cocci: apply the "pretty.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-28cocci: apply the "commit.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-28cocci: apply the "commit-reach.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-28cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-24sequencer: rewrite save_head() in terms of write_message()Oswald Buddenhagen
2023-03-24sequencer: remove pointless rollback_lock_file()Oswald Buddenhagen
2023-03-21wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren