summaryrefslogtreecommitdiff
path: root/t/t5516-fetch-push.sh
AgeCommit message (Expand)Author
2019-04-25Merge branch 'jk/fetch-reachability-error-fix'Junio C Hamano
2019-04-22Merge branch 'js/spell-out-options-in-tests'Junio C Hamano
2019-04-15fetch: do not consider peeled tags as advertised tipsJeff King
2019-04-15pkt-line: prepare buffer before handling ERR packetsJeff King
2019-04-15upload-pack: send ERR packet for non-tip objectsJeff King
2019-04-15t5516: drop ok=sigpipe from unreachable-want testsJeff King
2019-04-02tests (push): do not abbreviate the `--follow-tags` optionJohannes Schindelin
2019-03-07tests: always test fetch of unreachable with v0Jonathan Tan
2018-11-20tests: send "bug in the test script" errors to the script's stderrSZEDER Gábor
2018-10-30Merge branch 'jc/receive-deny-current-branch-fix'Junio C Hamano
2018-10-19receive: denyCurrentBranch=updateinstead should not blindly updateJunio C Hamano
2018-09-17Merge branch 'ab/fetch-tags-noclobber'Junio C Hamano
2018-08-31fetch: stop clobbering existing tags without --forceÆvar Arnfjörð Bjarmason
2018-08-31fetch tests: add a test for clobbering tag behaviorÆvar Arnfjörð Bjarmason
2018-08-31push tests: use spaces in interpolated stringÆvar Arnfjörð Bjarmason
2018-08-31push tests: make use of unused $1 in test descriptionÆvar Arnfjörð Bjarmason
2018-08-20Merge branch 'ab/fetch-tags-noclobber'Junio C Hamano
2018-07-31push tests: assert re-pushing annotated tagsÆvar Arnfjörð Bjarmason
2018-07-31push tests: add more testing for forced tag pushingÆvar Arnfjörð Bjarmason
2018-07-31push tests: fix logic error in "push" test assertionÆvar Arnfjörð Bjarmason
2018-07-31push tests: remove redundant 'git push' invocationÆvar Arnfjörð Bjarmason
2018-07-31fetch tests: change "Tag" test tag to "testTag"Ævar Arnfjörð Bjarmason
2018-07-16t5000-t5999: fix broken &&-chainsEric Sunshine
2018-06-01Merge branch 'bw/ref-prefix-for-configured-refspec'Junio C Hamano
2018-06-01fetch: do not pass ref-prefixes for fetch by exact SHA1Jonathan Nieder
2018-05-30Merge branch 'bc/hash-independent-tests'Junio C Hamano
2018-05-23Merge branch 'sg/t5516-fixes'Junio C Hamano
2018-05-14t: switch $_z40 to $ZERO_OIDbrian m. carlson
2018-05-11t5516-fetch-push: fix broken &&-chainSZEDER Gábor
2018-05-11t5516-fetch-push: fix 'push with dry-run' testSZEDER Gábor
2018-03-27t/helper: merge test-chmtime into test-toolNguyễn Thái Ngọc Duy
2017-03-14Merge branch 'mm/fetch-show-error-message-on-unadvertised-object'Junio C Hamano
2017-03-02fetch-pack: add specific error for fetching an unadvertised objectMatt McCutchen
2017-03-02fetch_refs_via_pack: call report_unmatched_refsMatt McCutchen
2017-01-07don't use test_must_fail with grepPranit Bauva
2015-12-28t/t5516-fetch-push.sh: use the $( ... ) construct for command substitutionElia Pinto
2015-11-28add "ok=sigpipe" to test_must_fail and use it to fix flaky testsLars Schneider
2015-05-23upload-pack: optionally allow fetching reachable sha1Fredrik Medley
2015-04-14Merge branch 'jc/update-instead-into-void'Junio C Hamano
2015-04-02push-to-deploy: allow pushing into an unborn branch and updating itJunio C Hamano
2015-03-25Merge branch 'jk/fetch-pack'Junio C Hamano
2015-03-19filter_ref: make a copy of extra "sought" entriesJeff King
2015-03-06Merge branch 'ak/t5516-typofix'Junio C Hamano
2015-03-03t5516: correct misspelled pushInsteadOfAnders Kaseorg
2015-01-08receive-pack: support push-to-checkout hookJunio C Hamano
2014-12-01t5516: more tests for receive.denyCurrentBranch=updateInsteadJunio C Hamano
2014-12-01receive-pack: add another option for receive.denyCurrentBranchJohannes Schindelin
2014-11-06Merge branch 'jk/fetch-reflog-df-conflict'Junio C Hamano
2014-11-04fetch: load all default config at startupJeff King
2014-10-19t5516: test pushing a tag of an otherwise unreferenced blobJeff King