summaryrefslogtreecommitdiff
path: root/t/t5516-fetch-push.sh
Commit message (Expand)AuthorAgeFilesLines
* fetch+push tests: use "test_hook" and "test_when_finished" patternÆvar Arnfjörð Bjarmason2022-03-171-103/+88
* tests: assume the hooks are disabled by defaultÆvar Arnfjörð Bjarmason2022-03-171-2/+1
* Merge branch 'cb/clear-quarantine-early-on-all-ref-update-errors'Junio C Hamano2022-02-181-0/+8
|\
| * receive-pack: purge temporary data if no command is ready to runChen Bojun2022-02-011-0/+8
* | Merge branch 'gc/fetch-negotiate-only-early-return'Junio C Hamano2022-02-091-0/+12
|\ \ | |/ |/|
| * fetch --negotiate-only: do not update submodulesGlen Choo2022-01-181-0/+12
* | Merge branch 'es/test-chain-lint'Junio C Hamano2022-01-031-4/+1
|\ \
| * | t5516: drop unnecessary subshell and command invocationEric Sunshine2021-12-131-4/+1
* | | Merge branch 'ak/protect-any-current-branch'Junio C Hamano2021-12-211-0/+32
|\ \ \ | |_|/ |/| |
| * | receive-pack: protect current branch for bare repository worktreeAnders Kaseorg2021-12-011-0/+14
| * | fetch: protect branches checked out in all worktreesAnders Kaseorg2021-12-011-0/+18
| |/
* | t5516: add test case for pushing remote refspecsGlen Choo2021-11-181-0/+9
|/
* refs: turn on GIT_REF_PARANOIA by defaultJeff King2021-09-271-3/+4
* t5516: don't use HEAD ref for invalid ref-deletion testsJeff King2021-09-271-9/+9
* send-pack: fix push nego. when remote has refsJonathan Tan2021-07-151-1/+3
* send-pack: support push negotiationJonathan Tan2021-05-051-0/+35
* Merge branch 'jc/push-delete-nothing'Junio C Hamano2021-02-251-0/+5
|\
| * push: do not turn --delete '' into a matching pushJunio C Hamano2021-02-231-0/+5
* | Merge branch 'js/default-branch-name-tests-final-stretch'Junio C Hamano2021-01-251-259/+255
|\ \
| * | t551*: adjust the references to the default branch name "main"Johannes Schindelin2020-11-191-251/+251
| * | tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin2020-11-191-0/+3
| |/
* | t5516: loosen "not our ref" error checkJeff King2021-01-091-1/+3
* | refspec: make @ a synonym of HEADFelipe Contreras2020-11-301-51/+56
* | tests: push: trivial cleanupFelipe Contreras2020-11-301-2/+1
* | tests: push: improve cleanup of HEAD testsFelipe Contreras2020-11-301-1/+3
|/
* Merge branch 'jx/proc-receive-hook'Junio C Hamano2020-09-251-1/+1
|\
| * transport: not report a non-head push as a branchJiang Xin2020-08-271-1/+1
* | Merge branch 'js/pu-to-seen'Junio C Hamano2020-07-061-8/+8
|\ \ | |/ |/|
| * tests: reference `seen` wherever `pu` was referencedJohannes Schindelin2020-06-251-8/+8
* | send-pack: fix inconsistent porcelain outputJiang Xin2020-04-171-0/+1
|/
* Merge branch 'hv/receive-denycurrent-everywhere'Junio C Hamano2020-03-051-0/+11
|\
| * receive.denyCurrentBranch: respect all worktreesHariom Verma2020-02-241-0/+11
* | test: request GIT_TEST_PROTOCOL_VERSION=0 when appropriateJonathan Nieder2020-01-151-6/+6
|/
* Merge branch 'jk/fetch-reachability-error-fix'Junio C Hamano2019-04-251-4/+16
|\
| * fetch: do not consider peeled tags as advertised tipsJeff King2019-04-151-0/+11
| * pkt-line: prepare buffer before handling ERR packetsJeff King2019-04-151-1/+1
| * upload-pack: send ERR packet for non-tip objectsJeff King2019-04-151-1/+2
| * t5516: drop ok=sigpipe from unreachable-want testsJeff King2019-04-151-3/+3
* | Merge branch 'js/spell-out-options-in-tests'Junio C Hamano2019-04-221-2/+2
|\ \
| * | tests (push): do not abbreviate the `--follow-tags` optionJohannes Schindelin2019-04-021-2/+2
| |/
* | 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
|\ \ \ | |/ /