Age | Commit message (Expand) | Author | Files | Lines |
2019-04-25 | Merge branch 'jk/fetch-reachability-error-fix' | Junio C Hamano | 1 | -4/+16 |
2019-04-22 | Merge branch 'js/spell-out-options-in-tests' | Junio C Hamano | 1 | -2/+2 |
2019-04-15 | fetch: do not consider peeled tags as advertised tips | Jeff King | 1 | -0/+11 |
2019-04-15 | pkt-line: prepare buffer before handling ERR packets | Jeff King | 1 | -1/+1 |
2019-04-15 | upload-pack: send ERR packet for non-tip objects | Jeff King | 1 | -1/+2 |
2019-04-15 | t5516: drop ok=sigpipe from unreachable-want tests | Jeff King | 1 | -3/+3 |
2019-04-02 | tests (push): do not abbreviate the `--follow-tags` option | Johannes Schindelin | 1 | -2/+2 |
2019-03-07 | tests: always test fetch of unreachable with v0 | Jonathan Tan | 1 | -5/+17 |
2018-11-20 | tests: send "bug in the test script" errors to the script's stderr | SZEDER Gábor | 1 | -1/+1 |
2018-10-30 | Merge branch 'jc/receive-deny-current-branch-fix' | Junio C Hamano | 1 | -1/+7 |
2018-10-19 | receive: denyCurrentBranch=updateinstead should not blindly update | Junio C Hamano | 1 | -1/+7 |
2018-09-17 | Merge branch 'ab/fetch-tags-noclobber' | Junio C Hamano | 1 | -2/+27 |
2018-08-31 | fetch: stop clobbering existing tags without --force | Ævar Arnfjörð Bjarmason | 1 | -2/+3 |
2018-08-31 | fetch tests: add a test for clobbering tag behavior | Ævar Arnfjörð Bjarmason | 1 | -0/+24 |
2018-08-31 | push tests: use spaces in interpolated string | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
2018-08-31 | push tests: make use of unused $1 in test description | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
2018-08-20 | Merge branch 'ab/fetch-tags-noclobber' | Junio C Hamano | 1 | -20/+45 |
2018-07-31 | push tests: assert re-pushing annotated tags | Ævar Arnfjörð Bjarmason | 1 | -37/+45 |
2018-07-31 | push tests: add more testing for forced tag pushing | Ævar Arnfjörð Bjarmason | 1 | -2/+20 |
2018-07-31 | push tests: fix logic error in "push" test assertion | Ævar Arnfjörð Bjarmason | 1 | -2/+2 |
2018-07-31 | push tests: remove redundant 'git push' invocation | Ævar Arnfjörð Bjarmason | 1 | -1/+0 |
2018-07-31 | fetch tests: change "Tag" test tag to "testTag" | Ævar Arnfjörð Bjarmason | 1 | -9/+9 |
2018-07-16 | t5000-t5999: fix broken &&-chains | Eric Sunshine | 1 | -5/+5 |
2018-06-01 | Merge branch 'bw/ref-prefix-for-configured-refspec' | Junio C Hamano | 1 | -0/+19 |
2018-06-01 | fetch: do not pass ref-prefixes for fetch by exact SHA1 | Jonathan Nieder | 1 | -0/+19 |
2018-05-30 | Merge branch 'bc/hash-independent-tests' | Junio C Hamano | 1 | -11/+11 |
2018-05-23 | Merge branch 'sg/t5516-fixes' | Junio C Hamano | 1 | -5/+5 |
2018-05-14 | t: switch $_z40 to $ZERO_OID | brian m. carlson | 1 | -11/+11 |
2018-05-11 | t5516-fetch-push: fix broken &&-chain | SZEDER Gábor | 1 | -1/+1 |
2018-05-11 | t5516-fetch-push: fix 'push with dry-run' test | SZEDER Gábor | 1 | -4/+4 |
2018-03-27 | t/helper: merge test-chmtime into test-tool | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2017-03-14 | Merge branch 'mm/fetch-show-error-message-on-unadvertised-object' | Junio C Hamano | 1 | -1/+2 |
2017-03-02 | fetch-pack: add specific error for fetching an unadvertised object | Matt McCutchen | 1 | -1/+1 |
2017-03-02 | fetch_refs_via_pack: call report_unmatched_refs | Matt McCutchen | 1 | -1/+2 |
2017-01-07 | don't use test_must_fail with grep | Pranit Bauva | 1 | -1/+1 |
2015-12-28 | t/t5516-fetch-push.sh: use the $( ... ) construct for command substitution | Elia Pinto | 1 | -2/+2 |
2015-11-28 | add "ok=sigpipe" to test_must_fail and use it to fix flaky tests | Lars Schneider | 1 | -3/+3 |
2015-05-22 | upload-pack: optionally allow fetching reachable sha1 | Fredrik Medley | 1 | -0/+55 |
2015-04-14 | Merge branch 'jc/update-instead-into-void' | Junio C Hamano | 1 | -1/+54 |
2015-04-01 | push-to-deploy: allow pushing into an unborn branch and updating it | Junio C Hamano | 1 | -1/+54 |
2015-03-25 | Merge branch 'jk/fetch-pack' | Junio C Hamano | 1 | -3/+10 |
2015-03-19 | filter_ref: make a copy of extra "sought" entries | Jeff King | 1 | -3/+10 |
2015-03-06 | Merge branch 'ak/t5516-typofix' | Junio C Hamano | 1 | -1/+1 |
2015-03-03 | t5516: correct misspelled pushInsteadOf | Anders Kaseorg | 1 | -1/+1 |
2015-01-08 | receive-pack: support push-to-checkout hook | Junio C Hamano | 1 | -0/+63 |
2014-11-30 | t5516: more tests for receive.denyCurrentBranch=updateInstead | Junio C Hamano | 1 | -9/+87 |
2014-11-30 | receive-pack: add another option for receive.denyCurrentBranch | Johannes Schindelin | 1 | -0/+26 |
2014-11-06 | Merge branch 'jk/fetch-reflog-df-conflict' | Junio C Hamano | 1 | -0/+40 |
2014-11-04 | fetch: load all default config at startup | Jeff King | 1 | -0/+40 |
2014-10-19 | t5516: test pushing a tag of an otherwise unreferenced blob | Jeff King | 1 | -0/+13 |