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-08-07Merge branch 'rs/bundle-parseopt-cleanup'Junio C Hamano
2023-07-31bundle: use OPT_PASSTHRU_ARGVRené Scharfe
2023-06-21cache.h: remove this no-longer-used headerElijah Newren
2023-04-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren
2023-04-24pkt-line.h: move declarations for pkt-line.c functions from cache.hElijah Newren
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren
2023-03-21abspath.h: move absolute path functions from cache.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-03-20Merge branch 'jk/bundle-use-dash-for-stdfiles'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-15Merge branch 'ab/bundle-wo-args' into maint-2.39Junio C Hamano
2022-12-28bundle <cmd>: have usage_msg_opt() note the missing "<file>"Ævar Arnfjörð Bjarmason
2022-12-28builtin/bundle.c: remove superfluous "newargc" variableÆvar Arnfjörð Bjarmason
2022-12-25bundle: don't segfault on "git bundle <subcmd>"Ævar Arnfjörð Bjarmason
2022-10-31Merge branch 'ds/bundle-uri-3'Taylor Blau
2022-10-13doc txt & -h consistency: make "bundle" consistentÆvar Arnfjörð Bjarmason
2022-10-13bundle: define subcommand -h in terms of command -hÆvar Arnfjörð Bjarmason
2022-10-13builtin/bundle.c: indent with tabsÆvar Arnfjörð Bjarmason
2022-10-12bundle-uri: quiet failed unbundlingsDerrick Stolee
2022-10-12bundle: add flags to verify_bundle()Derrick Stolee
2022-08-19builtin/bundle.c: let parse-options parse subcommandsSZEDER Gábor
2022-03-05bundle: call strvec_clear() on allocated strvecÆvar Arnfjörð Bjarmason
2021-10-04Merge branch 'ab/bundle-remove-verbose-option'Junio C Hamano
2021-09-24bundle: remove ignored & undocumented "--verbose" flagÆvar Arnfjörð Bjarmason
2021-09-07bundle: show progress on "unbundle"Ævar Arnfjörð Bjarmason
2021-09-07bundle API: change "flags" to be "extra_index_pack_args"Ævar Arnfjörð Bjarmason
2021-07-06bundle: remove "ref_list" in favor of string-list.c APIÆvar Arnfjörð Bjarmason
2021-07-06bundle cmd: stop leaking memory from parse_options_cmd_bundle()Ævar Arnfjörð Bjarmason
2020-08-12Merge branch 'bc/sha-256-part-3'Junio C Hamano
2020-07-30bundle: add new version for use with SHA-256brian m. carlson
2020-07-29strvec: convert builtin/ callers away from argv_array nameJeff King
2020-07-29strvec: rename files from argv-array to strvecJeff King
2019-11-11bundle-verify: add --quietRobin H. Johnson
2019-11-11bundle-create: progress output controlRobin H. Johnson
2019-11-11bundle: framework for options before bundle fileRobin H. Johnson
2019-01-24create_bundle(): drop unused "header" parameterJeff King
2018-11-12bundle.c: remove the_repository referencesNguyễn Thái Ngọc Duy
2017-03-21bundle: use prefix_filename with bundle pathJeff King
2015-05-08bundle: verify arguments more strictlyPatrick Steinhardt
2011-09-19Teach progress eye-candy to fetch_refs_from_bundle()Junio C Hamano
2011-03-10i18n: git-bundle basic messagesÆvar Arnfjörð Bjarmason
2010-10-08Use angles for placeholders consistentlyŠtěpán Němec
2010-08-16bundle: run setup_git_directory_gently() soonerNguyễn Thái Ngọc Duy
2010-02-23Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds