summaryrefslogtreecommitdiff
path: root/t/t5516-fetch-push.sh
AgeCommit message (Expand)Author
2022-01-04Merge branch 'es/test-chain-lint'Junio C Hamano
2021-12-21Merge branch 'ak/protect-any-current-branch'Junio C Hamano
2021-12-13t5516: drop unnecessary subshell and command invocationEric Sunshine
2021-12-02receive-pack: protect current branch for bare repository worktreeAnders Kaseorg
2021-12-02fetch: protect branches checked out in all worktreesAnders Kaseorg
2021-11-19t5516: add test case for pushing remote refspecsGlen Choo
2021-09-27refs: turn on GIT_REF_PARANOIA by defaultJeff King
2021-09-27t5516: don't use HEAD ref for invalid ref-deletion testsJeff King
2021-07-15send-pack: fix push nego. when remote has refsJonathan Tan
2021-05-05send-pack: support push negotiationJonathan Tan
2021-02-26Merge branch 'jc/push-delete-nothing'Junio C Hamano
2021-02-23push: do not turn --delete '' into a matching pushJunio C Hamano
2021-01-25Merge branch 'js/default-branch-name-tests-final-stretch'Junio C Hamano
2021-01-10t5516: loosen "not our ref" error checkJeff King
2020-11-30refspec: make @ a synonym of HEADFelipe Contreras
2020-11-30tests: push: trivial cleanupFelipe Contreras
2020-11-30tests: push: improve cleanup of HEAD testsFelipe Contreras
2020-11-19t551*: adjust the references to the default branch name "main"Johannes Schindelin
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin
2020-09-25Merge branch 'jx/proc-receive-hook'Junio C Hamano
2020-08-27transport: not report a non-head push as a branchJiang Xin
2020-07-07Merge branch 'js/pu-to-seen'Junio C Hamano
2020-06-25tests: reference `seen` wherever `pu` was referencedJohannes Schindelin
2020-04-17send-pack: fix inconsistent porcelain outputJiang Xin
2020-03-05Merge branch 'hv/receive-denycurrent-everywhere'Junio C Hamano
2020-02-24receive.denyCurrentBranch: respect all worktreesHariom Verma
2020-01-15test: request GIT_TEST_PROTOCOL_VERSION=0 when appropriateJonathan Nieder
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