aboutsummaryrefslogtreecommitdiffstats
path: root/git-rebase--interactive.sh (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-02-10rebase -i: remove now unnecessary directory checksMartin von Zweigbergk1-6/+0
2011-02-10rebase: factor out command line option processingMartin von Zweigbergk1-162/+62
2011-02-10rebase: align variable contentMartin von Zweigbergk1-5/+11
2011-02-10rebase: align variable namesMartin von Zweigbergk1-240/+240
2011-02-10rebase: act on command line outside parsing loopMartin von Zweigbergk1-149/+151
2011-01-27Merge branch 'maint'Junio C Hamano1-2/+2
2011-01-27rebase -i: clarify in-editor documentation of "exec"Jonathan Nieder1-1/+1
2011-01-26rebase: use explicit "--" with checkoutJeff King1-1/+1
2010-12-12Merge branch 'mz/rebase-i-verify'Junio C Hamano1-0/+2
2010-11-29Merge branch 'rr/needs-clean-work-tree'Junio C Hamano1-11/+3
2010-11-23rebase: support --verifyMartin von Zweigbergk1-0/+2
2010-11-09rebase: teach --autosquash to match on sha1 in addition to messageKevin Ballard1-7/+33
2010-11-09rebase: better rearranging of fixup!/squash! lines with --autosquashKevin Ballard1-0/+4
2010-10-28Porcelain scripts: Rewrite cryptic "needs update" error messageRamkumar Ramachandra1-11/+3
2010-09-17git-rebase--interactive.sh: replace cut with ${v%% *}Chris Johnsen1-1/+1
2010-08-31Merge branch 'jn/cherry-revert-message-clean-up'Junio C Hamano1-3/+3
2010-08-31Merge branch 'hv/autosquash-config'Junio C Hamano1-0/+4
2010-08-21Merge branch 'mm/rebase-i-exec'Junio C Hamano1-6/+43
2010-08-15cherry-pick/revert: Use advise() for hintsJonathan Nieder1-3/+3
2010-08-13git-rebase--interactive.sh: use printf instead of echo to print commit messageBrandon Casey1-2/+2
2010-08-13git-rebase--interactive.sh: rework skip_unnecessary_picksBrandon Casey1-9/+14
2010-08-11rebase -i: add exec command to launch a shell commandMatthieu Moy1-3/+35
2010-07-25git-rebase--interactive.sh: use printf instead of echo to print commit messageBrandon Casey1-6/+6
2010-07-14add configuration variable for --autosquash option of interactive rebaseHeiko Voigt1-0/+4
2010-07-05rebase-i: do not get fooled by a log message ending with backslashJunio C Hamano1-5/+5
2010-07-05rebase-i: style fixJunio C Hamano1-5/+6
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