summaryrefslogtreecommitdiff
path: root/t/gitweb-lib.sh
Commit message (Expand)AuthorAgeFilesLines
* test libs: rename gitweb-lib.sh to lib-gitweb.shÆvar Arnfjörð Bjarmason2021-02-101-123/+0
* t/gitweb-lib.sh: set $REQUEST_URIJeff King2019-11-181-1/+2
* t/gitweb-lib.sh: drop confusing quotesJeff King2019-11-181-2/+2
* gitweb tests: skip tests when we don't have Time::HiResab/cond-skip-testsÆvar Arnfjörð Bjarmason2017-03-011-0/+5
* gitweb tests: change confusing "skip_all" phrasingÆvar Arnfjörð Bjarmason2017-03-011-1/+1
* test: replace shebangs with descriptions in shell librariesJonathan Nieder2013-11-261-1/+2
* t: use perl instead of "$PERL_PATH" where applicablejk/wrap-perl-used-in-testsJeff King2013-10-291-1/+1
* many small typofixesob/typofixesOndřej Bílka2013-07-291-1/+1
* Merge branch 'jk/maint-gitweb-test-use-sane-perl'Junio C Hamano2012-05-021-1/+1
|\
| * t/gitweb-lib: use $PERL_PATH to run gitwebJeff King2012-05-011-1/+1
* | gitweb: provide a way to customize html headersLénaïc Huard2011-10-211-0/+1
|/
* t/gitweb-lib.sh: skip gitweb tests when perl dependencies are not metJunio C Hamano2011-06-151-0/+5
* t/gitweb-lib.sh: Ensure that errors are shown for --debug --immediateÆvar Arnfjörð Bjarmason2011-02-211-1/+6
* Merge branch 'bg/maint-gitweb-test-lib'Junio C Hamano2010-11-171-1/+1
|\
| * t/gitweb-lib: Don't pass constant to decode_utf8Brian Gernhardt2010-10-201-1/+1
* | t/gitweb-lib.sh: Add support for GITWEB_TEST_INSTALLEDJakub Narebski2010-09-301-2/+19
* | t/gitweb-lib.sh: Use tabs for indent consistentlyJakub Narebski2010-09-121-2/+2
* | t/gitweb-lib.sh: Use GIT_BUILD_DIRJakub Narebski2010-09-121-4/+4
|/
* tests: Use skip_all=* to skip testsÆvar Arnfjörð Bjarmason2010-07-081-2/+2
* gitweb: Move static files into seperate subdirectoryPavan Kumar Sunkara2010-05-311-3/+3
* gitweb: Load checkingJohn 'Warthog9' Hawley2010-01-301-0/+1
* t/gitweb-lib: Split HTTP response with non-GNU sedBrian Gernhardt2009-11-231-2/+12
* t/gitweb-lib.sh: Split gitweb output into headers and bodyJakub Narebski2009-10-301-1/+5
* gitweb: split test suite into library and testsMark Rada2009-08-271-0/+73