summaryrefslogtreecommitdiff
path: root/t/t5541-http-push.sh
AgeCommit message (Expand)AuthorFilesLines
2014-02-10test: rename http fetch and push test filesLibravatar Nguyễn Thái Ngọc Duy1-327/+0
2014-02-10tests: auto-set LIB_HTTPD_PORT from test nameLibravatar Jeff King1-1/+0
2014-01-02use distinct username/password for http auth testsLibravatar Jeff King1-3/+3
2013-08-02push: teach --force-with-lease to smart-http transportLibravatar Junio C Hamano1-1/+1
2013-04-21Merge branch 'jk/doc-http-backend'Libravatar Junio C Hamano1-0/+30
2013-04-13doc/http-backend: match query-string in apache half-auth exampleLibravatar Jeff King1-0/+30
2013-03-25t5541: use test_config to set/unset git config variablesLibravatar Yann Droneaud1-2/+1
2012-09-07Merge branch 'jk/maint-http-half-auth-push'Libravatar Junio C Hamano1-0/+26
2012-08-27Merge branch 'mm/push-default-switch-warning'Libravatar Junio C Hamano1-1/+4
2012-08-27http: prompt for credentials on failed POSTLibravatar Jeff King1-1/+1
2012-08-27t: test http access to "half-auth" repositoriesLibravatar Jeff King1-0/+12
2012-08-27t: test basic smart-http authenticationLibravatar Jeff King1-0/+14
2012-06-24push: start warning upcoming default change for push.defaultLibravatar Matthieu Moy1-1/+4
2012-05-11Merge branch 'ct/advise-push-default' into maintLibravatar Junio C Hamano1-1/+1
2012-05-10Merge branch 'jk/http-backend-keep-committer-ident-env' into maintLibravatar Junio C Hamano1-0/+21
2012-05-10Merge branch 'jk/maint-push-progress' into maintLibravatar Junio C Hamano1-2/+25
2012-05-03Merge branch 'jk/maint-push-progress'Libravatar Junio C Hamano1-2/+25
2012-05-01t5541: test more combinations of --progressLibravatar Jeff King1-2/+25
2012-04-20Merge branch 'ct/advise-push-default'Libravatar Junio C Hamano1-1/+1
2012-04-12Fix httpd tests that broke when non-ff push advice changedLibravatar Christopher Tiwald1-1/+1
2012-03-30http-backend: respect existing GIT_COMMITTER_* variablesLibravatar Jeff King1-0/+21
2012-02-21Merge branch 'cb/maint-t5541-make-server-port-portable' into maintLibravatar Junio C Hamano1-1/+1
2012-02-20Merge branch 'cb/maint-t5541-make-server-port-portable'Libravatar Junio C Hamano1-1/+1
2012-02-13t5541: check error message against the real port number usedLibravatar Clemens Buchacher1-1/+1
2012-02-05Merge branch 'sp/smart-http-failure-to-push' into maintLibravatar Junio C Hamano1-0/+28
2012-01-29Merge branch 'sp/smart-http-failure-to-push'Libravatar Junio C Hamano1-0/+28
2012-01-20remote-curl: Fix push status report when all branches failLibravatar Shawn O. Pearce1-0/+28
2012-01-08t5541: avoid TAP test miscountingLibravatar Michael J Gruber1-1/+1
2012-01-08fix push --quiet: add 'quiet' capability to receive-packLibravatar Clemens Buchacher1-0/+8
2011-12-19remote-curl: don't pass back fake refsLibravatar Jeff King1-0/+32
2011-05-11Merge branch 'dm/http-cleanup'Libravatar Junio C Hamano1-2/+16
2011-05-04t5541-http-push: add test for chunkedLibravatar Tay Ray Chuan1-2/+16
2011-04-13i18n: use test_i18ncmp and test_i18ngrep in t5541, t6040, t6120, t7004, t7012...Libravatar Junio C Hamano1-2/+2
2011-03-09i18n: git-push "prevent you from losing" messageLibravatar Ævar Arnfjörð Bjarmason1-2/+5
2010-07-20t/{t5541,lib-httpd}: replace problematic '!()' notation with test_must_failLibravatar Brandon Casey1-1/+1
2010-06-25tests: Skip tests in a way that makes sense under TAPLibravatar Ævar Arnfjörð Bjarmason1-1/+1
2010-05-08Merge branch 'rc/maint-curl-helper'Libravatar Junio C Hamano1-1/+28
2010-04-09remote-curl: ensure that URLs have a trailing slashLibravatar Tay Ray Chuan1-1/+1
2010-04-09t5541-http-push: add test for URLs with trailing slashLibravatar Tay Ray Chuan1-1/+28
2010-03-02t554[01]-http-push: refactor, add non-ff testsLibravatar Tay Ray Chuan1-22/+2
2010-03-02t5541-http-push: check that ref is unchanged for non-ff testLibravatar Tay Ray Chuan1-2/+4
2010-01-25t5541-http-push: make grep expression check for one line onlyLibravatar Tay Ray Chuan1-8/+4
2010-01-09transport-helper.c::push_refs(): ignore helper-reported status if ref is not ...Libravatar Tay Ray Chuan1-1/+1
2010-01-09transport.c::transport_push(): make ref status affect return valueLibravatar Tay Ray Chuan1-2/+2
2010-01-09refactor ref status logic for pushingLibravatar Tay Ray Chuan1-2/+2
2010-01-09t5541-http-push.sh: add test for unmatched, non-fast-forwarded refsLibravatar Tay Ray Chuan1-0/+21
2010-01-09t5541-http-push.sh: add tests for non-fast-forward pushesLibravatar Tay Ray Chuan1-0/+23
2009-11-04test smart http fetch and pushLibravatar Shawn O. Pearce1-0/+92