summaryrefslogtreecommitdiff
path: root/git-rebase--interactive.sh
AgeCommit message (Expand)Author
2011-01-27Merge branch 'maint'Junio C Hamano
2011-01-27rebase -i: clarify in-editor documentation of "exec"Jonathan Nieder
2011-01-27rebase: use explicit "--" with checkoutJeff King
2010-12-13Merge branch 'mz/rebase-i-verify'Junio C Hamano
2010-11-30Merge branch 'rr/needs-clean-work-tree'Junio C Hamano
2010-11-23rebase: support --verifyMartin von Zweigbergk
2010-11-09rebase: teach --autosquash to match on sha1 in addition to messageKevin Ballard
2010-11-09rebase: better rearranging of fixup!/squash! lines with --autosquashKevin Ballard
2010-10-28Porcelain scripts: Rewrite cryptic "needs update" error messageRamkumar Ramachandra
2010-09-17git-rebase--interactive.sh: replace cut with ${v%% *}Chris Johnsen
2010-08-31Merge branch 'jn/cherry-revert-message-clean-up'Junio C Hamano
2010-08-31Merge branch 'hv/autosquash-config'Junio C Hamano
2010-08-22Merge branch 'mm/rebase-i-exec'Junio C Hamano
2010-08-16cherry-pick/revert: Use advise() for hintsJonathan Nieder
2010-08-13git-rebase--interactive.sh: use printf instead of echo to print commit messageBrandon Casey
2010-08-13git-rebase--interactive.sh: rework skip_unnecessary_picksBrandon Casey
2010-08-11rebase -i: add exec command to launch a shell commandMatthieu Moy
2010-07-26git-rebase--interactive.sh: use printf instead of echo to print commit messageBrandon Casey
2010-07-14add configuration variable for --autosquash option of interactive rebaseHeiko Voigt
2010-07-06rebase-i: do not get fooled by a log message ending with backslashJunio C Hamano
2010-07-06rebase-i: style fixJunio C Hamano
2010-06-11rebase -i: Abort cleanly if new base cannot be checked outIan Ward Comfort
2010-04-18rebase-interactive: silence warning when no commits rewrittenJeff King
2010-04-03Merge branch 'mb/rebase-i-no-ff'Junio C Hamano
2010-04-03Merge branch 'do/rebase-i-arbitrary'Junio C Hamano
2010-03-29Merge branch 'cc/cherry-pick-ff'Junio C Hamano
2010-03-29rebase -i: make post-rewrite work for 'edit'Thomas Rast
2010-03-24Merge branch 'tr/notes-display'Junio C Hamano
2010-03-24Teach rebase the --no-ff option.Marc Branchaud
2010-03-20rebase -i: use new --ff cherry-pick optionChristian Couder
2010-03-15rebase--interactive: don't require what's rebased to be a branchDave Olszewski
2010-03-13rebase: support automatic notes copyingThomas Rast
2010-03-13rebase -i: invoke post-rewrite hookThomas Rast
2010-03-13commit --amend: invoke post-rewrite hookThomas Rast
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