summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* sequencer (rebase -i): write out the final messagejs/sequencer-i-countdown-3Johannes Schindelin2017-01-171-0/+3
* sequencer (rebase -i): write the progress into filesJohannes Schindelin2017-01-171-3/+27
* sequencer (rebase -i): show the progressJohannes Schindelin2017-01-171-0/+32
* sequencer (rebase -i): suggest --edit-todo upon unknown commandJohannes Schindelin2017-01-171-1/+5
* sequencer (rebase -i): show only failed cherry-picks' outputJohannes Schindelin2017-01-171-0/+4
* sequencer (rebase -i): show only failed `git commit`'s outputJohannes Schindelin2017-01-171-0/+18
* sequencer: use run_command() directlyJohannes Schindelin2017-01-171-20/+16
* sequencer: update reading author-scriptJohannes Schindelin2017-01-172-22/+28
* sequencer (rebase -i): differentiate between comments and 'noop'Johannes Schindelin2017-01-091-6/+9
* sequencer (rebase -i): implement the 'drop' commandJohannes Schindelin2017-01-091-3/+5
* sequencer (rebase -i): allow rescheduling commandsJohannes Schindelin2017-01-091-0/+6
* sequencer (rebase -i): respect strategy/strategy_opts settingsJohannes Schindelin2017-01-091-1/+25
* sequencer (rebase -i): respect the rebase.autostash settingJohannes Schindelin2017-01-091-0/+43
* 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-092-0/+29
* 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-092-5/+34
* 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
* Fourth batch for 2.12Junio C Hamano2016-12-271-0/+42
* Merge branch 'jc/lock-report-on-error'Junio C Hamano2016-12-271-1/+1
|\
| * lockfile: move REPORT_ON_ERROR bit elsewherejc/lock-report-on-errorJunio C Hamano2016-12-271-1/+1
* | Merge branch 'js/mingw-isatty'Junio C Hamano2016-12-271-114/+84
|\ \
| * | mingw: replace isatty() hackJeff Hostetler2016-12-221-107/+69
| * | mingw: fix colourization on Cygwin pseudo terminalsAlan Davies2016-12-221-2/+6
| * | mingw: adjust is_console() to work with stdinJohannes Schindelin2016-12-221-1/+5
* | | Merge branch 'ls/p4-lfs'Junio C Hamano2016-12-272-14/+14
|\ \ \
| * | | git-p4: add diff/merge properties to .gitattributes for GitLFS filesls/p4-lfsLars Schneider2016-12-202-14/+14
* | | | Merge branch 'va/i18n-even-more'Junio C Hamano2016-12-272-3/+4
|\ \ \ \
| * | | | i18n: fix misconversion in shell scriptsva/i18n-even-moreJunio C Hamano2016-12-202-3/+4
* | | | | Merge branch 'lt/shortlog-by-committer'Junio C Hamano2016-12-274-3/+36
|\ \ \ \ \