1. bc6d33e Merge branch 'sg/httpd-test-unflake' by Junio C Hamano · 7 years ago
  2. e8b3b2e t/lib-httpd: avoid occasional failures when checking access.log by SZEDER Gábor · 7 years ago
  3. 6940a06 t/lib-httpd: add the strip_access_log() helper function by SZEDER Gábor · 7 years ago
  4. a704c64 t5541: clean up truncating access log by SZEDER Gábor · 7 years ago
  5. 8301266 push: test to verify that push errors are colored by Johannes Schindelin · 7 years ago
  6. 8cdef01 t5541: add 'test_i18ngrep's missing filename parameter by SZEDER Gábor · 7 years ago
  7. 4eee6c6 t5541-http-push-smart.sh: use the GIT_TRACE_CURL environment var by Elia Pinto · 9 years ago
  8. 0d54ad9 Merge branch 'jk/push-scrub-url' by Junio C Hamano · 9 years ago
  9. 68f3c07 t5541: fix url scrubbing test when GPG is not set by Jeff King · 9 years ago
  10. 882d49c push: anonymize URL in status output by Jeff King · 9 years ago
  11. 415c7dd t5541: become resilient to GETTEXT_POISON by Vasco Almeida · 9 years ago
  12. c538004 Merge branch 'jk/skip-http-tests-under-no-curl' into maint by Junio C Hamano · 10 years ago
  13. 8087a62 Merge branch 'jk/skip-http-tests-under-no-curl' by Junio C Hamano · 10 years ago
  14. c9d441a t/lib-httpd.sh: skip tests if NO_CURL is defined by Jeff King · 10 years ago
  15. 30db51a Merge branch 'jk/test-chain-lint' by Junio C Hamano · 10 years ago
  16. 99094a7 t: fix trivial &&-chain breakage by Jeff King · 10 years ago
  17. 9a308de t5541: move run_with_cmdline_limit to test-lib.sh by Jeff King · 10 years ago
  18. fb06b52 Merge branch 'jc/push-cert' by Junio C Hamano · 10 years ago
  19. 5732373 signed push: allow stale nonce in stateless mode by Junio C Hamano · 11 years ago
  20. 0ea47f9 signed push: teach smart-HTTP to pass "git push --signed" around by Junio C Hamano · 10 years ago
  21. 26be19b send-pack: take refspecs over stdin by Jeff King · 11 years ago
  22. a876793 test: rename http fetch and push test files by Nguyễn Thái Ngọc Duy · 11 years ago[Renamed from t/t5541-http-push.sh]
  23. 3bb486e tests: auto-set LIB_HTTPD_PORT from test name by Jeff King · 11 years ago
  24. afbf5ca use distinct username/password for http auth tests by Jeff King · 11 years ago
  25. 05c1eb1 push: teach --force-with-lease to smart-http transport by Junio C Hamano · 12 years ago
  26. c6c4d61 Merge branch 'jk/doc-http-backend' by Junio C Hamano · 12 years ago
  27. b080881 doc/http-backend: match query-string in apache half-auth example by Jeff King · 12 years ago
  28. 8677b77 t5541: use test_config to set/unset git config variables by Yann Droneaud · 12 years ago
  29. e6dd70e Merge branch 'jk/maint-http-half-auth-push' by Junio C Hamano · 13 years ago
  30. b9148c3 Merge branch 'mm/push-default-switch-warning' by Junio C Hamano · 13 years ago
  31. b81401c http: prompt for credentials on failed POST by Jeff King · 13 years ago
  32. 4c71009 t: test http access to "half-auth" repositories by Jeff King · 13 years ago
  33. 6ac2b3a t: test basic smart-http authentication by Jeff King · 13 years ago
  34. f2c2c90 push: start warning upcoming default change for push.default by Matthieu Moy · 13 years ago
  35. 07e74b0 Merge branch 'ct/advise-push-default' into maint by Junio C Hamano · 13 years ago
  36. 8cde602 Merge branch 'jk/http-backend-keep-committer-ident-env' into maint by Junio C Hamano · 13 years ago
  37. 25047b8 Merge branch 'jk/maint-push-progress' into maint by Junio C Hamano · 13 years ago
  38. 4c732da Merge branch 'jk/maint-push-progress' by Junio C Hamano · 13 years ago
  39. e304aeb t5541: test more combinations of --progress by Jeff King · 13 years ago
  40. c5da24a Merge branch 'ct/advise-push-default' by Junio C Hamano · 13 years ago
  41. 0aff719 Fix httpd tests that broke when non-ff push advice changed by Christopher Tiwald · 13 years ago
  42. e32a458 http-backend: respect existing GIT_COMMITTER_* variables by Jeff King · 13 years ago
  43. c1ed5e6 Merge branch 'cb/maint-t5541-make-server-port-portable' into maint by Junio C Hamano · 13 years ago
  44. 030a360 Merge branch 'cb/maint-t5541-make-server-port-portable' by Junio C Hamano · 13 years ago
  45. d202a51 t5541: check error message against the real port number used by Clemens Buchacher · 13 years ago
  46. f2120eb Merge branch 'sp/smart-http-failure-to-push' into maint by Junio C Hamano · 13 years ago
  47. 2bbf77d Merge branch 'sp/smart-http-failure-to-push' by Junio C Hamano · 13 years ago
  48. 5238cbf remote-curl: Fix push status report when all branches fail by Shawn O. Pearce · 13 years ago
  49. d336572 t5541: avoid TAP test miscounting by Michael J Gruber · 13 years ago
  50. c207e34 fix push --quiet: add 'quiet' capability to receive-pack by Clemens Buchacher · 13 years ago
  51. 02f7914 remote-curl: don't pass back fake refs by Jeff King · 13 years ago
  52. 1f0f5b5 Merge branch 'dm/http-cleanup' by Junio C Hamano · 14 years ago
  53. 0cc6330 t5541-http-push: add test for chunked by Tay Ray Chuan · 14 years ago
  54. b3e1900 i18n: use test_i18ncmp and test_i18ngrep in t5541, t6040, t6120, t7004, t7012 and t7060 by Junio C Hamano · 14 years ago
  55. b32227e i18n: git-push "prevent you from losing" message by Ævar Arnfjörð Bjarmason · 14 years ago
  56. 77b5be2 t/{t5541,lib-httpd}: replace problematic '!()' notation with test_must_fail by Brandon Casey · 15 years ago
  57. fadb515 tests: Skip tests in a way that makes sense under TAP by Ævar Arnfjörð Bjarmason · 15 years ago
  58. 3cc9caa Merge branch 'rc/maint-curl-helper' by Junio C Hamano · 15 years ago
  59. d8fab07 remote-curl: ensure that URLs have a trailing slash by Tay Ray Chuan · 15 years ago
  60. 9ee6bcd t5541-http-push: add test for URLs with trailing slash by Tay Ray Chuan · 15 years ago
  61. 6cbd6e9 t554[01]-http-push: refactor, add non-ff tests by Tay Ray Chuan · 15 years ago
  62. fe4bc2a t5541-http-push: check that ref is unchanged for non-ff test by Tay Ray Chuan · 15 years ago
  63. 9567f08 t5541-http-push: make grep expression check for one line only by Tay Ray Chuan · 15 years ago
  64. 08d63a4 transport-helper.c::push_refs(): ignore helper-reported status if ref is not to be pushed by Tay Ray Chuan · 15 years ago
  65. 4232826 transport.c::transport_push(): make ref status affect return value by Tay Ray Chuan · 15 years ago
  66. 20e8b46 refactor ref status logic for pushing by Tay Ray Chuan · 15 years ago
  67. 7b69079 t5541-http-push.sh: add test for unmatched, non-fast-forwarded refs by Tay Ray Chuan · 15 years ago
  68. 1945237 t5541-http-push.sh: add tests for non-fast-forward pushes by Tay Ray Chuan · 15 years ago
  69. 7da4e22 test smart http fetch and push by Shawn O. Pearce · 15 years ago