summary refs log tree commit diff
path: root/t/t6020-bundle-misc.sh
AgeCommit message (Expand)AuthorFilesLines
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