summaryrefslogtreecommitdiff
path: root/t/t5541-http-push.sh
Commit message (Expand)AuthorAgeFilesLines
* test: rename http fetch and push test filesNguyễn Thái Ngọc Duy2014-02-101-327/+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-3/+3
* push: teach --force-with-lease to smart-http transportJunio C Hamano2013-08-021-1/+1
* Merge branch 'jk/doc-http-backend'Junio C Hamano2013-04-211-0/+30
|\
| * doc/http-backend: match query-string in apache half-auth exampleJeff King2013-04-131-0/+30
* | t5541: use test_config to set/unset git config variablesYann Droneaud2013-03-251-2/+1
|/
* Merge branch 'jk/maint-http-half-auth-push'Junio C Hamano2012-09-071-0/+26
|\
| * http: prompt for credentials on failed POSTJeff King2012-08-271-1/+1
| * t: test http access to "half-auth" repositoriesJeff King2012-08-271-0/+12
| * t: test basic smart-http authenticationJeff King2012-08-271-0/+14
| * Merge branch 'ct/advise-push-default' into maintJunio C Hamano2012-05-111-1/+1
| |\
| * \ Merge branch 'jk/http-backend-keep-committer-ident-env' into maintJunio C Hamano2012-05-101-0/+21
| |\ \
| * \ \ Merge branch 'jk/maint-push-progress' into maintJunio C Hamano2012-05-101-2/+25
| |\ \ \
* | \ \ \ Merge branch 'mm/push-default-switch-warning'Junio C Hamano2012-08-271-1/+4
|\ \ \ \ \
| * | | | | push: start warning upcoming default change for push.defaultMatthieu Moy2012-06-241-1/+4
* | | | | | Merge branch 'jk/maint-push-progress'Junio C Hamano2012-05-031-2/+25
|\ \ \ \ \ \ | |/ / / / / |/| | / / / | | |/ / / | |/| | |
| * | | | t5541: test more combinations of --progressJeff King2012-05-011-2/+25
* | | | | Merge branch 'ct/advise-push-default'Junio C Hamano2012-04-201-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| |
| * | | Fix httpd tests that broke when non-ff push advice changedChristopher Tiwald2012-04-121-1/+1
| | |/ | |/|
| * | Merge branch 'cb/maint-t5541-make-server-port-portable'Junio C Hamano2012-02-201-1/+1
| |\ \
| * \ \ Merge branch 'sp/smart-http-failure-to-push'Junio C Hamano2012-01-291-0/+28
| |\ \ \
* | | | | http-backend: respect existing GIT_COMMITTER_* variablesJeff King2012-03-301-0/+21
* | | | | Merge branch 'cb/maint-t5541-make-server-port-portable' into maintJunio C Hamano2012-02-211-1/+1
|\ \ \ \ \ | | |_|/ / | |/| | / | |_|_|/ |/| | |
| * | | t5541: check error message against the real port number usedcb/maint-t5541-make-server-port-portableClemens Buchacher2012-02-131-1/+1
| | |/ | |/|
* | | Merge branch 'sp/smart-http-failure-to-push' into maintJunio C Hamano2012-02-051-0/+28
|\ \ \ | |/ / | | / | |/ |/|
| * remote-curl: Fix push status report when all branches failShawn O. Pearce2012-01-201-0/+28
* | t5541: avoid TAP test miscountingcb/push-quietMichael J Gruber2012-01-081-1/+1
* | fix push --quiet: add 'quiet' capability to receive-packClemens Buchacher2012-01-081-0/+8
* | remote-curl: don't pass back fake refsjk/http-push-to-emptyJeff King2011-12-191-0/+32
|/
* Merge branch 'dm/http-cleanup'Junio C Hamano2011-05-111-2/+16
|\
| * t5541-http-push: add test for chunkedTay Ray Chuan2011-05-041-2/+16
* | i18n: use test_i18ncmp and test_i18ngrep in t5541, t6040, t6120, t7004, t7012...Junio C Hamano2011-04-131-2/+2
|/
* i18n: git-push "prevent you from losing" messageÆvar Arnfjörð Bjarmason2011-03-091-2/+5
* t/{t5541,lib-httpd}: replace problematic '!()' notation with test_must_failBrandon Casey2010-07-201-1/+1
* tests: Skip tests in a way that makes sense under TAPÆvar Arnfjörð Bjarmason2010-06-251-1/+1
* Merge branch 'rc/maint-curl-helper'Junio C Hamano2010-05-081-1/+28
|\
| * remote-curl: ensure that URLs have a trailing slashTay Ray Chuan2010-04-091-1/+1
| * t5541-http-push: add test for URLs with trailing slashTay Ray Chuan2010-04-091-1/+28
* | t554[01]-http-push: refactor, add non-ff testsTay Ray Chuan2010-03-021-22/+2
* | t5541-http-push: check that ref is unchanged for non-ff testTay Ray Chuan2010-03-021-2/+4
|/
* t5541-http-push: make grep expression check for one line onlyTay Ray Chuan2010-01-251-8/+4
* transport-helper.c::push_refs(): ignore helper-reported status if ref is not ...Tay Ray Chuan2010-01-091-1/+1
* transport.c::transport_push(): make ref status affect return valueTay Ray Chuan2010-01-091-2/+2
* refactor ref status logic for pushingTay Ray Chuan2010-01-091-2/+2
* t5541-http-push.sh: add test for unmatched, non-fast-forwarded refsTay Ray Chuan2010-01-091-0/+21
* t5541-http-push.sh: add tests for non-fast-forward pushesTay Ray Chuan2010-01-091-0/+23
* test smart http fetch and pushShawn O. Pearce2009-11-041-0/+92