summaryrefslogtreecommitdiff
path: root/t/t5516-fetch-push.sh
AgeCommit message (Expand)Author
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
2014-03-14Merge branch 'jk/remote-pushremote-config-reading'Junio C Hamano
2014-02-24remote: handle pushremote config in any orderJeff King
2013-12-04push: also use "upstream" mapping when pushing a single refJunio C Hamano
2013-12-04push: use remote.$name.push as a refmapJunio C Hamano
2013-08-13push: respect --no-thinNguyễn Thái Ngọc Duy
2013-04-18Merge branch 'jc/push-2.0-default-to-simple' (early part)Junio C Hamano
2013-04-07Merge branch 'rr/triangle'Junio C Hamano
2013-04-03Merge branch 'jc/t5516-pushInsteadOf-vs-pushURL'Junio C Hamano
2013-04-02remote.c: introduce branch.<name>.pushremoteRamkumar Ramachandra
2013-04-02remote.c: introduce remote.pushdefaultRamkumar Ramachandra
2013-04-02t5516 (fetch-push): drop implicit arguments from helper functionsJeff King
2013-04-02t5516 (fetch-push): update test descriptionRamkumar Ramachandra
2013-04-01Merge branch 'jn/push-tests'Junio C Hamano
2013-03-28t5516: test interaction between pushURL and pushInsteadOf correctlyJunio C Hamano
2013-03-25Merge branch 'jc/push-follow-tag'Junio C Hamano
2013-03-21Merge branch 'jc/fetch-raw-sha1'Junio C Hamano
2013-03-19push test: rely on &&-chaining instead of 'if bad; then echo Oops; fi'Jonathan Nieder
2013-03-19push test: simplify check of push resultJonathan Nieder
2013-03-19push test: use test_config when appropriateJonathan Nieder
2013-03-05push: --follow-tagsJunio C Hamano
2013-02-17Merge branch 'jc/hidden-refs'Junio C Hamano
2013-02-07fetch: fetch objects by their exact SHA-1 object namesJunio C Hamano
2013-02-07upload/receive-pack: allow hiding ref hierarchiesJunio C Hamano