summaryrefslogtreecommitdiff
path: root/t/t5516-fetch-push.sh
Commit message (Expand)AuthorAgeFilesLines
* tests: always test fetch of unreachable with v0Jonathan Tan2019-03-071-5/+17
* tests: send "bug in the test script" errors to the script's stderrSZEDER Gábor2018-11-201-1/+1
* Merge branch 'jc/receive-deny-current-branch-fix'Junio C Hamano2018-10-301-1/+7
|\
| * receive: denyCurrentBranch=updateinstead should not blindly updateJunio C Hamano2018-10-191-1/+7
* | Merge branch 'ab/fetch-tags-noclobber'Junio C Hamano2018-09-171-2/+27
|\ \
| * | fetch: stop clobbering existing tags without --forceÆvar Arnfjörð Bjarmason2018-08-311-2/+3
| * | fetch tests: add a test for clobbering tag behaviorÆvar Arnfjörð Bjarmason2018-08-311-0/+24
| * | push tests: use spaces in interpolated stringÆvar Arnfjörð Bjarmason2018-08-311-1/+1
| * | push tests: make use of unused $1 in test descriptionÆvar Arnfjörð Bjarmason2018-08-311-1/+1
* | | Merge branch 'ab/fetch-tags-noclobber'Junio C Hamano2018-08-201-20/+45
|\ \ \ | |/ /
| * | push tests: assert re-pushing annotated tagsÆvar Arnfjörð Bjarmason2018-07-311-37/+45
| * | push tests: add more testing for forced tag pushingÆvar Arnfjörð Bjarmason2018-07-311-2/+20
| * | push tests: fix logic error in "push" test assertionÆvar Arnfjörð Bjarmason2018-07-311-2/+2
| * | push tests: remove redundant 'git push' invocationÆvar Arnfjörð Bjarmason2018-07-311-1/+0
| * | fetch tests: change "Tag" test tag to "testTag"Ævar Arnfjörð Bjarmason2018-07-311-9/+9
| |/
* | t5000-t5999: fix broken &&-chainsEric Sunshine2018-07-161-5/+5
|/
* Merge branch 'bw/ref-prefix-for-configured-refspec'Junio C Hamano2018-06-011-0/+19
|\
| * fetch: do not pass ref-prefixes for fetch by exact SHA1Jonathan Nieder2018-06-011-0/+19
* | Merge branch 'bc/hash-independent-tests'Junio C Hamano2018-05-301-11/+11
|\ \
| * | t: switch $_z40 to $ZERO_OIDbrian m. carlson2018-05-141-11/+11
| |/
* | Merge branch 'sg/t5516-fixes'Junio C Hamano2018-05-231-5/+5
|\ \ | |/ |/|
| * t5516-fetch-push: fix broken &&-chainSZEDER Gábor2018-05-111-1/+1
| * t5516-fetch-push: fix 'push with dry-run' testSZEDER Gábor2018-05-111-4/+4
* | t/helper: merge test-chmtime into test-toolNguyễn Thái Ngọc Duy2018-03-271-1/+1
|/
* Merge branch 'mm/fetch-show-error-message-on-unadvertised-object'Junio C Hamano2017-03-141-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