aboutsummaryrefslogtreecommitdiff
path: root/t/t3404-rebase-interactive.sh
Commit message (Expand)AuthorAge
* Merge branch 'jx/i18n-1.7.11'Junio C Hamano2012-07-31
|\
| * i18n: Rewrite gettext messages start with dashJiang Xin2012-07-26
* | Merge branch 'cw/rebase-i-root'Junio C Hamano2012-07-25
|\ \ | |/ |/|
| * rebase -i: handle fixup of root commit correctlyChris Webb2012-07-24
* | Merge branch 'cw/rebase-i-root'Junio C Hamano2012-07-15
|\ \ | |/
| * t3404: make test 57 work with dash and othersMichael J Gruber2012-07-05
| * Add tests for rebase -i --root without --ontoChris Webb2012-06-26
* | rebase -i: teach "--exec <cmd>"Lucien Kong2012-06-13
|/
* Merge branch 'maint'Junio C Hamano2012-05-20
|\
| * t3404: begin "exchange commits with -p" test with correct preconditionsJohannes Sixt2012-05-20
* | diff --stat: use less columns for change countsZbigniew Jędrzejewski-Szmek2012-04-30
|/
* rebase -i continue: don't skip commits that only change submodulesJohn Keeping2012-04-09
* rebase -i: clean error message for --continue after failed execMatthieu Moy2011-08-26
* rebase -i -p: include non-first-parent commits in todo listAndrew Wong2011-06-19
* rebase: write a reflog entry when finishingJeff King2011-05-27
* Merge branch 'maint'Junio C Hamano2010-12-28
|\
| * Fix false positives in t3404 due to SHELL=/bin/falseRobin H. Johnson2010-12-28
* | Merge branch 'jh/notes-merge'Junio C Hamano2010-12-08
|\ \
| * | notes.c: Use two newlines (instead of one) when concatenating notesJohan Herland2010-11-17
* | | t3404: do not use 'describe' to implement test_cmp_revJunio C Hamano2010-11-09
* | | t3404 (rebase -i): introduce helper to check position of HEADJonathan Nieder2010-11-09
* | | t3404 (rebase -i): move comment to descriptionJonathan Nieder2010-11-09
* | | t3404 (rebase -i): unroll test_commit loopsJonathan Nieder2010-11-09
* | | tests: add missing &&, batch 2Jonathan Nieder2010-11-09
| |/ |/|
* | t3404 & t7508: cd inside subshell instead of aroundJens Lehmann2010-09-06
* | Merge branch 'mm/rebase-i-exec'Junio C Hamano2010-08-21
|\ \
| * | test-lib: user-friendly alternatives to test [-d|-f|-e]Matthieu Moy2010-08-11
| * | rebase -i: add exec command to launch a shell commandMatthieu Moy2010-08-11
* | | Merge branch 'dg/local-mod-error-messages'Junio C Hamano2010-08-21
|\ \ \ | |_|/ |/| |
| * | unpack_trees: group error messages by typeMatthieu Moy2010-08-11
| |/
* | git-rebase--interactive.sh: use printf instead of echo to print commit messageBrandon Casey2010-07-25
|/
* rebase-i: do not get fooled by a log message ending with backslashJunio C Hamano2010-07-05
* Merge branch 'ic/maint-rebase-i-abort'Junio C Hamano2010-06-21
|\
| * rebase -i: Abort cleanly if new base cannot be checked outIan Ward Comfort2010-06-11
* | rebase -i -p: document shortcomingsJonathan Nieder2010-06-11
|/
* Merge branch 'mb/rebase-i-no-ff'Junio C Hamano2010-04-03
|\
| * Teach rebase the --no-ff option.Marc Branchaud2010-03-24
* | Merge branch 'do/rebase-i-arbitrary'Junio C Hamano2010-04-03
|\ \
| * | rebase--interactive: don't require what's rebased to be a branchDave Olszewski2010-03-14
| |/
* | rebase: support automatic notes copyingThomas Rast2010-03-12
|/
* rebase -i: Retain user-edited commit messages after squash/fixup conflictsMichael Haggerty2010-01-14
* t3404: Set up more of the test repo in the "setup" stepMichael Haggerty2010-01-14
* rebase -i: For fixup commands without squashes, do not start editorMichael Haggerty2010-01-14
* rebase -i: Improve consistency of commit count in generated commit messagesMichael Haggerty2010-01-14
* t3404: Test the commit count in commit messages generated by "rebase -i"Michael Haggerty2010-01-14
* rebase-i: Ignore comments and blank lines in peek_next_commandMichael Haggerty2010-01-12
* Add a command "fixup" to rebase --interactiveMichael Haggerty2009-12-07
* t3404: Use test_commit to set up test repositoryMichael Haggerty2009-12-06
* Teach 'rebase -i' the command "reword"Björn Gustavsson2009-10-07
* tests: use "$TEST_DIRECTORY" instead of ".."Jeff King2009-08-09