Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-07-31bundle: use OPT_PASSTHRU_ARGVRené Scharfe
2023-03-20Merge branch 'jk/bundle-use-dash-for-stdfiles'Junio C Hamano
2023-03-20Merge branch 'jk/bundle-progress'Junio C Hamano
2023-03-07bundle: don't blindly apply prefix_filename() to "-"Junio C Hamano
2023-03-07bundle: let "-" mean stdin for reading operationsJeff King
2023-03-06bundle: turn on --all-progress-implied by defaultJeff King
2023-02-16Merge 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-26Merge branch 'ab/detox-gettext-tests'Junio C Hamano
2021-02-11tests: remove most uses of test_i18ncmpÆvar Arnfjörð Bjarmason
2021-02-11test libs: rename bundle helper to "lib-bundle.sh"Ævar Arnfjörð Bjarmason
2021-01-12bundle: arguments can be read from stdinJiang Xin
2021-01-12bundle: lost objects when removing duplicate pendingsJiang Xin
2021-01-12test: add helper functions for git-bundleJiang Xin