summaryrefslogtreecommitdiff
path: root/t/t3400-rebase.sh
AgeCommit message (Expand)Author
2011-02-10rebase: use @{upstream} if no upstream specifiedMartin von Zweigbergk
2010-08-22Merge branch 'dg/local-mod-error-messages'Junio C Hamano
2010-08-11unpack_trees: group error messages by typeMatthieu Moy
2010-07-23rebase: protect against diff.renames configurationJunio C Hamano
2010-07-23t3400 (rebase): whitespace cleanupJonathan Nieder
2010-06-27Merge branch 'js/maint-am-rebase-invalid-author'Junio C Hamano
2010-06-16am: use get_author_ident_from_commit instead of mailinfo when rebasingJay Soffian
2010-06-01rebase: improve error message when upstream argument is missingJonathan Nieder
2010-03-24Merge branch 'tr/notes-display'Junio C Hamano
2010-03-13rebase: support automatic notes copyingThomas Rast
2010-01-26tests: consolidate CR removal/addition functionsStephen Boyd
2009-08-05Allow mailsplit (and hence git-am) to handle mails with CRLF line-endingsJunio C Hamano
2009-06-18am, rebase: teach quiet optionStephen Boyd
2009-05-24t/t3400-rebase.sh: add more tests to help migrating git-rebase.sh to CNguyễn Thái Ngọc Duy
2009-03-19test-lib: Introduce test_chmod and use it instead of update-index --chmodJohannes Sixt
2009-03-02t3400-rebase: Move detached HEAD check earlierJohannes Sixt
2009-02-09Add two extra tests for git rebaseJohannes Schindelin
2008-09-03tests: use "git xyzzy" form (t0000 - t3599)Nanako Shiraishi
2008-05-14Merge branch 'bd/tests'Junio C Hamano
2008-05-14fix bsd shell negationJeff King
2008-05-05Don't use the 'export NAME=value' in the test scripts.Bryan Donlan
2008-02-02Sane use of test_expect_failureJunio C Hamano
2007-09-17apply --index-info: fall back to current index for mode changesJohannes Schindelin
2007-07-05Allow rebase to run if upstream is completely mergedJohannes Sixt
2007-07-03Rewrite "git-frotz" to "git frotz"Junio C Hamano
2005-12-15git rebase loses author name/email if given bad email addressAmos Waterland