summaryrefslogtreecommitdiff
path: root/git-rebase--interactive.sh
AgeCommit message (Expand)AuthorFilesLines
2010-01-26work around an obnoxious bash "safety feature" on OpenBSDJunio C Hamano1-3/+3
2010-01-26fix portability issues with $ in double quotesStephen Boyd1-1/+1
2010-01-23rebase -i: Export GIT_AUTHOR_* variables explicitlyJunio C Hamano1-4/+4
2010-01-22rebase -i: Avoid non-portable "test X -a Y"Michael Haggerty1-1/+1
2010-01-20Merge branch 'mh/rebase-fixup'Junio C Hamano1-81/+143
2010-01-20Merge branch 'ns/rebase-auto-squash'Junio C Hamano1-0/+37
2010-01-20Merge branch 'mh/rebase-fixup' (early part)Junio C Hamano1-10/+35
2010-01-14rebase -i: Retain user-edited commit messages after squash/fixup conflictsMichael Haggerty1-39/+27
2010-01-14rebase -i: For fixup commands without squashes, do not start editorMichael Haggerty1-27/+54
2010-01-14rebase -i: Change function make_squash_message into update_squash_messageMichael Haggerty1-15/+20
2010-01-14rebase -i: Extract function do_with_authorMichael Haggerty1-12/+15
2010-01-14rebase -i: Handle the author script all in one place in do_nextMichael Haggerty1-2/+2
2010-01-14rebase -i: Extract a function "commit_message"Michael Haggerty1-5/+10
2010-01-14rebase -i: Simplify commit counting for generated commit messagesMichael Haggerty1-8/+3
2010-01-14rebase -i: Improve consistency of commit count in generated commit messagesMichael Haggerty1-1/+1
2010-01-14rebase -i: Introduce a constant AMENDMichael Haggerty1-4/+12
2010-01-14rebase -i: Introduce a constant AUTHOR_SCRIPTMichael Haggerty1-6/+11
2010-01-14rebase -i: Document how temporary files are usedMichael Haggerty1-7/+34
2010-01-14rebase -i: Use symbolic constant $MSG consistentlyMichael Haggerty1-4/+4
2010-01-14rebase -i: Use "test -n" instead of "test ! -z"Michael Haggerty1-1/+1
2010-01-14rebase -i: Inline expressionMichael Haggerty1-2/+1
2010-01-14rebase -i: Remove dead codeMichael Haggerty1-1/+0
2010-01-14rebase -i: Make the condition for an "if" more transparentMichael Haggerty1-1/+2
2010-01-13Merge branch 'jc/checkout-merge-base'Junio C Hamano1-1/+20
2010-01-12rebase-i: Ignore comments and blank lines in peek_next_commandMichael Haggerty1-1/+1
2010-01-11rebase--interactive: Ignore comments and blank lines in peek_next_commandMichael Haggerty1-1/+1
2010-01-07rebase -i: teach --onto A...B syntaxNanako Shiraishi1-1/+20
2010-01-06rebase -i --autosquash: auto-squash commitsNanako Shiraishi1-0/+37
2009-12-19Merge branch 'maint'Junio C Hamano1-1/+1
2009-12-19rebase -i: abort cleanly if the editor fails to launchBjörn Gustavsson1-1/+1
2009-12-07Add a command "fixup" to rebase --interactiveMichael Haggerty1-10/+35
2009-12-03Merge branch 'rs/work-around-grep-opt-insanity' into maintJunio C Hamano1-5/+5
2009-11-25Merge branch 'rs/work-around-grep-opt-insanity'Junio C Hamano1-5/+5
2009-11-23Protect scripted Porcelains from GREP_OPTIONS insanityJunio C Hamano1-5/+5
2009-11-15Merge branch 'fc/doc-fast-forward'Junio C Hamano1-3/+3
2009-10-28Merge branch 'maint'Junio C Hamano1-1/+6
2009-10-27rebase -i: more graceful handling of invalid commandsJan Krüger1-1/+6
2009-10-24Use 'fast-forward' all over the placeFelipe Contreras1-3/+3
2009-10-19rebase -i: fix reword when using a terminal editorStephen Boyd1-1/+1
2009-10-07Teach 'rebase -i' the command "reword"Björn Gustavsson1-0/+9
2009-07-22Fix rebase -p --ontoGreg Price1-1/+1
2009-06-11Merge branch 'uk/maint-1.5.3-rebase-i-reflog' into maintJunio C Hamano1-1/+1
2009-06-11rebase--interactive: remote stray closing parenthesisUwe Kleine-König1-1/+1
2009-03-03rebase -i: avoid 'git reset' when possibleJohannes Schindelin1-0/+26
2009-01-31Merge branch 'js/maint-rebase-i-submodule'Junio C Hamano1-5/+4
2009-01-28Fix submodule squashing into unrelated commitJohannes Schindelin1-5/+4
2009-01-26rebase -i: correctly remember --root flag across --continueJunio C Hamano1-2/+8
2009-01-25rebase -i --root: fix check for number of argumentsJohannes Schindelin1-1/+2
2009-01-17Merge branch 'tr/rebase-root'Junio C Hamano1-31/+79
2009-01-13Merge branch 'maint-1.6.0' into maintJunio C Hamano1-1/+1