summaryrefslogtreecommitdiff
path: root/sequencer.c
AgeCommit message (Expand)Author
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
2017-01-09sequencer (rebase -i): update refs after a successful rebaseJohannes Schindelin
2017-01-09sequencer (rebase -i): the todo can be empty when continuingJohannes Schindelin
2017-01-09sequencer (rebase -i): skip some revert/cherry-pick specific code pathJohannes Schindelin
2017-01-09sequencer (rebase -i): remove CHERRY_PICK_HEAD when no longer neededJohannes Schindelin
2017-01-09sequencer (rebase -i): allow continuing with staged changesJohannes Schindelin
2017-01-09sequencer (rebase -i): write an author-script fileJohannes Schindelin
2017-01-09sequencer (rebase -i): implement the short commandsJohannes Schindelin
2017-01-09sequencer (rebase -i): add support for the 'fixup' and 'squash' commandsJohannes Schindelin
2017-01-09sequencer (rebase -i): write the 'done' fileJohannes Schindelin
2017-01-09sequencer (rebase -i): learn about the 'verbose' modeJohannes Schindelin
2017-01-09sequencer (rebase -i): implement the 'exec' commandJohannes Schindelin
2017-01-09sequencer (rebase -i): implement the 'edit' commandJohannes Schindelin
2017-01-09sequencer (rebase -i): implement the 'noop' commandJohannes Schindelin
2017-01-09sequencer: support a new action: 'interactive rebase'Johannes Schindelin
2017-01-09sequencer: use a helper to find the commit messageJohannes Schindelin
2017-01-09sequencer: move "else" keyword onto the same line as preceding braceJohannes Schindelin
2017-01-09sequencer: avoid unnecessary curly bracesJohannes Schindelin
2016-12-21Merge branch 'sb/sequencer-abort-safety'Junio C Hamano
2016-12-19Merge branch 'jc/lock-report-on-error'Junio C Hamano
2016-12-19Merge branch 'jt/use-trailer-api-in-commands'Junio C Hamano
2016-12-14Revert "sequencer: remove useless get_dir() function"Junio C Hamano
2016-12-09sequencer: remove useless get_dir() functionStephan Beyer
2016-12-09sequencer: make sequencer abort saferStephan Beyer
2016-12-07hold_locked_index(): align error handling with hold_lockfile_for_update()Junio C Hamano
2016-11-29sequencer: use trailer's trailer layoutJonathan Tan
2016-11-22Merge branch 'js/prepare-sequencer'Junio C Hamano
2016-11-21i18n: fix unmatched single quote in error messageJiang Xin
2016-11-11Merge branch 'js/prepare-sequencer'Junio C Hamano
2016-11-09sequencer: silence -Wtautological-constant-out-of-range-compareJeff King
2016-10-27Merge branch 'nd/ita-empty-commit'Junio C Hamano
2016-10-24commit: fix empty commit creation when there's no changes but ita entriesNguyễn Thái Ngọc Duy
2016-10-21sequencer: mark all error messages for translationJohannes Schindelin
2016-10-21sequencer: start error messages consistently with lower caseJohannes Schindelin
2016-10-21sequencer: quote filenames in error messagesJohannes Schindelin
2016-10-21sequencer: mark action_name() for translationJohannes Schindelin
2016-10-21sequencer: remove overzealous assumption in rebase -i modeJohannes Schindelin
2016-10-21sequencer: teach write_message() to append an optional LFJohannes Schindelin
2016-10-21sequencer: refactor write_message() to take a pointer/lengthJohannes Schindelin
2016-10-21sequencer: roll back lock file if write_message() failedJohannes Schindelin
2016-10-21sequencer: stop releasing the strbuf in write_message()Johannes Schindelin
2016-10-21sequencer: left-trim lines read from the scriptJohannes Schindelin
2016-10-21sequencer: support cleaning up commit messagesJohannes Schindelin