summaryrefslogtreecommitdiff
path: root/sequencer.c
AgeCommit message (Expand)Author
2017-06-13Merge branch 'nd/fopen-errors'Junio C Hamano
2017-06-04Merge branch 'ab/c-translators-comment-style'Junio C Hamano
2017-05-30C style: use standard style for "TRANSLATORS" commentsÆvar Arnfjörð Bjarmason
2017-05-29Merge branch 'pw/rebase-i-regression-fix'Junio C Hamano
2017-05-29Merge branch 'bc/object-id'Junio C Hamano
2017-05-26wrapper.c: add and use fopen_or_warn()Nguyễn Thái Ngọc Duy
2017-05-20rebase -i: add missing newline to end of messagePhillip Wood
2017-05-20rebase -i: silence stash applyPhillip Wood
2017-05-20rebase -i: fix reflog messagePhillip Wood
2017-05-16Merge branch 'jt/use-trailer-api-in-commands'Junio C Hamano
2017-05-08tree: convert parse_tree_indirect to struct object_idbrian m. carlson
2017-05-08sequencer: convert do_recursive_merge to struct object_idbrian m. carlson
2017-05-08merge: convert checkout_fast_forward to struct object_idbrian m. carlson
2017-05-08sequencer: convert fast_forward_to to struct object_idbrian m. carlson
2017-05-08Convert lookup_tree to struct object_idbrian m. carlson
2017-05-08Convert lookup_commit* to struct object_idbrian m. carlson
2017-05-08Convert remaining callers of lookup_commit_reference* to object_idbrian m. carlson
2017-05-08sequencer: convert some functions to struct object_idbrian m. carlson
2017-05-02Convert struct cache_tree to use struct object_idbrian m. carlson
2017-05-01Merge branch 'sh/rebase-i-reread-todo-after-exec'Junio C Hamano
2017-04-27rebase -i: reread the todo list if `exec` touched itStephen Hicks
2017-04-27sequencer: add newline before adding footersJonathan Tan
2017-04-26Merge branch 'jk/war-on-git-path'Junio C Hamano
2017-04-21use git_path_* helper functionsJeff King
2017-03-30Merge branch 'js/rebase-i-reword-to-run-hooks'Junio C Hamano
2017-03-27sequencer: allow the commit-msg hooks to run during a `reword`Johannes Schindelin
2017-03-27sequencer: make commit options more extensibleJohannes Schindelin
2017-03-23sequencer: fix missing newlineBrandon Williams
2017-03-17sequencer: drop "warning:" when stopping for editJeff King
2017-01-17sequencer (rebase -i): write out the final messageJohannes Schindelin
2017-01-17sequencer (rebase -i): write the progress into filesJohannes Schindelin
2017-01-17sequencer (rebase -i): show the progressJohannes Schindelin
2017-01-17sequencer (rebase -i): suggest --edit-todo upon unknown commandJohannes Schindelin
2017-01-17sequencer (rebase -i): show only failed cherry-picks' outputJohannes Schindelin
2017-01-17sequencer (rebase -i): show only failed `git commit`'s outputJohannes Schindelin
2017-01-17sequencer: use run_command() directlyJohannes Schindelin
2017-01-17sequencer: update reading author-scriptJohannes Schindelin
2017-01-09sequencer (rebase -i): differentiate between comments and 'noop'Johannes Schindelin
2017-01-09sequencer (rebase -i): implement the 'drop' commandJohannes Schindelin
2017-01-09sequencer (rebase -i): allow rescheduling commandsJohannes Schindelin
2017-01-09sequencer (rebase -i): respect strategy/strategy_opts settingsJohannes Schindelin
2017-01-09sequencer (rebase -i): respect the rebase.autostash settingJohannes Schindelin
2017-01-09sequencer (rebase -i): run the post-rewrite hook, if neededJohannes Schindelin
2017-01-09sequencer (rebase -i): record interrupted commits in rewritten, tooJohannes Schindelin
2017-01-09sequencer (rebase -i): copy commit notes at endJohannes Schindelin
2017-01-09sequencer (rebase -i): set the reflog message consistentlyJohannes Schindelin
2017-01-09sequencer (rebase -i): refactor setting the reflog messageJohannes Schindelin
2017-01-09sequencer (rebase -i): allow fast-forwarding for edit/rewordJohannes Schindelin
2017-01-09sequencer (rebase -i): implement the 'reword' commandJohannes Schindelin
2017-01-09sequencer (rebase -i): leave a patch upon errorJohannes Schindelin