summaryrefslogtreecommitdiff
path: root/contrib/subtree/t
AgeCommit message (Expand)AuthorFilesLines
2021-04-28subtree: be stricter about validating flagsLibravatar Luke Shumaker1-0/+111
2021-04-28subtree: push: allow specifying a local rev other than HEADLibravatar Luke Shumaker1-0/+22
2021-04-28subtree: allow 'split' flags to be passed to 'push'Libravatar Luke Shumaker1-2/+212
2021-04-28subtree: allow --squash to be used with --rejoinLibravatar Luke Shumaker1-0/+56
2021-04-28subtree: t7900: add porcelain tests for 'pull' and 'push'Libravatar Luke Shumaker1-0/+127
2021-04-28subtree: t7900: add a test for the -h flagLibravatar Luke Shumaker1-0/+7
2021-04-28subtree: t7900: rename last_commit_message to last_commit_subjectLibravatar Luke Shumaker1-13/+13
2021-04-28subtree: t7900: fix 'verify one file change per commit'Libravatar Luke Shumaker1-40/+6
2021-04-28subtree: t7900: delete some dead codeLibravatar Luke Shumaker1-11/+1
2021-04-28subtree: t7900: use 'test' for string equalityLibravatar Luke Shumaker1-36/+24
2021-04-28subtree: t7900: comment subtree_test_create_repoLibravatar Luke Shumaker1-6/+8
2021-04-28subtree: t7900: use consistent formattingLibravatar Luke Shumaker1-35/+35
2021-04-28subtree: t7900: use test-lib.sh's test_countLibravatar Luke Shumaker1-336/+300
2021-04-28subtree: t7900: update for having the default branch name be 'main'Libravatar Luke Shumaker1-58/+59
2020-08-03Revert "contrib: subtree: adjust test to change in fmt-merge-msg"Libravatar Emily Shaffer1-4/+2
2020-06-30contrib: subtree: adjust test to change in fmt-merge-msgLibravatar Đoàn Trần Công Danh1-2/+4
2018-07-30subtree test: simplify preparation of expected resultsLibravatar Jonathan Nieder1-89/+30
2018-07-30subtree test: add missing && to &&-chainLibravatar Jonathan Nieder1-1/+1
2017-08-23treewide: correct several "up-to-date" to "up to date"Libravatar Martin Ågren1-1/+1
2016-08-11Spelling fixesLibravatar Ville Skyttä1-1/+1
2016-07-26subtree: fix "git subtree split --rejoin"Libravatar David Aguilar1-0/+16
2016-07-26t7900-subtree.sh: fix quoting and broken && chainsLibravatar David Aguilar1-8/+8
2016-01-20contrib/subtree: fix "subtree split" skipped-merge bugLibravatar Dave Ware1-0/+60
2015-11-13contrib/subtree: Handle '--prefix' argument with a slash appendedLibravatar Techlive Zheng1-0/+20
2015-11-13contrib/subtree: Make each test self-containedLibravatar Techlive Zheng1-418/+840
2015-11-13contrib/subtree: Add split testsLibravatar Techlive Zheng1-2/+15
2015-11-13contrib/subtree: Add merge testsLibravatar Techlive Zheng1-1/+12
2015-11-13contrib/subtree: Add tests for subtree addLibravatar Techlive Zheng1-0/+19
2015-11-13contrib/subtree: Add test for missing subtreeLibravatar Techlive Zheng1-0/+4
2015-11-13contrib/subtree: Clean and refactor test codeLibravatar Techlive Zheng2-55/+79
2015-09-08contrib/subtree: respect spaces in a repository pathLibravatar Alexey Shumkin1-0/+47
2015-09-08t7900-subtree: test the "space in a subdirectory name" caseLibravatar Alexey Shumkin1-72/+75
2015-08-03Merge branch 'da/subtree-date-confusion'Libravatar Junio C Hamano1-0/+4
2015-07-23contrib/subtree: ignore log.date configurationLibravatar David Aguilar1-0/+4
2015-06-22contrib/subtree: small tidy-up to testLibravatar Charles Bailey1-3/+1
2015-06-22contrib/subtree: fix broken &&-chains and revealed test errorLibravatar Charles Bailey1-4/+4
2015-06-22contrib/subtree: use tabs consitently for indentation in testsLibravatar Charles Bailey1-147/+147
2014-06-06Merge branch 'ep/shell-assign-and-export-vars'Libravatar Junio C Hamano1-1/+2
2014-05-23scripts: "export VAR=VALUE" construct is not portableLibravatar Elia Pinto1-1/+2
2014-04-23t7900-subtree.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-1/+1
2013-07-29Avoid using `echo -n` anywhereLibravatar Lukas Fleischer1-4/+4
2013-04-12contrib/subtree: fix spelling of accidentallyLibravatar Stefano Lattarini1-1/+1
2013-02-05contrib/subtree: use %B for split subject/bodyLibravatar Techlive Zheng1-4/+19
2013-02-05contrib/subtree: remove test number commentsLibravatar David A. Greene1-55/+0
2012-04-09Add subtree test MakefileLibravatar David A. Greene1-0/+69
2012-04-09Set TEST_DIRECTORYLibravatar David A. Greene1-2/+4
2012-04-09Add 'contrib/subtree/' from commit 'd3a04e06c77d57978bb5230361c64946232cc346'Libravatar David A. Greene1-0/+506