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