index
:
git
gitk-resize-error
main
Fork of git SCM with my patches.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
t
/
t6020-bundle-misc.sh
Age
Commit message (
Expand
)
Author
2025-04-08
bundle: fix non-linear performance scaling with refs
Karthik Nayak
2025-04-08
t6020: test for duplicate refnames in bundle creation
Karthik Nayak
2025-02-12
Merge branch 'ds/name-hash-tweaks'
Junio C Hamano
2025-01-27
pack-objects: add GIT_TEST_NAME_HASH_VERSION
Derrick Stolee
2024-12-19
Merge branch 'tc/bundle-with-tag-remove-workaround'
Junio C Hamano
2024-12-12
bundle: remove unneeded code
Toon Claes
2024-11-21
t: remove TEST_PASSES_SANITIZE_LEAK annotations
Patrick Steinhardt
2024-08-13
bundle: default to SHA1 when reading bundle headers
Patrick Steinhardt
2024-08-13
builtin/bundle: have unbundle check for repo before opening its bundle
Patrick Steinhardt
2024-06-11
bundle: plug leaks in `create_bundle()`
Patrick Steinhardt
2023-07-31
bundle: use OPT_PASSTHRU_ARGV
René Scharfe
2023-03-19
Merge branch 'jk/bundle-use-dash-for-stdfiles'
Junio C Hamano
2023-03-19
Merge branch 'jk/bundle-progress'
Junio C Hamano
2023-03-06
bundle: don't blindly apply prefix_filename() to "-"
Junio C Hamano
2023-03-06
bundle: let "-" mean stdin for reading operations
Jeff King
2023-03-06
bundle: turn on --all-progress-implied by default
Jeff King
2023-02-15
Merge branch 'ds/bundle-uri-5'
Junio C Hamano
2023-01-31
bundle: verify using check_connected()
Derrick Stolee
2023-01-31
bundle: test unbundling with incomplete history
Derrick Stolee
2022-12-25
bundle: don't segfault on "git bundle <subcmd>"
Ævar Arnfjörð Bjarmason
2022-03-23
bundle: output hash information in 'verify'
Derrick Stolee
2022-03-23
bundle: move capabilities to end of 'verify'
Derrick Stolee
2022-03-09
clone: fail gracefully when cloning filtered bundle
Derrick Stolee
2022-03-09
bundle: unbundle promisor packs
Derrick Stolee
2022-03-09
bundle: create filtered bundles
Derrick Stolee
2022-03-09
list-objects: handle NULL function pointers
Ævar Arnfjörð Bjarmason
2021-07-08
Merge branch 'jx/sideband-cleanup'
Junio C Hamano
2021-06-17
test: compare raw output, not mangle tabs and spaces
Jiang Xin
2021-06-17
t6020: fix incompatible parameter expansion
Jiang Xin
2021-02-25
Merge branch 'ab/detox-gettext-tests'
Junio C Hamano
2021-02-10
tests: remove most uses of test_i18ncmp
Ævar Arnfjörð Bjarmason
2021-02-10
test libs: rename bundle helper to "lib-bundle.sh"
Ævar Arnfjörð Bjarmason
2021-01-11
bundle: arguments can be read from stdin
Jiang Xin
2021-01-11
bundle: lost objects when removing duplicate pendings
Jiang Xin
2021-01-11
test: add helper functions for git-bundle
Jiang Xin