aboutsummaryrefslogtreecommitdiff
path: root/sequencer.c
Commit message (Expand)AuthorAge
* sequencer (rebase -i): write out the final messageJohannes Schindelin2017-01-17
* sequencer (rebase -i): write the progress into filesJohannes Schindelin2017-01-17
* sequencer (rebase -i): show the progressJohannes Schindelin2017-01-17
* sequencer (rebase -i): suggest --edit-todo upon unknown commandJohannes Schindelin2017-01-17
* sequencer (rebase -i): show only failed cherry-picks' outputJohannes Schindelin2017-01-17
* sequencer (rebase -i): show only failed `git commit`'s outputJohannes Schindelin2017-01-17
* sequencer: use run_command() directlyJohannes Schindelin2017-01-17
* sequencer: update reading author-scriptJohannes Schindelin2017-01-17
* sequencer (rebase -i): differentiate between comments and 'noop'Johannes Schindelin2017-01-09
* sequencer (rebase -i): implement the 'drop' commandJohannes Schindelin2017-01-09
* sequencer (rebase -i): allow rescheduling commandsJohannes Schindelin2017-01-09
* sequencer (rebase -i): respect strategy/strategy_opts settingsJohannes Schindelin2017-01-09
* sequencer (rebase -i): respect the rebase.autostash settingJohannes Schindelin2017-01-09
* sequencer (rebase -i): run the post-rewrite hook, if neededJohannes Schindelin2017-01-09
* sequencer (rebase -i): record interrupted commits in rewritten, tooJohannes Schindelin2017-01-09
* sequencer (rebase -i): copy commit notes at endJohannes Schindelin2017-01-09
* sequencer (rebase -i): set the reflog message consistentlyJohannes Schindelin2017-01-09
* sequencer (rebase -i): refactor setting the reflog messageJohannes Schindelin2017-01-09
* sequencer (rebase -i): allow fast-forwarding for edit/rewordJohannes Schindelin2017-01-09
* sequencer (rebase -i): implement the 'reword' commandJohannes Schindelin2017-01-09
* sequencer (rebase -i): leave a patch upon errorJohannes Schindelin2017-01-09
* sequencer (rebase -i): update refs after a successful rebaseJohannes Schindelin2017-01-09
* sequencer (rebase -i): the todo can be empty when continuingJohannes Schindelin2017-01-09
* sequencer (rebase -i): skip some revert/cherry-pick specific code pathJohannes Schindelin2017-01-09
* sequencer (rebase -i): remove CHERRY_PICK_HEAD when no longer neededJohannes Schindelin2017-01-09
* sequencer (rebase -i): allow continuing with staged changesJohannes Schindelin2017-01-09
* sequencer (rebase -i): write an author-script fileJohannes Schindelin2017-01-09
* sequencer (rebase -i): implement the short commandsJohannes Schindelin2017-01-09
* sequencer (rebase -i): add support for the 'fixup' and 'squash' commandsJohannes Schindelin2017-01-09
* sequencer (rebase -i): write the 'done' fileJohannes Schindelin2017-01-09
* sequencer (rebase -i): learn about the 'verbose' modeJohannes Schindelin2017-01-09
* sequencer (rebase -i): implement the 'exec' commandJohannes Schindelin2017-01-09
* sequencer (rebase -i): implement the 'edit' commandJohannes Schindelin2017-01-09
* sequencer (rebase -i): implement the 'noop' commandJohannes Schindelin2017-01-09
* sequencer: support a new action: 'interactive rebase'Johannes Schindelin2017-01-09
* sequencer: use a helper to find the commit messageJohannes Schindelin2017-01-09
* sequencer: move "else" keyword onto the same line as preceding braceJohannes Schindelin2017-01-09
* sequencer: avoid unnecessary curly bracesJohannes Schindelin2017-01-09
* Merge branch 'sb/sequencer-abort-safety'Junio C Hamano2016-12-21
|\
| * Revert "sequencer: remove useless get_dir() function"Junio C Hamano2016-12-14
| * sequencer: remove useless get_dir() functionStephan Beyer2016-12-09
| * sequencer: make sequencer abort saferStephan Beyer2016-12-09
* | Merge branch 'jc/lock-report-on-error'Junio C Hamano2016-12-19
|\ \
| * | hold_locked_index(): align error handling with hold_lockfile_for_update()Junio C Hamano2016-12-07
| |/
* | Merge branch 'jt/use-trailer-api-in-commands'Junio C Hamano2016-12-19
|\ \ | |/ |/|
| * sequencer: use trailer's trailer layoutJonathan Tan2016-11-29
* | Merge branch 'js/prepare-sequencer'Junio C Hamano2016-11-22
|\ \
| * | i18n: fix unmatched single quote in error messageJiang Xin2016-11-21
* | | Merge branch 'js/prepare-sequencer'Junio C Hamano2016-11-11
|\ \ \ | |/ / | | / | |/ |/|
| * sequencer: silence -Wtautological-constant-out-of-range-compareJeff King2016-11-08