summaryrefslogtreecommitdiff
path: root/t/t5540-http-push.sh
Commit message (Expand)AuthorAgeFilesLines
* test: rename http fetch and push test filesNguyễn Thái Ngọc Duy2014-02-101-181/+0
* tests: auto-set LIB_HTTPD_PORT from test nameJeff King2014-02-101-1/+0
* use distinct username/password for http auth testsjk/http-auth-tests-robustifyJeff King2014-01-021-2/+2
* Merge branch 'nd/maint-remote-remove'Junio C Hamano2012-09-121-1/+1
|\
| * remote: prefer subcommand name 'remove' to 'rm'Nguyễn Thái Ngọc Duy2012-09-061-1/+1
* | t5550: factor out http auth setupJeff King2012-08-271-9/+8
|/
* http-push: enable "proactive auth"jk/maint-push-over-davJeff King2011-12-131-1/+1
* t5540: test DAV push with authenticationJeff King2011-12-131-0/+34
* t5540-http-test: shorten grep patternBrian Gernhardt2011-08-281-2/+6
* tests: Skip tests in a way that makes sense under TAPÆvar Arnfjörð Bjarmason2010-06-251-1/+1
* t554[01]-http-push: refactor, add non-ff testsTay Ray Chuan2010-03-021-0/+3
* test smart http fetch and pushShawn O. Pearce2009-11-041-1/+1
* http tests: use /dumb/ URL prefixShawn O. Pearce2009-11-041-5/+5
* set httpd port before sourcing lib-httpdClemens Buchacher2009-11-041-4/+3
* t5540-http-push: remove redundant fetchesTay Ray Chuan2009-11-041-2/+0
* remote-helpers: return successfully if everything up-to-dateClemens Buchacher2009-10-301-1/+1
* Move WebDAV HTTP push under remote-curlShawn O. Pearce2009-10-301-5/+9
* http-push: send out fetch requests on queueTay Ray Chuan2009-06-061-2/+2
* t5540-http-push: test fetching of packed objectsTay Ray Chuan2009-06-061-0/+20
* t5540-http-push: test fetching of loose objectsTay Ray Chuan2009-06-061-0/+16
* tests: remove exit after test_done callJeff King2009-04-051-1/+0
* Merge branch 'js/remote-improvements'Junio C Hamano2009-03-171-7/+2
|\
| * add basic http clone/fetch testsJeff King2009-02-261-0/+1
| * test scripts: refactor start_httpd helperJeff King2009-02-261-7/+1
* | t5540-http-push.sh: avoid non-portable grep -PJay Soffian2009-02-261-3/+8
|/
* use a hash of the lock token as the suffix for PUT/MOVETay Ray Chuan2009-02-151-0/+7
* t5540: clarify that http-push does not handle packed-refs on the remoteJohannes Schindelin2009-01-171-3/+15
* http-push: when making directories, have a trailing slash in the path nameJohannes Schindelin2009-01-171-0/+6
* tests: use $TEST_DIRECTORY to refer to the t/ directoryJunio C Hamano2008-08-171-1/+1
* Adjust for the new way of enabling the default post-update hookPetr Baudis2008-08-111-1/+1
* t/: Use "test_must_fail git" instead of "! git"Stephan Beyer2008-07-131-1/+1
* Skip t5540-http-push test when USE_CURL_MULTI is undefinedMike Hommey2008-07-081-0/+7
* Fix http-push testMike Hommey2008-07-081-1/+1
* Catch failures from t5540-http-pushMike Hommey2008-07-081-3/+4
* fix whitespace violations in test scriptsJeff King2008-06-141-1/+1
* http-push: add regression testsClemens Buchacher2008-02-271-0/+73