aboutsummaryrefslogtreecommitdiffstats
path: root/t/t5540-http-push.sh (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-02-10test: rename http fetch and push test filesNguyễn Thái Ngọc Duy1-181/+0
2014-02-10tests: auto-set LIB_HTTPD_PORT from test nameJeff King1-1/+0
2014-01-02use distinct username/password for http auth testsJeff King1-2/+2
2012-09-12Merge branch 'nd/maint-remote-remove'Junio C Hamano1-1/+1
2012-09-06remote: prefer subcommand name 'remove' to 'rm'Nguyễn Thái Ngọc Duy1-1/+1
2012-08-27t5550: factor out http auth setupJeff King1-9/+8
2011-12-13http-push: enable "proactive auth"Jeff King1-1/+1
2011-12-13t5540: test DAV push with authenticationJeff King1-0/+34
2011-08-28t5540-http-test: shorten grep patternBrian Gernhardt1-2/+6
2010-06-25tests: Skip tests in a way that makes sense under TAPÆvar Arnfjörð Bjarmason1-1/+1
2010-03-02t554[01]-http-push: refactor, add non-ff testsTay Ray Chuan1-0/+3
2009-11-04test smart http fetch and pushShawn O. Pearce1-1/+1
2009-11-04http tests: use /dumb/ URL prefixShawn O. Pearce1-5/+5
2009-11-04set httpd port before sourcing lib-httpdClemens Buchacher1-4/+3
2009-11-04t5540-http-push: remove redundant fetchesTay Ray Chuan1-2/+0
2009-10-30remote-helpers: return successfully if everything up-to-dateClemens Buchacher1-1/+1
2009-10-30Move WebDAV HTTP push under remote-curlShawn O. Pearce1-5/+9
2009-06-06http-push: send out fetch requests on queueTay Ray Chuan1-2/+2
2009-06-06t5540-http-push: test fetching of packed objectsTay Ray Chuan1-0/+20
2009-06-06t5540-http-push: test fetching of loose objectsTay Ray Chuan1-0/+16
2009-04-05tests: remove exit after test_done callJeff King1-1/+0
2009-03-17Merge branch 'js/remote-improvements'Junio C Hamano1-7/+2
2009-02-26t5540-http-push.sh: avoid non-portable grep -PJay Soffian1-3/+8
2009-02-26add basic http clone/fetch testsJeff King1-0/+1
2009-02-26test scripts: refactor start_httpd helperJeff King1-7/+1
2009-02-15use a hash of the lock token as the suffix for PUT/MOVETay Ray Chuan1-0/+7
2009-01-17t5540: clarify that http-push does not handle packed-refs on the remoteJohannes Schindelin1-3/+15
2009-01-17http-push: when making directories, have a trailing slash in the path nameJohannes Schindelin1-0/+6
2008-08-17tests: use $TEST_DIRECTORY to refer to the t/ directoryJunio C Hamano1-1/+1
2008-08-11Adjust for the new way of enabling the default post-update hookPetr Baudis1-1/+1
2008-07-13t/: Use "test_must_fail git" instead of "! git"Stephan Beyer1-1/+1
2008-07-08Skip t5540-http-push test when USE_CURL_MULTI is undefinedMike Hommey1-0/+7
2008-07-08Fix http-push testMike Hommey1-1/+1
2008-07-08Catch failures from t5540-http-pushMike Hommey1-3/+4
2008-06-14fix whitespace violations in test scriptsJeff King1-1/+1
2008-02-27http-push: add regression testsClemens Buchacher1-0/+73