index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
bundle.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'rs/bundle-parseopt-cleanup'
Junio C Hamano
2023-08-07
1
-23
/
+17
|
\
|
*
bundle: use OPT_PASSTHRU_ARGV
René Scharfe
2023-07-31
1
-23
/
+17
*
|
cache.h: remove this no-longer-used header
Elijah Newren
2023-06-21
1
-1
/
+0
|
/
*
hash-ll.h: split out of hash.h to remove dependency on repository.h
Elijah Newren
2023-04-24
1
-0
/
+1
*
pkt-line.h: move declarations for pkt-line.c functions from cache.h
Elijah Newren
2023-04-24
1
-0
/
+1
*
setup.h: move declarations for setup.c functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
abspath.h: move absolute path functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
Merge branch 'jk/bundle-use-dash-for-stdfiles'
Junio C Hamano
2023-03-19
1
-5
/
+23
|
\
|
*
bundle: don't blindly apply prefix_filename() to "-"
Junio C Hamano
2023-03-06
1
-1
/
+1
|
*
bundle: let "-" mean stdin for reading operations
Jeff King
2023-03-06
1
-4
/
+22
*
|
bundle: turn on --all-progress-implied by default
Jeff King
2023-03-06
1
-7
/
+8
|
/
*
Merge branch 'ab/bundle-wo-args' into maint-2.39
Junio C Hamano
2023-02-14
1
-5
/
+4
|
\
|
*
bundle <cmd>: have usage_msg_opt() note the missing "<file>"
Ævar Arnfjörð Bjarmason
2022-12-28
1
-1
/
+1
|
*
builtin/bundle.c: remove superfluous "newargc" variable
Ævar Arnfjörð Bjarmason
2022-12-28
1
-4
/
+3
|
*
bundle: don't segfault on "git bundle <subcmd>"
Ævar Arnfjörð Bjarmason
2022-12-25
1
-1
/
+1
*
|
Merge branch 'ds/bundle-uri-3'
Taylor Blau
2022-10-31
1
-2
/
+3
|
\
\
|
*
|
bundle-uri: quiet failed unbundlings
Derrick Stolee
2022-10-12
1
-1
/
+1
|
*
|
bundle: add flags to verify_bundle()
Derrick Stolee
2022-10-12
1
-2
/
+3
*
|
|
doc txt & -h consistency: make "bundle" consistent
Ævar Arnfjörð Bjarmason
2022-10-13
1
-3
/
+4
*
|
|
bundle: define subcommand -h in terms of command -h
Ævar Arnfjörð Bjarmason
2022-10-13
1
-10
/
+19
*
|
|
builtin/bundle.c: indent with tabs
Ævar Arnfjörð Bjarmason
2022-10-13
1
-13
/
+13
|
|
/
|
/
|
*
|
builtin/bundle.c: let parse-options parse subcommands
SZEDER Gábor
2022-08-19
1
-18
/
+7
|
/
*
bundle: call strvec_clear() on allocated strvec
Ævar Arnfjörð Bjarmason
2022-03-04
1
-0
/
+1
*
Merge branch 'ab/bundle-remove-verbose-option'
Junio C Hamano
2021-10-04
1
-3
/
+0
|
\
|
*
bundle: remove ignored & undocumented "--verbose" flag
Ævar Arnfjörð Bjarmason
2021-09-24
1
-3
/
+0
*
|
bundle: show progress on "unbundle"
Ævar Arnfjörð Bjarmason
2021-09-07
1
-0
/
+7
*
|
bundle API: change "flags" to be "extra_index_pack_args"
Ævar Arnfjörð Bjarmason
2021-09-07
1
-1
/
+3
|
/
*
bundle: remove "ref_list" in favor of string-list.c API
Ævar Arnfjörð Bjarmason
2021-07-06
1
-6
/
+6
*
bundle cmd: stop leaking memory from parse_options_cmd_bundle()
Ævar Arnfjörð Bjarmason
2021-07-06
1
-21
/
+41
*
Merge branch 'bc/sha-256-part-3'
Junio C Hamano
2020-08-12
1
-1
/
+4
|
\
|
*
bundle: add new version for use with SHA-256
brian m. carlson
2020-07-30
1
-1
/
+4
*
|
strvec: convert builtin/ callers away from argv_array name
Jeff King
2020-07-29
1
-6
/
+6
*
|
strvec: rename files from argv-array to strvec
Jeff King
2020-07-29
1
-1
/
+1
|
/
*
bundle-verify: add --quiet
Robin H. Johnson
2019-11-11
1
-3
/
+6
*
bundle-create: progress output control
Robin H. Johnson
2019-11-11
1
-3
/
+27
*
bundle: framework for options before bundle file
Robin H. Johnson
2019-11-11
1
-45
/
+145
*
create_bundle(): drop unused "header" parameter
Jeff King
2019-01-24
1
-2
/
+1
*
bundle.c: remove the_repository references
Nguyễn Thái Ngọc Duy
2018-11-12
1
-3
/
+4
*
bundle: use prefix_filename with bundle path
Jeff King
2017-03-21
1
-7
/
+1
*
bundle: verify arguments more strictly
Patrick Steinhardt
2015-05-08
1
-0
/
+8
*
Teach progress eye-candy to fetch_refs_from_bundle()
Junio C Hamano
2011-09-19
1
-1
/
+1
*
i18n: git-bundle basic messages
Ævar Arnfjörð Bjarmason
2011-03-10
1
-3
/
+3
*
Use angles for placeholders consistently
Štěpán Němec
2010-10-08
1
-2
/
+2
*
bundle: run setup_git_directory_gently() sooner
Nguyễn Thái Ngọc Duy
2010-08-16
1
-4
/
+2
*
Move 'builtin-*' into a 'builtin/' subdirectory
Linus Torvalds
2010-02-22
1
-0
/
+67