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