summaryrefslogtreecommitdiff
path: root/git-rebase--interactive.sh
AgeCommit message (Expand)Author
2011-10-17"rebase -i": support special-purpose editor to edit insn sheetPeter Oberndorfer
2011-08-26rebase -i: notice and warn if "exec $cmd" modifies the index or the working treeJunio C Hamano
2011-08-26rebase -i: clean error message for --continue after failed execMatthieu Moy
2011-06-19rebase -i -p: include non-first-parent commits in todo listAndrew Wong
2011-05-27rebase: write a reflog entry when finishingJeff King
2011-05-06Merge branch 'aw/maint-rebase-i-p-no-ff'Junio C Hamano
2011-04-28git-rebase--interactive.sh: preserve-merges fails on merges created with no-ffAndrew Wong
2011-02-25Makefile: do not install sourced rebase scriptsMartin von Zweigbergk
2011-02-10rebase -i: remove unnecessary state rebase-rootMartin von Zweigbergk
2011-02-10rebase -i: don't read unused variable preserve_mergesMartin von Zweigbergk
2011-02-10rebase: remember strategy and strategy optionsMartin von Zweigbergk
2011-02-10rebase: remember verbose optionMartin von Zweigbergk
2011-02-10rebase: extract code for writing basic stateMartin von Zweigbergk
2011-02-10rebase: factor out sub command handlingMartin von Zweigbergk
2011-02-10rebase: make -v a tiny bit more verboseMartin von Zweigbergk
2011-02-10rebase -i: align variable namesMartin von Zweigbergk
2011-02-10rebase: show consistent conflict resolution hintMartin von Zweigbergk
2011-02-10rebase: factor out call to pre-rebase hookMartin von Zweigbergk
2011-02-10rebase: factor out clean work tree checkMartin von Zweigbergk
2011-02-10rebase: factor out reference parsingMartin von Zweigbergk
2011-02-10rebase: reorder validation stepsMartin von Zweigbergk
2011-02-10rebase -i: remove now unnecessary directory checksMartin von Zweigbergk
2011-02-10rebase: factor out command line option processingMartin von Zweigbergk
2011-02-10rebase: align variable contentMartin von Zweigbergk
2011-02-10rebase: align variable namesMartin von Zweigbergk
2011-02-10rebase: act on command line outside parsing loopMartin von Zweigbergk
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