index
:
user/sven/git.git
gitweb/more-expires
gitweb/show-remotes
local
master
origin/HEAD
origin/maint
origin/master
Git
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
bundle.c
Age
Commit message (
Expand
)
Author
2024-12-13
Merge branch 'jt/bundle-fsck'
Junio C Hamano
2024-11-28
bundle: add bundle verification options type
Justin Tobler
2024-11-26
builtin: pass repository to sub commands
Karthik Nayak
2024-09-23
Merge branch 'jc/pass-repo-to-builtins'
Junio C Hamano
2024-09-13
builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h
John Cai
2024-09-13
builtin: add a repository parameter for builtin functions
John Cai
2024-09-03
Merge branch 'ps/leakfixes-part-5'
Junio C Hamano
2024-08-22
transport: fix leaking arguments when fetching from bundle
Patrick Steinhardt
2024-08-13
builtin/bundle: have unbundle check for repo before opening its bundle
Patrick Steinhardt
2024-05-06
builtin/bundle: abort "verify" early when there is no repository
Patrick Steinhardt
2023-08-07
Merge branch 'rs/bundle-parseopt-cleanup'
Junio C Hamano
2023-07-31
bundle: use OPT_PASSTHRU_ARGV
René Scharfe
2023-06-21
cache.h: remove this no-longer-used header
Elijah Newren
2023-04-24
hash-ll.h: split out of hash.h to remove dependency on repository.h
Elijah Newren
2023-04-24
pkt-line.h: move declarations for pkt-line.c functions from cache.h
Elijah Newren
2023-03-21
setup.h: move declarations for setup.c functions from cache.h
Elijah Newren
2023-03-21
abspath.h: move absolute path functions from cache.h
Elijah Newren
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-03-19
Merge branch 'jk/bundle-use-dash-for-stdfiles'
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-14
Merge branch 'ab/bundle-wo-args' into maint-2.39
Junio C Hamano
2022-12-28
bundle <cmd>: have usage_msg_opt() note the missing "<file>"
Ævar Arnfjörð Bjarmason
2022-12-28
builtin/bundle.c: remove superfluous "newargc" variable
Ævar Arnfjörð Bjarmason
2022-12-25
bundle: don't segfault on "git bundle <subcmd>"
Ævar Arnfjörð Bjarmason
2022-10-30
Merge branch 'ds/bundle-uri-3'
Taylor Blau
2022-10-13
doc txt & -h consistency: make "bundle" consistent
Ævar Arnfjörð Bjarmason
2022-10-13
bundle: define subcommand -h in terms of command -h
Ævar Arnfjörð Bjarmason
2022-10-13
builtin/bundle.c: indent with tabs
Ævar Arnfjörð Bjarmason
2022-10-12
bundle-uri: quiet failed unbundlings
Derrick Stolee
2022-10-12
bundle: add flags to verify_bundle()
Derrick Stolee
2022-08-19
builtin/bundle.c: let parse-options parse subcommands
SZEDER Gábor
2022-03-04
bundle: call strvec_clear() on allocated strvec
Ævar Arnfjörð Bjarmason
2021-10-03
Merge branch 'ab/bundle-remove-verbose-option'
Junio C Hamano
2021-09-23
bundle: remove ignored & undocumented "--verbose" flag
Ævar Arnfjörð Bjarmason
2021-09-07
bundle: show progress on "unbundle"
Ævar Arnfjörð Bjarmason
2021-09-07
bundle API: change "flags" to be "extra_index_pack_args"
Ævar Arnfjörð Bjarmason
2021-07-06
bundle: remove "ref_list" in favor of string-list.c API
Ævar Arnfjörð Bjarmason
2021-07-06
bundle cmd: stop leaking memory from parse_options_cmd_bundle()
Ævar Arnfjörð Bjarmason
2020-08-11
Merge branch 'bc/sha-256-part-3'
Junio C Hamano
2020-07-30
bundle: add new version for use with SHA-256
brian m. carlson
2020-07-28
strvec: convert builtin/ callers away from argv_array name
Jeff King
2020-07-28
strvec: rename files from argv-array to strvec
Jeff King
2019-11-11
bundle-verify: add --quiet
Robin H. Johnson
2019-11-11
bundle-create: progress output control
Robin H. Johnson
2019-11-11
bundle: framework for options before bundle file
Robin H. Johnson
2019-01-24
create_bundle(): drop unused "header" parameter
Jeff King
2018-11-12
bundle.c: remove the_repository references
Nguyễn Thái Ngọc Duy
2017-03-21
bundle: use prefix_filename with bundle path
Jeff King
[next]