summaryrefslogtreecommitdiffstats
path: root/sequencer.c
AgeCommit message (Expand)AuthorLines
2017-06-05Merge branch 'ab/c-translators-comment-style' into maintJunio C Hamano-1/+2
2017-06-04Merge branch 'jt/use-trailer-api-in-commands' into maintJunio C Hamano-7/+4
2017-06-04Merge branch 'pw/rebase-i-regression-fix' into maintJunio C Hamano-1/+4
2017-05-31C style: use standard style for "TRANSLATORS" commentsÆvar Arnfjörð Bjarmason-1/+2
2017-05-20rebase -i: add missing newline to end of messagePhillip Wood-1/+1
2017-05-20rebase -i: silence stash applyPhillip Wood-0/+2
2017-05-20rebase -i: fix reflog messagePhillip Wood-0/+1
2017-05-01Merge branch 'sh/rebase-i-reread-todo-after-exec'Junio C Hamano-0/+22
2017-04-27rebase -i: reread the todo list if `exec` touched itStephen Hicks-0/+22
2017-04-26sequencer: add newline before adding footersJonathan Tan-7/+4
2017-04-26Merge branch 'jk/war-on-git-path'Junio C Hamano-6/+6
2017-04-20use git_path_* helper functionsJeff King-6/+6
2017-03-30Merge branch 'js/rebase-i-reword-to-run-hooks'Junio C Hamano-23/+31
2017-03-27sequencer: allow the commit-msg hooks to run during a `reword`Johannes Schindelin-2/+6
2017-03-27sequencer: make commit options more extensibleJohannes Schindelin-22/+26
2017-03-23sequencer: fix missing newlineBrandon Williams-1/+1
2017-03-17sequencer: drop "warning:" when stopping for editJeff King-1/+2
2017-01-17sequencer (rebase -i): write out the final messageJohannes Schindelin-0/+3
2017-01-17sequencer (rebase -i): write the progress into filesJohannes Schindelin-3/+27
2017-01-17sequencer (rebase -i): show the progressJohannes Schindelin-0/+32
2017-01-17sequencer (rebase -i): suggest --edit-todo upon unknown commandJohannes Schindelin-1/+5
2017-01-17sequencer (rebase -i): show only failed cherry-picks' outputJohannes Schindelin-0/+4
2017-01-17sequencer (rebase -i): show only failed `git commit`'s outputJohannes Schindelin-0/+18
2017-01-17sequencer: use run_command() directlyJohannes Schindelin-20/+16
2017-01-17sequencer: update reading author-scriptJohannes Schindelin-22/+12
2017-01-09sequencer (rebase -i): differentiate between comments and 'noop'Johannes Schindelin-6/+9
2017-01-09sequencer (rebase -i): implement the 'drop' commandJohannes Schindelin-3/+5
2017-01-09sequencer (rebase -i): allow rescheduling commandsJohannes Schindelin-0/+6
2017-01-09sequencer (rebase -i): respect strategy/strategy_opts settingsJohannes Schindelin-1/+25
2017-01-09sequencer (rebase -i): respect the rebase.autostash settingJohannes Schindelin-0/+43
2017-01-09sequencer (rebase -i): run the post-rewrite hook, if neededJohannes Schindelin-0/+14
2017-01-09sequencer (rebase -i): record interrupted commits in rewritten, tooJohannes Schindelin-0/+8
2017-01-09sequencer (rebase -i): copy commit notes at endJohannes Schindelin-0/+76
2017-01-09sequencer (rebase -i): set the reflog message consistentlyJohannes Schindelin-0/+4
2017-01-09sequencer (rebase -i): refactor setting the reflog messageJohannes Schindelin-7/+26
2017-01-09sequencer (rebase -i): allow fast-forwarding for edit/rewordJohannes Schindelin-8/+17
2017-01-09sequencer (rebase -i): implement the 'reword' commandJohannes Schindelin-2/+7
2017-01-09sequencer (rebase -i): leave a patch upon errorJohannes Schindelin-1/+3
2017-01-09sequencer (rebase -i): update refs after a successful rebaseJohannes Schindelin-1/+45
2017-01-09sequencer (rebase -i): the todo can be empty when continuingJohannes Schindelin-2/+5
2017-01-09sequencer (rebase -i): skip some revert/cherry-pick specific code pathJohannes Schindelin-12/+14
2017-01-09sequencer (rebase -i): remove CHERRY_PICK_HEAD when no longer neededJohannes Schindelin-1/+6
2017-01-09sequencer (rebase -i): allow continuing with staged changesJohannes Schindelin-0/+40
2017-01-09sequencer (rebase -i): write an author-script fileJohannes Schindelin-1/+49
2017-01-09sequencer (rebase -i): implement the short commandsJohannes Schindelin-14/+21
2017-01-09sequencer (rebase -i): add support for the 'fixup' and 'squash' commandsJohannes Schindelin-10/+217
2017-01-09sequencer (rebase -i): write the 'done' fileJohannes Schindelin-0/+23
2017-01-09sequencer (rebase -i): learn about the 'verbose' modeJohannes Schindelin-0/+28
2017-01-09sequencer (rebase -i): implement the 'exec' commandJohannes Schindelin-0/+57
2017-01-09sequencer (rebase -i): implement the 'edit' commandJohannes Schindelin-3/+114