summaryrefslogtreecommitdiffstats
path: root/git-rebase--interactive.sh (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-06-11rebase -i: Abort cleanly if new base cannot be checked outIan Ward Comfort1-1/+2
2010-04-18rebase-interactive: silence warning when no commits rewrittenJeff King1-0/+1
2010-04-03Merge branch 'mb/rebase-i-no-ff'Junio C Hamano1-1/+7
2010-04-03Merge branch 'do/rebase-i-arbitrary'Junio C Hamano1-2/+0
2010-03-28Merge branch 'cc/cherry-pick-ff'Junio C Hamano1-12/+3
2010-03-28rebase -i: make post-rewrite work for 'edit'Thomas Rast1-2/+3
2010-03-24Merge branch 'tr/notes-display'Junio C Hamano1-2/+50
2010-03-24Teach rebase the --no-ff option.Marc Branchaud1-2/+7
2010-03-20rebase -i: use new --ff cherry-pick optionChristian Couder1-12/+3
2010-03-14rebase--interactive: don't require what's rebased to be a branchDave Olszewski1-2/+0
2010-03-12rebase: support automatic notes copyingThomas Rast1-0/+4
2010-03-12rebase -i: invoke post-rewrite hookThomas Rast1-1/+45
2010-03-12commit --amend: invoke post-rewrite hookThomas Rast1-1/+1
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