summaryrefslogtreecommitdiff
path: root/t/t3400-rebase.sh
AgeCommit message (Expand)AuthorFilesLines
2012-03-04Make git-{pull,rebase} message without tracking information friendlierLibravatar Carlos Martín Nieto1-4/+2
2012-02-10Merge branch 'jc/parse-date-raw'Libravatar Junio C Hamano1-0/+23
2012-02-03parse_date(): '@' prefix forces git-timestampLibravatar Junio C Hamano1-0/+23
2011-12-08test: fix '&&' chainingLibravatar Ramkumar Ramachandra1-2/+2
2011-02-10rebase: use @{upstream} if no upstream specifiedLibravatar Martin von Zweigbergk1-9/+18
2010-08-21Merge branch 'dg/local-mod-error-messages'Libravatar Junio C Hamano1-1/+2
2010-08-11unpack_trees: group error messages by typeLibravatar Matthieu Moy1-1/+2
2010-07-23rebase: protect against diff.renames configurationLibravatar Junio C Hamano1-1/+23
2010-07-23t3400 (rebase): whitespace cleanupLibravatar Jonathan Nieder1-90/+92
2010-06-27Merge branch 'js/maint-am-rebase-invalid-author'Libravatar Junio C Hamano1-2/+7
2010-06-16am: use get_author_ident_from_commit instead of mailinfo when rebasingLibravatar Jay Soffian1-2/+7
2010-05-31rebase: improve error message when upstream argument is missingLibravatar Jonathan Nieder1-1/+12
2010-03-24Merge branch 'tr/notes-display'Libravatar Junio C Hamano1-0/+17
2010-03-12rebase: support automatic notes copyingLibravatar Thomas Rast1-0/+17
2010-01-25tests: consolidate CR removal/addition functionsLibravatar Stephen Boyd1-4/+0
2009-08-05Allow mailsplit (and hence git-am) to handle mails with CRLF line-endingsLibravatar Junio C Hamano1-2/+24
2009-06-18am, rebase: teach quiet optionLibravatar Stephen Boyd1-6/+13
2009-05-24t/t3400-rebase.sh: add more tests to help migrating git-rebase.sh to CLibravatar Nguyễn Thái Ngọc Duy1-0/+31
2009-03-19test-lib: Introduce test_chmod and use it instead of update-index --chmodLibravatar Johannes Sixt1-2/+2
2009-03-01t3400-rebase: Move detached HEAD check earlierLibravatar Johannes Sixt1-4/+4
2009-02-08Add two extra tests for git rebaseLibravatar Johannes Schindelin1-1/+12
2008-09-03tests: use "git xyzzy" form (t0000 - t3599)Libravatar Nanako Shiraishi1-3/+3
2008-05-14Merge branch 'bd/tests'Libravatar Junio C Hamano1-1/+2
2008-05-13fix bsd shell negationLibravatar Jeff King1-2/+2
2008-05-05Don't use the 'export NAME=value' in the test scripts.Libravatar Bryan Donlan1-1/+2
2008-02-01Sane use of test_expect_failureLibravatar Junio C Hamano1-2/+2
2007-09-16apply --index-info: fall back to current index for mode changesLibravatar Johannes Schindelin1-0/+15
2007-07-04Allow rebase to run if upstream is completely mergedLibravatar Johannes Sixt1-1/+38
2007-07-02Rewrite "git-frotz" to "git frotz"Libravatar Junio C Hamano1-3/+3
2005-12-14git rebase loses author name/email if given bad email addressLibravatar Amos Waterland1-0/+34