summaryrefslogtreecommitdiff
path: root/t/t5516-fetch-push.sh
AgeCommit message (Expand)Author
2022-07-18Merge branch 'ab/test-without-templates'Junio C Hamano
2022-07-13Merge branch 'zk/push-use-bitmaps'Junio C Hamano
2022-06-17send-pack.c: add config push.useBitmapsKyle Zhao
2022-06-17Merge branch 'ab/credentials-in-url-more'Junio C Hamano
2022-06-15tests: add LIBCURL prerequisite to tests needing libcurlÆvar Arnfjörð Bjarmason
2022-06-15transfer doc: move fetch.credentialsInUrl to "transfer" config namespaceÆvar Arnfjörð Bjarmason
2022-06-13Merge branch 'ds/credentials-in-url'Junio C Hamano
2022-06-10Merge branch 'gc/zero-length-branch-config-fix'Junio C Hamano
2022-06-06tests: don't depend on template-created .git/branchesÆvar Arnfjörð Bjarmason
2022-06-06remote: create fetch.credentialsInUrl configDerrick Stolee
2022-06-01remote.c: reject 0-length branch namesGlen Choo
2022-06-01remote.c: don't BUG() on 0-length branch namesGlen Choo
2022-03-17fetch+push tests: use "test_hook" and "test_when_finished" patternÆvar Arnfjörð Bjarmason
2022-03-17tests: assume the hooks are disabled by defaultÆvar Arnfjörð Bjarmason
2022-02-18Merge branch 'cb/clear-quarantine-early-on-all-ref-update-errors'Junio C Hamano
2022-02-09Merge branch 'gc/fetch-negotiate-only-early-return'Junio C Hamano
2022-02-01receive-pack: purge temporary data if no command is ready to runChen Bojun
2022-01-19fetch --negotiate-only: do not update submodulesGlen Choo
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