aboutsummaryrefslogtreecommitdiffstats
path: root/git-rebase--interactive.sh (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-17Merge branch 'jk/rebase-i-comment-char'Junio C Hamano1-40/+44
2013-02-12rebase -i: respect core.commentcharJohn Keeping1-40/+44
2013-01-21Merge branch 'ph/rebase-preserve-all-merges'Junio C Hamano1-1/+6
2013-01-14rebase --preserve-merges: keep all merge commits including empty onesPhil Hord1-1/+6
2012-09-29Merge branch 'aw/rebase-i-edit-todo'Junio C Hamano1-13/+40
2012-09-19rebase -i: suggest using --edit-todo to fix an unknown instructionJohannes Sixt1-2/+3
2012-09-18rebase -i: fix misleading error message after 'exec no-such' instructionJohannes Sixt1-0/+4
2012-09-17rebase -i: Teach "--edit-todo" actionAndrew Wong1-0/+17
2012-09-17rebase -i: Refactor help messages for todo fileAndrew Wong1-11/+20
2012-09-10Merge branch 'maint-1.7.11' into maintJunio C Hamano1-2/+1
2012-09-10Merge branch 'mg/rebase-i-onto-reflog-in-full' into maint-1.7.11Junio C Hamano1-2/+1
2012-08-29Merge branch 'mg/rebase-i-onto-reflog-in-full'Junio C Hamano1-2/+1
2012-08-10rebase -i: use full onto sha1 in reflogMichael J Gruber1-2/+1
2012-07-25Merge branch 'cw/rebase-i-root'Junio C Hamano1-12/+13
2012-07-24rebase -i: handle fixup of root commit correctlyChris Webb1-12/+13
2012-07-15Merge branch 'cw/rebase-i-root'Junio C Hamano1-6/+26
2012-07-13Merge branch 'mz/rebase-no-mbox'Junio C Hamano1-3/+1
2012-06-26rebase -i: support --root without --ontoChris Webb1-6/+26
2012-06-26rebase: don't source git-sh-setup twiceMartin von Zweigbergk1-3/+1
2012-06-13rebase -i: teach "--exec <cmd>"Lucien Kong1-0/+23
2012-05-10Merge branch 'nl/rebase-i-cheat-sheet' into maintJunio C Hamano1-0/+2
2012-04-30Merge branch 'nh/empty-rebase'Junio C Hamano1-3/+32
2012-04-24git-rebase: add keep_empty flagNeil Horman1-3/+32
2012-04-23Merge branch 'jk/rebase-i-submodule-conflict-only'Junio C Hamano1-1/+1
2012-04-09rebase -i continue: don't skip commits that only change submodulesJohn Keeping1-1/+1
2012-03-20rebase -i: remind that the lines are top-to-bottomJunio C Hamano1-0/+2
2011-12-28Merge branch 'aw/rebase-i-stop-on-failure-to-amend' into maintJunio C Hamano1-13/+23
2011-12-16Merge branch 'aw/rebase-i-stop-on-failure-to-amend'Junio C Hamano1-13/+23
2011-11-30rebase -i: interrupt rebase when "commit --amend" failed during "reword"Andrew Wong1-13/+23
2011-10-17"rebase -i": support special-purpose editor to edit insn sheetPeter Oberndorfer1-1/+14
2011-08-26rebase -i: notice and warn if "exec $cmd" modifies the index or the working treeJunio C Hamano1-3/+9
2011-08-26rebase -i: clean error message for --continue after failed execMatthieu Moy1-1/+17
2011-06-19rebase -i -p: include non-first-parent commits in todo listAndrew Wong1-2/+1
2011-05-27rebase: write a reflog entry when finishingJeff King1-1/+3
2011-05-06Merge branch 'aw/maint-rebase-i-p-no-ff'Junio C Hamano1-1/+1
2011-04-28git-rebase--interactive.sh: preserve-merges fails on merges created with no-ffAndrew Wong1-1/+1
2011-02-25Makefile: do not install sourced rebase scriptsMartin von Zweigbergk1-0/+0
2011-02-10rebase -i: remove unnecessary state rebase-rootMartin von Zweigbergk1-19/+0
2011-02-10rebase -i: don't read unused variable preserve_mergesMartin von Zweigbergk1-1/+0
2011-02-10rebase: remember strategy and strategy optionsMartin von Zweigbergk1-2/+0
2011-02-10rebase: remember verbose optionMartin von Zweigbergk1-2/+0
2011-02-10rebase: extract code for writing basic stateMartin von Zweigbergk1-4/+1
2011-02-10rebase: factor out sub command handlingMartin von Zweigbergk1-31/+3
2011-02-10rebase: make -v a tiny bit more verboseMartin von Zweigbergk1-14/+0
2011-02-10rebase -i: align variable namesMartin von Zweigbergk1-61/+59
2011-02-10rebase: show consistent conflict resolution hintMartin von Zweigbergk1-3/+1
2011-02-10rebase: factor out call to pre-rebase hookMartin von Zweigbergk1-14/+0
2011-02-10rebase: factor out clean work tree checkMartin von Zweigbergk1-2/+0
2011-02-10rebase: factor out reference parsingMartin von Zweigbergk1-44/+4
2011-02-10rebase: reorder validation stepsMartin von Zweigbergk1-2/+2