summaryrefslogtreecommitdiff
path: root/t/t5516-fetch-push.sh
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mm/fetch-show-error-message-on-unadvertised-object' into maintJunio C Hamano2017-03-281-1/+2
|\
| * fetch-pack: add specific error for fetching an unadvertised objectmm/fetch-show-error-message-on-unadvertised-objectMatt McCutchen2017-03-021-1/+1
| * fetch_refs_via_pack: call report_unmatched_refsMatt McCutchen2017-03-021-1/+2
* | don't use test_must_fail with grepPranit Bauva2017-01-071-1/+1
|/
* t/t5516-fetch-push.sh: use the $( ... ) construct for command substitutionElia Pinto2015-12-281-2/+2
* add "ok=sigpipe" to test_must_fail and use it to fix flaky testsls/test-must-fail-sigpipeLars Schneider2015-11-281-3/+3
* upload-pack: optionally allow fetching reachable sha1fm/fetch-raw-sha1Fredrik Medley2015-05-221-0/+55
* Merge branch 'jc/update-instead-into-void'Junio C Hamano2015-04-141-1/+54
|\
| * push-to-deploy: allow pushing into an unborn branch and updating itjc/update-instead-into-voidJunio C Hamano2015-04-011-1/+54
* | Merge branch 'jk/fetch-pack'Junio C Hamano2015-03-251-3/+10
|\ \
| * | filter_ref: make a copy of extra "sought" entriesJeff King2015-03-191-3/+10
* | | Merge branch 'ak/t5516-typofix'Junio C Hamano2015-03-061-1/+1
|\ \ \ | |_|/ |/| |
| * | t5516: correct misspelled pushInsteadOfak/t5516-typofixAnders Kaseorg2015-03-031-1/+1
* | | receive-pack: support push-to-checkout hookjc/push-to-checkoutJunio C Hamano2015-01-081-0/+63
* | | t5516: more tests for receive.denyCurrentBranch=updateInsteadjs/push-to-updatejs/push-to-deployJunio C Hamano2014-11-301-9/+87
* | | receive-pack: add another option for receive.denyCurrentBranchJohannes Schindelin2014-11-301-0/+26
| |/ |/|
* | Merge branch 'jk/fetch-reflog-df-conflict'Junio C Hamano2014-11-061-0/+40
|\ \
| * | fetch: load all default config at startupJeff King2014-11-041-0/+40
| |/
* | t5516: test pushing a tag of an otherwise unreferenced blobJeff King2014-10-191-0/+13
|/
* Merge branch 'jk/remote-pushremote-config-reading'Junio C Hamano2014-03-141-0/+13
|\
| * remote: handle pushremote config in any orderjk/remote-pushremote-config-readingJeff King2014-02-241-0/+13
* | push: also use "upstream" mapping when pushing a single refjc/push-refmapJunio C Hamano2013-12-041-0/+30
* | push: use remote.$name.push as a refmapJunio C Hamano2013-12-041-0/+45
|/
* push: respect --no-thinnd/push-no-thinNguyễn Thái Ngọc Duy2013-08-131-0/+17
* Merge branch 'jc/push-2.0-default-to-simple' (early part)Junio C Hamano2013-04-181-5/+7
|\
| * t5516: do not assume the "matching" push is the defaultJunio C Hamano2013-01-041-5/+5
* | Merge branch 'rr/triangle'Junio C Hamano2013-04-071-138/+184
|\ \
| * | remote.c: introduce branch.<name>.pushremoteRamkumar Ramachandra2013-04-021-0/+15
| * | remote.c: introduce remote.pushdefaultRamkumar Ramachandra2013-04-021-0/+12
| * | t5516 (fetch-push): drop implicit arguments from helper functionsJeff King2013-04-021-137/+145
| * | t5516 (fetch-push): update test descriptionRamkumar Ramachandra2013-04-021-1/+12
* | | Merge branch 'jc/t5516-pushInsteadOf-vs-pushURL'Junio C Hamano2013-04-031-3/+3
|\ \ \ | |/ / |/| |
| * | t5516: test interaction between pushURL and pushInsteadOf correctlyJunio C Hamano2013-03-281-3/+3
* | | Merge branch 'jn/push-tests'Junio C Hamano2013-04-011-91/+65
|\ \ \
| * | | push test: rely on &&-chaining instead of 'if bad; then echo Oops; fi'Jonathan Nieder2013-03-191-11/+4
| * | | push test: simplify check of push resultJonathan Nieder2013-03-191-63/+51
| * | | push test: use test_config when appropriateJonathan Nieder2013-03-191-17/+10
| |/ /
* | | Merge branch 'jc/push-follow-tag'Junio C Hamano2013-03-251-0/+73
|\ \ \
| * | | push: --follow-tagsJunio C Hamano2013-03-051-0/+73
| | |/ | |/|
* | | Merge branch 'jc/fetch-raw-sha1'Junio C Hamano2013-03-211-0/+34
|\ \ \ | |_|/ |/| |
| * | fetch: fetch objects by their exact SHA-1 object namesJunio C Hamano2013-02-071-0/+34
* | | Merge branch 'jc/hidden-refs'Junio C Hamano2013-02-171-0/+27
|\ \ \ | |/ /
| * | upload/receive-pack: allow hiding ref hierarchiesJunio C Hamano2013-02-071-0/+27
* | | push: fix "refs/tags/ hierarchy cannot be updated without --force"Junio C Hamano2013-01-161-21/+0
|/ /
* | push: require force for annotated tagsChris Rorvick2012-12-021-0/+21
* | push: require force for refs under refs/tags/Chris Rorvick2012-12-021-1/+22
|/
* push: add '--prune' optionfc/push-pruneFelipe Contreras2012-02-221-0/+16
* receive-pack: don't pass non-existent refs to post-{receive,update} hooksph/push-to-delete-nothingPang Yan Han2011-09-301-0/+197
* Fix typo: existant->existentDmitry Ivankov2011-06-161-5/+5
* tests: add missing &&Jonathan Nieder2010-11-091-4/+4