aboutsummaryrefslogtreecommitdiffstats
path: root/t/t9700
AgeCommit message (Expand)AuthorFilesLines
2023-11-17perl: bump the required Perl version to 5.8.1 from 5.8.0Todd Zullinger1-1/+1
2022-10-22Git.pm: trust rev-parse to find bare repositoriesJeff King1-0/+12
2020-08-11Merge branch 'bc/sha-256-part-3'Junio C Hamano1-2/+4
2020-07-30t9700: make hash size independentbrian m. carlson1-2/+4
2020-07-10t9700: loosen ident timezone regexJeff King1-3/+3
2017-06-30t9700: add tests for Git::unquote_path()Phillip Wood1-0/+7
2016-03-04t9700: fix test for perl older than 5.14Jeff King1-1/+7
2016-01-28mingw: fix t9700's assumption about directory separatorsJohannes Schindelin1-1/+1
2013-04-04t9700: do not close STDERRThomas Rast1-1/+2
2012-10-24git-config: do not complain about duplicate entriesJeff King1-2/+1
2011-10-21Add simple test for Git::config_path() in t/t9700-perl-git.shJakub Narebski1-0/+4
2011-02-14perl: command_bidi_pipe() method should set-up git environmensMasatake Osanai1-0/+10
2010-09-27perl: bump the required Perl version to 5.8 from 5.6.[21]Ævar Arnfjörð Bjarmason1-1/+1
2010-06-29t/t9700/test.pl: don't access private object members, use public access methodsBrandon Casey1-3/+3
2010-06-27t9700: Use Test::More->builder, not $Test::Builder::TestÆvar Arnfjörð Bjarmason1-4/+5
2010-06-25test-lib: Make the test_external_* functions TAP-awareÆvar Arnfjörð Bjarmason1-0/+11
2009-11-19t9700-perl-git.sh: Fix a test failure on CygwinRamsay Jones1-1/+1
2009-05-09Git.pm: Always set Repository to absolute path if autodetectingFrank Lichtenheld1-8/+2
2009-05-09Git.pm: Set GIT_WORK_TREE if we set GIT_DIRFrank Lichtenheld1-0/+13
2008-09-16Merge branch 'maint'Junio C Hamano1-11/+14
2008-09-15t9700/test.pl: remove File::Temp requirementBrandon Casey1-10/+13
2008-09-15t9700/test.pl: avoid bareword 'STDERR' in 3-argument open()Brandon Casey1-1/+1
2008-08-08t9700: remove useless checkJohannes Schindelin1-3/+0
2008-06-19Git.pm: add test suiteLea Wiemann1-0/+100