summaryrefslogtreecommitdiff
path: root/t/t9700/test.pl
Commit message (Expand)AuthorAgeFilesLines
* Git.pm: trust rev-parse to find bare repositoriesJeff King2022-10-221-0/+12
* Merge branch 'bc/sha-256-part-3'Junio C Hamano2020-08-111-2/+4
|\
| * t9700: make hash size independentbrian m. carlson2020-07-301-2/+4
* | t9700: loosen ident timezone regexJeff King2020-07-101-3/+3
|/
* t9700: add tests for Git::unquote_path()pw/unquote-path-in-git-pmPhillip Wood2017-06-301-0/+7
* t9700: fix test for perl older than 5.14js/mingw-testsJeff King2016-03-041-1/+7
* mingw: fix t9700's assumption about directory separatorsJohannes Schindelin2016-01-281-1/+1
* t9700: do not close STDERRThomas Rast2013-04-041-1/+2
* git-config: do not complain about duplicate entriesJeff King2012-10-241-2/+1
* Add simple test for Git::config_path() in t/t9700-perl-git.shJakub Narebski2011-10-211-0/+4
* perl: command_bidi_pipe() method should set-up git environmensMasatake Osanai2011-02-141-0/+10
* perl: bump the required Perl version to 5.8 from 5.6.[21]Ævar Arnfjörð Bjarmason2010-09-271-1/+1
* t/t9700/test.pl: don't access private object members, use public access methodsBrandon Casey2010-06-291-3/+3
* t9700: Use Test::More->builder, not $Test::Builder::TestÆvar Arnfjörð Bjarmason2010-06-271-4/+5
* test-lib: Make the test_external_* functions TAP-awareÆvar Arnfjörð Bjarmason2010-06-251-0/+11
* t9700-perl-git.sh: Fix a test failure on CygwinRamsay Jones2009-11-191-1/+1
* Git.pm: Always set Repository to absolute path if autodetectingFrank Lichtenheld2009-05-091-8/+2
* Git.pm: Set GIT_WORK_TREE if we set GIT_DIRFrank Lichtenheld2009-05-091-0/+13
* Merge branch 'maint'Junio C Hamano2008-09-161-11/+14
|\
| * t9700/test.pl: remove File::Temp requirementBrandon Casey2008-09-151-10/+13
| * t9700/test.pl: avoid bareword 'STDERR' in 3-argument open()Brandon Casey2008-09-151-1/+1
* | t9700: remove useless checkJohannes Schindelin2008-08-081-3/+0
|/
* Git.pm: add test suiteLea Wiemann2008-06-191-0/+100