summaryrefslogtreecommitdiff
path: root/git-rebase--interactive.sh
AgeCommit message (Expand)AuthorFilesLines
2012-07-13Merge branch 'mz/rebase-no-mbox'Libravatar Junio C Hamano1-3/+1
2012-06-26rebase -i: support --root without --ontoLibravatar Chris Webb1-6/+26
2012-06-26rebase: don't source git-sh-setup twiceLibravatar Martin von Zweigbergk1-3/+1
2012-06-13rebase -i: teach "--exec <cmd>"Libravatar Lucien Kong1-0/+23
2012-05-10Merge branch 'nl/rebase-i-cheat-sheet' into maintLibravatar Junio C Hamano1-0/+2
2012-04-30Merge branch 'nh/empty-rebase'Libravatar Junio C Hamano1-3/+32
2012-04-24git-rebase: add keep_empty flagLibravatar Neil Horman1-3/+32
2012-04-23Merge branch 'jk/rebase-i-submodule-conflict-only'Libravatar Junio C Hamano1-1/+1
2012-04-09rebase -i continue: don't skip commits that only change submodulesLibravatar John Keeping1-1/+1
2012-03-20rebase -i: remind that the lines are top-to-bottomLibravatar Junio C Hamano1-0/+2
2011-12-28Merge branch 'aw/rebase-i-stop-on-failure-to-amend' into maintLibravatar Junio C Hamano1-13/+23
2011-12-16Merge branch 'aw/rebase-i-stop-on-failure-to-amend'Libravatar Junio C Hamano1-13/+23
2011-11-30rebase -i: interrupt rebase when "commit --amend" failed during "reword"Libravatar Andrew Wong1-13/+23
2011-10-17"rebase -i": support special-purpose editor to edit insn sheetLibravatar Peter Oberndorfer1-1/+14
2011-08-26rebase -i: notice and warn if "exec $cmd" modifies the index or the working treeLibravatar Junio C Hamano1-3/+9
2011-08-26rebase -i: clean error message for --continue after failed execLibravatar Matthieu Moy1-1/+17
2011-06-19rebase -i -p: include non-first-parent commits in todo listLibravatar Andrew Wong1-2/+1
2011-05-27rebase: write a reflog entry when finishingLibravatar Jeff King1-1/+3
2011-05-06Merge branch 'aw/maint-rebase-i-p-no-ff'Libravatar Junio C Hamano1-1/+1
2011-04-28git-rebase--interactive.sh: preserve-merges fails on merges created with no-ffLibravatar Andrew Wong1-1/+1
2011-02-25Makefile: do not install sourced rebase scriptsLibravatar Martin von Zweigbergk1-0/+0
2011-02-10rebase -i: remove unnecessary state rebase-rootLibravatar Martin von Zweigbergk1-19/+0
2011-02-10rebase -i: don't read unused variable preserve_mergesLibravatar Martin von Zweigbergk1-1/+0
2011-02-10rebase: remember strategy and strategy optionsLibravatar Martin von Zweigbergk1-2/+0
2011-02-10rebase: remember verbose optionLibravatar Martin von Zweigbergk1-2/+0
2011-02-10rebase: extract code for writing basic stateLibravatar Martin von Zweigbergk1-4/+1
2011-02-10rebase: factor out sub command handlingLibravatar Martin von Zweigbergk1-31/+3
2011-02-10rebase: make -v a tiny bit more verboseLibravatar Martin von Zweigbergk1-14/+0
2011-02-10rebase -i: align variable namesLibravatar Martin von Zweigbergk1-61/+59
2011-02-10rebase: show consistent conflict resolution hintLibravatar Martin von Zweigbergk1-3/+1
2011-02-10rebase: factor out call to pre-rebase hookLibravatar Martin von Zweigbergk1-14/+0
2011-02-10rebase: factor out clean work tree checkLibravatar Martin von Zweigbergk1-2/+0
2011-02-10rebase: factor out reference parsingLibravatar Martin von Zweigbergk1-44/+4
2011-02-10rebase: reorder validation stepsLibravatar Martin von Zweigbergk1-2/+2
2011-02-10rebase -i: remove now unnecessary directory checksLibravatar Martin von Zweigbergk1-6/+0
2011-02-10rebase: factor out command line option processingLibravatar Martin von Zweigbergk1-162/+62
2011-02-10rebase: align variable contentLibravatar Martin von Zweigbergk1-5/+11
2011-02-10rebase: align variable namesLibravatar Martin von Zweigbergk1-240/+240
2011-02-10rebase: act on command line outside parsing loopLibravatar Martin von Zweigbergk1-149/+151
2011-01-27Merge branch 'maint'Libravatar Junio C Hamano1-2/+2
2011-01-27rebase -i: clarify in-editor documentation of "exec"Libravatar Jonathan Nieder1-1/+1
2011-01-26rebase: use explicit "--" with checkoutLibravatar Jeff King1-1/+1
2010-12-12Merge branch 'mz/rebase-i-verify'Libravatar Junio C Hamano1-0/+2
2010-11-29Merge branch 'rr/needs-clean-work-tree'Libravatar Junio C Hamano1-11/+3
2010-11-23rebase: support --verifyLibravatar Martin von Zweigbergk1-0/+2
2010-11-09rebase: teach --autosquash to match on sha1 in addition to messageLibravatar Kevin Ballard1-7/+33
2010-11-09rebase: better rearranging of fixup!/squash! lines with --autosquashLibravatar Kevin Ballard1-0/+4
2010-10-28Porcelain scripts: Rewrite cryptic "needs update" error messageLibravatar Ramkumar Ramachandra1-11/+3
2010-09-17git-rebase--interactive.sh: replace cut with ${v%% *}Libravatar Chris Johnsen1-1/+1
2010-08-31Merge branch 'jn/cherry-revert-message-clean-up'Libravatar Junio C Hamano1-3/+3