summaryrefslogtreecommitdiffstats
path: root/sequencer.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | sequencer (rebase -i): run the post-rewrite hook, if neededJohannes Schindelin2017-01-091-0/+14
* | sequencer (rebase -i): record interrupted commits in rewritten, tooJohannes Schindelin2017-01-091-0/+8
* | sequencer (rebase -i): copy commit notes at endJohannes Schindelin2017-01-091-0/+76
* | sequencer (rebase -i): set the reflog message consistentlyJohannes Schindelin2017-01-091-0/+4
* | sequencer (rebase -i): refactor setting the reflog messageJohannes Schindelin2017-01-091-7/+26
* | sequencer (rebase -i): allow fast-forwarding for edit/rewordJohannes Schindelin2017-01-091-8/+17
* | sequencer (rebase -i): implement the 'reword' commandJohannes Schindelin2017-01-091-2/+7
* | sequencer (rebase -i): leave a patch upon errorJohannes Schindelin2017-01-091-1/+3
* | sequencer (rebase -i): update refs after a successful rebaseJohannes Schindelin2017-01-091-1/+45
* | sequencer (rebase -i): the todo can be empty when continuingJohannes Schindelin2017-01-091-2/+5
* | sequencer (rebase -i): skip some revert/cherry-pick specific code pathJohannes Schindelin2017-01-091-12/+14
* | sequencer (rebase -i): remove CHERRY_PICK_HEAD when no longer neededJohannes Schindelin2017-01-091-1/+6
* | sequencer (rebase -i): allow continuing with staged changesJohannes Schindelin2017-01-091-0/+40
* | sequencer (rebase -i): write an author-script fileJohannes Schindelin2017-01-091-1/+49
* | sequencer (rebase -i): implement the short commandsJohannes Schindelin2017-01-091-14/+21
* | sequencer (rebase -i): add support for the 'fixup' and 'squash' commandsJohannes Schindelin2017-01-091-10/+217
* | sequencer (rebase -i): write the 'done' fileJohannes Schindelin2017-01-091-0/+23
* | sequencer (rebase -i): learn about the 'verbose' modeJohannes Schindelin2017-01-091-0/+28
* | sequencer (rebase -i): implement the 'exec' commandJohannes Schindelin2017-01-091-0/+57
* | sequencer (rebase -i): implement the 'edit' commandJohannes Schindelin2017-01-091-3/+114
* | sequencer (rebase -i): implement the 'noop' commandJohannes Schindelin2017-01-091-3/+36
* | sequencer: support a new action: 'interactive rebase'Johannes Schindelin2017-01-091-4/+32
* | sequencer: use a helper to find the commit messageJohannes Schindelin2017-01-091-8/+3
* | sequencer: move "else" keyword onto the same line as preceding braceJohannes Schindelin2017-01-091-2/+1
* | sequencer: avoid unnecessary curly bracesJohannes Schindelin2017-01-091-2/+1
* | Merge branch 'sb/sequencer-abort-safety'Junio C Hamano2016-12-211-0/+49
|\ \
| * | Revert "sequencer: remove useless get_dir() function"Junio C Hamano2016-12-141-1/+6
| * | sequencer: remove useless get_dir() functionStephan Beyer2016-12-091-6/+1
| * | sequencer: make sequencer abort saferStephan Beyer2016-12-091-0/+49
* | | Merge branch 'jc/lock-report-on-error'Junio C Hamano2016-12-191-1/+1
|\ \ \
| * | | hold_locked_index(): align error handling with hold_lockfile_for_update()Junio C Hamano2016-12-071-1/+1
| |/ /
* | | Merge branch 'jt/use-trailer-api-in-commands'Junio C Hamano2016-12-191-61/+14
|\ \ \ | |/ / |/| / | |/
| * sequencer: use trailer's trailer layoutJonathan Tan2016-11-291-61/+14
* | Merge branch 'js/prepare-sequencer'Junio C Hamano2016-11-221-1/+1
|\ \
| * | i18n: fix unmatched single quote in error messageJiang Xin2016-11-211-1/+1
* | | Merge branch 'js/prepare-sequencer'Junio C Hamano2016-11-111-1/+1
|\| | | |/ |/|
| * sequencer: silence -Wtautological-constant-out-of-range-compareJeff King2016-11-091-1/+1
* | Merge branch 'nd/ita-empty-commit'Junio C Hamano2016-10-271-2/+2
|\ \ | |/ |/|
| * commit: fix empty commit creation when there's no changes but ita entriesNguyễn Thái Ngọc Duy2016-10-241-2/+2
* | sequencer: mark all error messages for translationJohannes Schindelin2016-10-211-10/+16
* | sequencer: start error messages consistently with lower caseJohannes Schindelin2016-10-211-34/+34
* | sequencer: quote filenames in error messagesJohannes Schindelin2016-10-211-11/+11
* | sequencer: mark action_name() for translationJohannes Schindelin2016-10-211-7/+7
* | sequencer: remove overzealous assumption in rebase -i modeJohannes Schindelin2016-10-211-3/+4
* | sequencer: teach write_message() to append an optional LFJohannes Schindelin2016-10-211-3/+8
* | sequencer: refactor write_message() to take a pointer/lengthJohannes Schindelin2016-10-211-4/+6
* | sequencer: roll back lock file if write_message() failedJohannes Schindelin2016-10-211-3/+7
* | sequencer: stop releasing the strbuf in write_message()Johannes Schindelin2016-10-211-1/+1
* | sequencer: left-trim lines read from the scriptJohannes Schindelin2016-10-211-0/+3
* | sequencer: support cleaning up commit messagesJohannes Schindelin2016-10-211-3/+7