aboutsummaryrefslogtreecommitdiff
path: root/t/t5516-fetch-push.sh
AgeCommit message (Expand)Author
2026-03-30receive-pack: use worktree HEAD for updateInsteadPablo Sabater
2026-03-30t5516: clean up cloned and new-wt in denyCurrentBranch and worktrees testPablo Sabater
2026-03-30t5516: test updateInstead with worktree and unborn bare HEADRunxi Yu
2026-01-25fetch: delay user information post committing of transactionKarthik Nayak
2026-01-25receive-pack: utilize rejected ref error detailsKarthik Nayak
2025-08-21Merge branch 'dl/push-missing-object-error'Junio C Hamano
2025-08-08remote.c: remove BUG in show_push_unqualified_ref_name_error()Denton Liu
2025-08-08t5516: remove surrounding empty lines in test bodiesDenton Liu
2025-07-08Merge branch 'kn/fetch-push-bulk-ref-update'Junio C Hamano
2025-06-25receive-pack: handle reference deletions separatelyKarthik Nayak
2025-06-17Merge branch 'ds/path-walk-2'Junio C Hamano
2025-05-16pack-objects: enable --path-walk via configDerrick Stolee
2025-04-07Merge branch 'jc/name-rev-stdin'Junio C Hamano
2025-03-12t: introduce WITH_BREAKING_CHANGES prerequisiteJunio C Hamano
2025-03-10t5516: beef up exact-oid ref prefixes testJeff King
2025-03-10t5516: drop NEEDSWORK about v2 reachability behaviorJeff King
2025-03-10t5516: prefer "oid" to "sha1" in some test titlesJeff King
2025-02-03Merge branch 'ps/3.0-remote-deprecation'Junio C Hamano
2025-01-24remote: announce removal of "branches/" and "remotes/"Patrick Steinhardt
2024-12-19Merge branch 'bf/set-head-symref'Junio C Hamano
2024-11-25fetch: set remote/HEAD if it does not existBence Ferdinandy
2024-11-21t: remove TEST_PASSES_SANITIZE_LEAK annotationsPatrick Steinhardt
2024-09-05upload-pack: fix leaking child process data on reachability checksPatrick Steinhardt
2024-07-02push: avoid showing false negotiation errorsJunio C Hamano
2023-11-02tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano
2023-07-18fetch: reject --no-ipv[46]Junio C Hamano
2023-03-01push: allow delete single-level refZheNing Hu
2022-11-28Merge branch 'zk/push-use-bitmaps'Junio C Hamano
2022-11-22t5516: fail to run in verbose modeJiang Xin
2022-11-01t5516: move plaintext-password tests from t5601 and t5516Jeff King
2022-10-06Sync with 2.37.4Taylor Blau
2022-10-06Sync with 2.36.3Taylor Blau
2022-10-01t5516: prepare for changing protocol.file.allowTaylor Blau
2022-08-15fetch-pack: add tracing for negotiation roundsJosh Steadmon
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