summaryrefslogtreecommitdiff
path: root/t/t3404-rebase-interactive.sh
AgeCommit message (Expand)Author
2012-09-30Merge branch 'aw/rebase-i-edit-todo'Junio C Hamano
2012-09-18rebase -i: fix misleading error message after 'exec no-such' instructionJohannes Sixt
2012-09-18rebase -i: Add tests for "--edit-todo"Andrew Wong
2012-07-31Merge branch 'jx/i18n-1.7.11'Junio C Hamano
2012-07-27i18n: Rewrite gettext messages start with dashJiang Xin
2012-07-25Merge branch 'cw/rebase-i-root'Junio C Hamano
2012-07-24rebase -i: handle fixup of root commit correctlyChris Webb
2012-07-16Merge branch 'cw/rebase-i-root'Junio C Hamano
2012-07-05t3404: make test 57 work with dash and othersMichael J Gruber
2012-06-26Add tests for rebase -i --root without --ontoChris Webb
2012-06-13rebase -i: teach "--exec <cmd>"Lucien Kong
2012-05-20Merge branch 'maint'Junio C Hamano
2012-05-20t3404: begin "exchange commits with -p" test with correct preconditionsJohannes Sixt
2012-04-30diff --stat: use less columns for change countsZbigniew Jędrzejewski-Szmek
2012-04-09rebase -i continue: don't skip commits that only change submodulesJohn Keeping
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
2010-12-28Merge branch 'maint'Junio C Hamano
2010-12-28Fix false positives in t3404 due to SHELL=/bin/falseRobin H. Johnson
2010-12-08Merge branch 'jh/notes-merge'Junio C Hamano
2010-11-17notes.c: Use two newlines (instead of one) when concatenating notesJohan Herland
2010-11-09t3404: do not use 'describe' to implement test_cmp_revJunio C Hamano
2010-11-09t3404 (rebase -i): introduce helper to check position of HEADJonathan Nieder
2010-11-09t3404 (rebase -i): move comment to descriptionJonathan Nieder
2010-11-09t3404 (rebase -i): unroll test_commit loopsJonathan Nieder
2010-11-09tests: add missing &&, batch 2Jonathan Nieder
2010-09-06t3404 & t7508: cd inside subshell instead of aroundJens Lehmann
2010-08-22Merge branch 'mm/rebase-i-exec'Junio C Hamano
2010-08-22Merge branch 'dg/local-mod-error-messages'Junio C Hamano
2010-08-11unpack_trees: group error messages by typeMatthieu Moy
2010-08-11test-lib: user-friendly alternatives to test [-d|-f|-e]Matthieu Moy
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-06rebase-i: do not get fooled by a log message ending with backslashJunio C Hamano
2010-06-21Merge branch 'ic/maint-rebase-i-abort'Junio C Hamano
2010-06-11rebase -i: Abort cleanly if new base cannot be checked outIan Ward Comfort
2010-06-11rebase -i -p: document shortcomingsJonathan Nieder
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-24Teach rebase the --no-ff option.Marc Branchaud
2010-03-15rebase--interactive: don't require what's rebased to be a branchDave Olszewski
2010-03-13rebase: support automatic notes copyingThomas Rast
2010-01-14rebase -i: Retain user-edited commit messages after squash/fixup conflictsMichael Haggerty
2010-01-14t3404: Set up more of the test repo in the "setup" stepMichael Haggerty
2010-01-14rebase -i: For fixup commands without squashes, do not start editorMichael Haggerty
2010-01-14rebase -i: Improve consistency of commit count in generated commit messagesMichael Haggerty
2010-01-14t3404: Test the commit count in commit messages generated by "rebase -i"Michael Haggerty
2010-01-12rebase-i: Ignore comments and blank lines in peek_next_commandMichael Haggerty
2009-12-07Add a command "fixup" to rebase --interactiveMichael Haggerty