summaryrefslogtreecommitdiff
path: root/t/t9130-git-svn-authors-file.sh
AgeCommit message (Expand)AuthorFilesLines
2018-04-12Merge branch 'svn/authors-prog-2' of git://bogomips.org/git-svnLibravatar Junio C Hamano1-0/+14
2018-04-05git-svn: allow empty email-address using authors-prog and authors-fileLibravatar Andreas Heiduk1-0/+14
2018-03-28test: avoid pipes in git related commands for testLibravatar Pratik Karki1-12/+16
2016-02-17Merge branch 'js/mingw-tests'Libravatar Junio C Hamano1-1/+1
2016-01-28mingw: skip a test in t9130 that cannot pass on WindowsLibravatar Johannes Schindelin1-1/+1
2016-01-12t9130-git-svn-authors-file.sh: use the $( ... ) construct for command substit...Libravatar Elia Pinto1-6/+6
2014-03-21t: prefer "git config --file" to GIT_CONFIGLibravatar Jeff King1-1/+1
2014-03-21t: drop useless sane_unset GIT_* callsLibravatar Jeff King1-1/+0
2012-02-13t: use sane_unset instead of unsetLibravatar Ævar Arnfjörð Bjarmason1-2/+2
2011-03-15config: drop support for GIT_CONFIG_NOGLOBALLibravatar Jonathan Nieder1-1/+0
2010-09-04Merge branch 'ab/test-2'Libravatar Junio C Hamano1-2/+0
2010-08-31tests: factor HOME=$(pwd) in test-lib.shLibravatar Matthieu Moy1-2/+0
2010-07-20Convert "! git" to "test_must_fail git"Libravatar Jared Hance1-2/+2
2009-11-14git svn: add authorsfile test case for ~/.gitconfigLibravatar Eric Wong1-0/+23
2009-05-21git-svn testsuite: use standard configuration for Subversion toolsLibravatar Eygene Ryabinkin1-3/+3
2009-01-11git-svn: add --authors-file testLibravatar Eric Wong1-0/+94