| Commit message (Expand) | Author | Age | Files | Lines |
* | t5512: stop losing return codes of git commands | Denton Liu | 2020-03-27 | 1 | -7/+7 |
* | t5512: stop losing git exit code in here-docs | Denton Liu | 2020-03-27 | 1 | -29/+35 |
* | t5512: don't use `test_must_fail test_cmp` | Denton Liu | 2020-03-24 | 1 | -1/+1 |
* | Merge branch 'jn/promote-proto2-to-default' | Junio C Hamano | 2020-02-14 | 1 | -5/+5 |
|\ |
|
| * | test: request GIT_TEST_PROTOCOL_VERSION=0 when appropriate | Jonathan Nieder | 2020-01-15 | 1 | -5/+5 |
* | | t5512: abstract away SHA-1-specific constants | brian m. carlson | 2020-01-15 | 1 | -8/+9 |
|/ |
|
* | tests: add 'test_bool_env' to catch non-bool GIT_TEST_* values | SZEDER Gábor | 2019-11-23 | 1 | -1/+1 |
* | tests: replace test_tristate with "git env--helper" | Ævar Arnfjörð Bjarmason | 2019-06-21 | 1 | -2/+1 |
* | t5512: compensate for v0 only sending HEAD symrefs | Jonathan Tan | 2019-03-07 | 1 | -5/+13 |
* | Merge branch 'jk/proto-v2-hidden-refs-fix' | Junio C Hamano | 2019-01-29 | 1 | -0/+6 |
|\ |
|
| * | upload-pack: support hidden refs with protocol v2 | Jeff King | 2019-01-10 | 1 | -0/+6 |
* | | test-lib-functions: introduce the 'test_set_port' helper function | SZEDER Gábor | 2019-01-07 | 1 | -1/+1 |
* | | ref-filter: don't look for objects when outside of a repository | SZEDER Gábor | 2018-11-16 | 1 | -0/+6 |
* | | Merge branch 'jk/proto-v2-ref-prefix-fix' | Junio C Hamano | 2018-11-13 | 1 | -0/+18 |
|\ \
| |/
|/| |
|
| * | ls-remote: pass heads/tags prefixes to transport | Jeff King | 2018-10-31 | 1 | -0/+9 |
| * | ls-remote: do not send ref prefixes for patterns | Jeff King | 2018-10-31 | 1 | -0/+9 |
* | | Merge branch 'ab/test-must-be-empty-for-master' | Junio C Hamano | 2018-08-20 | 1 | -4/+2 |
|\ \ |
|
| * | | tests: make use of the test_must_be_empty function | Ævar Arnfjörð Bjarmason | 2018-07-30 | 1 | -4/+2 |
| |/ |
|
* | | t5000-t5999: fix broken &&-chains | Eric Sunshine | 2018-07-16 | 1 | -2/+2 |
|/ |
|
* | t5512: run git fetch inside test | René Scharfe | 2018-05-14 | 1 | -1/+1 |
* | ls-remote: create '--sort' option | Harald Nordgren | 2018-04-09 | 1 | -7/+47 |
* | wrapper.c: add and use fopen_or_warn() | Nguyễn Thái Ngọc Duy | 2017-05-26 | 1 | -3/+10 |
* | remote: avoid reading $GIT_DIR config in non-repo | Jeff King | 2017-02-14 | 1 | -0/+9 |
* | Merge branch 'va/i18n-more' | Junio C Hamano | 2016-09-26 | 1 | -1/+1 |
|\ |
|
| * | i18n: connect: mark die messages for translation | Vasco Almeida | 2016-09-19 | 1 | -1/+1 |
* | | connect: advertized capability is not a refjt/accept-capability-advertisement-when-fetching-from-void | Jonathan Tan | 2016-09-09 | 1 | -0/+40 |
|/ |
|
* | ls-remote: add support for showing symrefstg/ls-remote-symref | Thomas Gummerer | 2016-01-19 | 1 | -0/+45 |
* | refs: support negative transfer.hideRefsjk/negative-hiderefs | Jeff King | 2015-08-07 | 1 | -0/+23 |
* | t: wrap complicated expect_code users in a block | Jeff King | 2015-03-20 | 1 | -2/+4 |
* | upload/receive-pack: allow hiding ref hierarchies | Junio C Hamano | 2013-02-07 | 1 | -0/+12 |
* | Merge branch 'hv/remote-end-hung-up' | Junio C Hamano | 2012-07-04 | 1 | -9/+7 |
|\ |
|
| * | remove the impression of unexpectedness when access is denied | Heiko Voigt | 2012-06-19 | 1 | -9/+7 |
* | | t5512 (ls-remote): modernize style | Tom Grennan | 2012-03-02 | 1 | -23/+4 |
|/ |
|
* | ls-remote: the --exit-code option reports "no matching refs" | Michael Schubert | 2011-05-18 | 1 | -0/+24 |
* | ls-remote: print URL when no repo is specified | Tay Ray Chuan | 2010-05-11 | 1 | -4/+20 |
* | ls-remote: fall-back to default remotes when no remote specified | Tay Ray Chuan | 2010-04-08 | 1 | -0/+58 |
* | Fix tests breaking when checkout path contains shell metacharacters | Bryan Donlan | 2008-05-05 | 1 | -1/+1 |
* | add test_cmp function for test scripts | Jeff King | 2008-03-13 | 1 | -4/+4 |
* | Reteach builtin-ls-remote to understand remotes | Shawn O. Pearce | 2007-11-06 | 1 | -0/+52 |