Age | Commit message (Expand) | Author | Files | Lines |
2013-04-21 | Merge branch 'jk/doc-http-backend' | Junio C Hamano | 1 | -0/+30 |
2013-04-13 | doc/http-backend: match query-string in apache half-auth example | Jeff King | 1 | -0/+30 |
2013-03-25 | t5541: use test_config to set/unset git config variables | Yann Droneaud | 1 | -2/+1 |
2012-09-07 | Merge branch 'jk/maint-http-half-auth-push' | Junio C Hamano | 1 | -0/+26 |
2012-08-27 | Merge branch 'mm/push-default-switch-warning' | Junio C Hamano | 1 | -1/+4 |
2012-08-27 | http: prompt for credentials on failed POST | Jeff King | 1 | -1/+1 |
2012-08-27 | t: test http access to "half-auth" repositories | Jeff King | 1 | -0/+12 |
2012-08-27 | t: test basic smart-http authentication | Jeff King | 1 | -0/+14 |
2012-06-24 | push: start warning upcoming default change for push.default | Matthieu Moy | 1 | -1/+4 |
2012-05-11 | Merge branch 'ct/advise-push-default' into maint | Junio C Hamano | 1 | -1/+1 |
2012-05-10 | Merge branch 'jk/http-backend-keep-committer-ident-env' into maint | Junio C Hamano | 1 | -0/+21 |
2012-05-10 | Merge branch 'jk/maint-push-progress' into maint | Junio C Hamano | 1 | -2/+25 |
2012-05-03 | Merge branch 'jk/maint-push-progress' | Junio C Hamano | 1 | -2/+25 |
2012-05-01 | t5541: test more combinations of --progress | Jeff King | 1 | -2/+25 |
2012-04-20 | Merge branch 'ct/advise-push-default' | Junio C Hamano | 1 | -1/+1 |
2012-04-12 | Fix httpd tests that broke when non-ff push advice changed | Christopher Tiwald | 1 | -1/+1 |
2012-03-30 | http-backend: respect existing GIT_COMMITTER_* variables | Jeff King | 1 | -0/+21 |
2012-02-21 | Merge branch 'cb/maint-t5541-make-server-port-portable' into maint | Junio C Hamano | 1 | -1/+1 |
2012-02-20 | Merge branch 'cb/maint-t5541-make-server-port-portable' | Junio C Hamano | 1 | -1/+1 |
2012-02-13 | t5541: check error message against the real port number used | Clemens Buchacher | 1 | -1/+1 |
2012-02-05 | Merge branch 'sp/smart-http-failure-to-push' into maint | Junio C Hamano | 1 | -0/+28 |
2012-01-29 | Merge branch 'sp/smart-http-failure-to-push' | Junio C Hamano | 1 | -0/+28 |
2012-01-20 | remote-curl: Fix push status report when all branches fail | Shawn O. Pearce | 1 | -0/+28 |
2012-01-08 | t5541: avoid TAP test miscounting | Michael J Gruber | 1 | -1/+1 |
2012-01-08 | fix push --quiet: add 'quiet' capability to receive-pack | Clemens Buchacher | 1 | -0/+8 |
2011-12-19 | remote-curl: don't pass back fake refs | Jeff King | 1 | -0/+32 |
2011-05-11 | Merge branch 'dm/http-cleanup' | Junio C Hamano | 1 | -2/+16 |
2011-05-04 | t5541-http-push: add test for chunked | Tay Ray Chuan | 1 | -2/+16 |
2011-04-13 | i18n: use test_i18ncmp and test_i18ngrep in t5541, t6040, t6120, t7004, t7012... | Junio C Hamano | 1 | -2/+2 |
2011-03-09 | i18n: git-push "prevent you from losing" message | Ævar Arnfjörð Bjarmason | 1 | -2/+5 |
2010-07-20 | t/{t5541,lib-httpd}: replace problematic '!()' notation with test_must_fail | Brandon Casey | 1 | -1/+1 |
2010-06-25 | tests: Skip tests in a way that makes sense under TAP | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
2010-05-08 | Merge branch 'rc/maint-curl-helper' | Junio C Hamano | 1 | -1/+28 |
2010-04-09 | remote-curl: ensure that URLs have a trailing slash | Tay Ray Chuan | 1 | -1/+1 |
2010-04-09 | t5541-http-push: add test for URLs with trailing slash | Tay Ray Chuan | 1 | -1/+28 |
2010-03-02 | t554[01]-http-push: refactor, add non-ff tests | Tay Ray Chuan | 1 | -22/+2 |
2010-03-02 | t5541-http-push: check that ref is unchanged for non-ff test | Tay Ray Chuan | 1 | -2/+4 |
2010-01-25 | t5541-http-push: make grep expression check for one line only | Tay Ray Chuan | 1 | -8/+4 |
2010-01-09 | transport-helper.c::push_refs(): ignore helper-reported status if ref is not ... | Tay Ray Chuan | 1 | -1/+1 |
2010-01-09 | transport.c::transport_push(): make ref status affect return value | Tay Ray Chuan | 1 | -2/+2 |
2010-01-09 | refactor ref status logic for pushing | Tay Ray Chuan | 1 | -2/+2 |
2010-01-09 | t5541-http-push.sh: add test for unmatched, non-fast-forwarded refs | Tay Ray Chuan | 1 | -0/+21 |
2010-01-09 | t5541-http-push.sh: add tests for non-fast-forward pushes | Tay Ray Chuan | 1 | -0/+23 |
2009-11-04 | test smart http fetch and push | Shawn O. Pearce | 1 | -0/+92 |