aboutsummaryrefslogtreecommitdiffstats
path: root/t/t6020-bundle-misc.sh
AgeCommit message (Expand)AuthorFilesLines
2023-07-31bundle: use OPT_PASSTHRU_ARGVRené Scharfe1-0/+6
2023-03-19Merge branch 'jk/bundle-use-dash-for-stdfiles'Junio C Hamano1-0/+26
2023-03-19Merge branch 'jk/bundle-progress'Junio C Hamano1-0/+13
2023-03-06bundle: don't blindly apply prefix_filename() to "-"Junio C Hamano1-0/+11
2023-03-06bundle: let "-" mean stdin for reading operationsJeff King1-0/+15
2023-03-06bundle: turn on --all-progress-implied by defaultJeff King1-0/+13
2023-02-15Merge branch 'ds/bundle-uri-5'Junio C Hamano1-0/+40
2023-01-31bundle: verify using check_connected()Derrick Stolee1-4/+4
2023-01-31bundle: test unbundling with incomplete historyDerrick Stolee1-0/+40
2022-12-25bundle: don't segfault on "git bundle <subcmd>"Ævar Arnfjörð Bjarmason1-0/+7
2022-03-23bundle: output hash information in 'verify'Derrick Stolee1-7/+17
2022-03-23bundle: move capabilities to end of 'verify'Derrick Stolee1-1/+1
2022-03-09clone: fail gracefully when cloning filtered bundleDerrick Stolee1-0/+12
2022-03-09bundle: unbundle promisor packsDerrick Stolee1-0/+2
2022-03-09bundle: create filtered bundlesDerrick Stolee1-0/+48
2022-03-09list-objects: handle NULL function pointersÆvar Arnfjörð Bjarmason1-0/+12
2021-07-08Merge branch 'jx/sideband-cleanup'Junio C Hamano1-21/+24
2021-06-17test: compare raw output, not mangle tabs and spacesJiang Xin1-21/+24
2021-06-17t6020: fix incompatible parameter expansionJiang Xin1-19/+31
2021-02-25Merge branch 'ab/detox-gettext-tests'Junio C Hamano1-14/+14
2021-02-10tests: remove most uses of test_i18ncmpÆvar Arnfjörð Bjarmason1-14/+14
2021-02-10test libs: rename bundle helper to "lib-bundle.sh"Ævar Arnfjörð Bjarmason1-1/+1
2021-01-11bundle: arguments can be read from stdinJiang Xin1-4/+73
2021-01-11bundle: lost objects when removing duplicate pendingsJiang Xin1-1/+1
2021-01-11test: add helper functions for git-bundleJiang Xin1-0/+394