aboutsummaryrefslogtreecommitdiff
path: root/t/t6020-bundle-misc.sh
AgeCommit message (Expand)Author
2025-04-08bundle: fix non-linear performance scaling with refsKarthik Nayak
2025-04-08t6020: test for duplicate refnames in bundle creationKarthik Nayak
2025-02-12Merge branch 'ds/name-hash-tweaks'Junio C Hamano
2025-01-27pack-objects: add GIT_TEST_NAME_HASH_VERSIONDerrick Stolee
2024-12-19Merge branch 'tc/bundle-with-tag-remove-workaround'Junio C Hamano
2024-12-12bundle: remove unneeded codeToon Claes
2024-11-21t: remove TEST_PASSES_SANITIZE_LEAK annotationsPatrick Steinhardt
2024-08-13bundle: default to SHA1 when reading bundle headersPatrick Steinhardt
2024-08-13builtin/bundle: have unbundle check for repo before opening its bundlePatrick Steinhardt
2024-06-11bundle: plug leaks in `create_bundle()`Patrick Steinhardt
2023-07-31bundle: use OPT_PASSTHRU_ARGVRené Scharfe
2023-03-19Merge branch 'jk/bundle-use-dash-for-stdfiles'Junio C Hamano
2023-03-19Merge branch 'jk/bundle-progress'Junio C Hamano
2023-03-06bundle: don't blindly apply prefix_filename() to "-"Junio C Hamano
2023-03-06bundle: let "-" mean stdin for reading operationsJeff King
2023-03-06bundle: turn on --all-progress-implied by defaultJeff King
2023-02-15Merge branch 'ds/bundle-uri-5'Junio C Hamano
2023-01-31bundle: verify using check_connected()Derrick Stolee
2023-01-31bundle: test unbundling with incomplete historyDerrick Stolee
2022-12-25bundle: don't segfault on "git bundle <subcmd>"Ævar Arnfjörð Bjarmason
2022-03-23bundle: output hash information in 'verify'Derrick Stolee
2022-03-23bundle: move capabilities to end of 'verify'Derrick Stolee
2022-03-09clone: fail gracefully when cloning filtered bundleDerrick Stolee
2022-03-09bundle: unbundle promisor packsDerrick Stolee
2022-03-09bundle: create filtered bundlesDerrick Stolee
2022-03-09list-objects: handle NULL function pointersÆvar Arnfjörð Bjarmason
2021-07-08Merge branch 'jx/sideband-cleanup'Junio C Hamano
2021-06-17test: compare raw output, not mangle tabs and spacesJiang Xin
2021-06-17t6020: fix incompatible parameter expansionJiang Xin
2021-02-25Merge branch 'ab/detox-gettext-tests'Junio C Hamano
2021-02-10tests: remove most uses of test_i18ncmpÆvar Arnfjörð Bjarmason
2021-02-10test libs: rename bundle helper to "lib-bundle.sh"Ævar Arnfjörð Bjarmason
2021-01-11bundle: arguments can be read from stdinJiang Xin
2021-01-11bundle: lost objects when removing duplicate pendingsJiang Xin
2021-01-11test: add helper functions for git-bundleJiang Xin