Git Distributed Software Revision Control — Thread Index
[Prev Page][Next Page]
- Re: [PATCH 00/15] tests: don't ignore "git" exit codes, (continued)
- Re: [PATCH 00/15] tests: don't ignore "git" exit codes, Shubham Mishra
- [PATCH v2 00/15] tests: don't ignore "git" exit codes, Ævar Arnfjörð Bjarmason
- [PATCH v2 01/15] tests: change some 'test $(git) = "x"' to test_cmp, Ævar Arnfjörð Bjarmason
- [PATCH v2 04/15] diff tests: don't ignore "git diff" exit code, Ævar Arnfjörð Bjarmason
- [PATCH v2 05/15] diff tests: don't ignore "git diff" exit code in "read" loop, Ævar Arnfjörð Bjarmason
- [PATCH v2 02/15] tests: use "test_stdout_line_count", not "test $(git [...] | wc -l)", Ævar Arnfjörð Bjarmason
- [PATCH v2 03/15] read-tree tests: check "diff-files" exit code on failure, Ævar Arnfjörð Bjarmason
- [PATCH v2 06/15] apply tests: use "test_must_fail" instead of ad-hoc pattern, Ævar Arnfjörð Bjarmason
- [PATCH v2 07/15] merge tests: use "test_must_fail" instead of ad-hoc pattern, Ævar Arnfjörð Bjarmason
- [PATCH v2 09/15] notes tests: don't ignore "git" exit code, Ævar Arnfjörð Bjarmason
- [PATCH v2 08/15] rev-parse tests: don't ignore "git reflog" exit code, Ævar Arnfjörð Bjarmason
- [PATCH v2 10/15] diff tests: don't ignore "git rev-list" exit code, Ævar Arnfjörð Bjarmason
- [PATCH v2 11/15] rev-list tests: don't hide abort() in "test_expect_failure", Ævar Arnfjörð Bjarmason
- [PATCH v2 12/15] gettext tests: don't ignore "test-tool regex" exit code, Ævar Arnfjörð Bjarmason
- [PATCH v2 13/15] apply tests: don't ignore "git ls-files" exit code, drop sub-shell, Ævar Arnfjörð Bjarmason
- [PATCH v2 15/15] rev-list simplify tests: don't ignore "git" exit code, Ævar Arnfjörð Bjarmason
- [PATCH v2 14/15] checkout tests: don't ignore "git <cmd>" exit code, Ævar Arnfjörð Bjarmason
- [PATCH 00/14] tree-wide: small fixes for memory leaks,
Ævar Arnfjörð Bjarmason
- [PATCH 01/14] index-pack: fix memory leaks, Ævar Arnfjörð Bjarmason
- [PATCH 02/14] merge-base: free() allocated "struct commit **" list, Ævar Arnfjörð Bjarmason
- [PATCH 03/14] diff.c: free "buf" in diff_words_flush(), Ævar Arnfjörð Bjarmason
- [PATCH 05/14] remote-curl.c: free memory in cmd_main(), Ævar Arnfjörð Bjarmason
- [PATCH 04/14] urlmatch.c: add and use a *_release() function, Ævar Arnfjörð Bjarmason
- [PATCH 08/14] submodule--helper: fix trivial leak in module_add(), Ævar Arnfjörð Bjarmason
- [PATCH 09/14] commit-graph: fix memory leak in misused string_list API, Ævar Arnfjörð Bjarmason
- [PATCH 06/14] bundle: call strvec_clear() on allocated strvec, Ævar Arnfjörð Bjarmason
- [PATCH 07/14] transport: stop needlessly copying bundle header references, Ævar Arnfjörð Bjarmason
- [PATCH 12/14] range-diff: plug memory leak in common invocation, Ævar Arnfjörð Bjarmason
- [PATCH 10/14] commit-graph: stop fill_oids_from_packs() progress on error and free(), Ævar Arnfjörð Bjarmason
- [PATCH 11/14] lockfile API users: simplify and don't leak "path", Ævar Arnfjörð Bjarmason
- [PATCH 13/14] range-diff: plug memory leak in read_patches(), Ævar Arnfjörð Bjarmason
- [PATCH 14/14] repository.c: free the "path cache" in repo_clear(), Ævar Arnfjörð Bjarmason
- Re: [PATCH 00/14] tree-wide: small fixes for memory leaks, Derrick Stolee
- [PATCH v2 00/14] tree-wide: small fixes for memory leaks, Ævar Arnfjörð Bjarmason
- [PATCH v2 02/14] merge-base: free() allocated "struct commit **" list, Ævar Arnfjörð Bjarmason
- [PATCH v2 01/14] index-pack: fix memory leaks, Ævar Arnfjörð Bjarmason
- [PATCH v2 03/14] diff.c: free "buf" in diff_words_flush(), Ævar Arnfjörð Bjarmason
- [PATCH v2 05/14] remote-curl.c: free memory in cmd_main(), Ævar Arnfjörð Bjarmason
- [PATCH v2 04/14] urlmatch.c: add and use a *_release() function, Ævar Arnfjörð Bjarmason
- [PATCH v2 06/14] bundle: call strvec_clear() on allocated strvec, Ævar Arnfjörð Bjarmason
- [PATCH v2 07/14] transport: stop needlessly copying bundle header references, Ævar Arnfjörð Bjarmason
- [PATCH v2 09/14] commit-graph: fix memory leak in misused string_list API, Ævar Arnfjörð Bjarmason
- [PATCH v2 12/14] range-diff: plug memory leak in common invocation, Ævar Arnfjörð Bjarmason
- [PATCH v2 14/14] repository.c: free the "path cache" in repo_clear(), Ævar Arnfjörð Bjarmason
- [PATCH v2 13/14] range-diff: plug memory leak in read_patches(), Ævar Arnfjörð Bjarmason
- [PATCH v2 10/14] commit-graph: stop fill_oids_from_packs() progress on error and free(), Ævar Arnfjörð Bjarmason
- [PATCH v2 11/14] lockfile API users: simplify and don't leak "path", Ævar Arnfjörð Bjarmason
- [PATCH v2 08/14] submodule--helper: fix trivial leak in module_add(), Ævar Arnfjörð Bjarmason
- Re: [PATCH v2 00/14] tree-wide: small fixes for memory leaks, Derrick Stolee
- gitk external diff on Windows,
Phillip Susi
- [PATCH v3 5/4] commit-graph: declare bankruptcy on GDAT chunks, Derrick Stolee
- [PATCH 00/10] tests: add and use a "test_hook" wrapper + hook fixes,
Ævar Arnfjörð Bjarmason
- [PATCH 02/10] t5540: don't rely on "hook/post-update.sample", Ævar Arnfjörð Bjarmason
- [PATCH 01/10] hook tests: turn exit code assertions into a loop, Ævar Arnfjörð Bjarmason
- [PATCH 03/10] tests: assume the hooks are disabled by default, Ævar Arnfjörð Bjarmason
- [PATCH 05/10] tests: indent and add hook setup to "test_expect_success", Ævar Arnfjörð Bjarmason
- [PATCH 06/10] hook tests: get rid of unnecessary sub-shells, Ævar Arnfjörð Bjarmason
- [PATCH 04/10] bugreport tests: tighten up "git bugreport -s hooks" test, Ævar Arnfjörð Bjarmason
- [PATCH 07/10] fetch+push tests: have tests clean up their own mess, Ævar Arnfjörð Bjarmason
- [PATCH 10/10] tests: change "cat && chmod +x" to use "test_hook", Ævar Arnfjörð Bjarmason
- [PATCH 08/10] test-lib-functions: add and use a "test_hook" wrapper, Ævar Arnfjörð Bjarmason
- [PATCH 09/10] tests: change "mkdir -p && write_script" to use "test_hook", Ævar Arnfjörð Bjarmason
- Re: [PATCH 00/10] tests: add and use a "test_hook" wrapper + hook fixes, Junio C Hamano
- [PATCH v2 00/10] tests: add and use a "test_hook" wrapper + hook fixes, Ævar Arnfjörð Bjarmason
- [PATCH v2 01/10] hook tests: turn exit code assertions into a loop, Ævar Arnfjörð Bjarmason
- [PATCH v2 02/10] t5540: don't rely on "hook/post-update.sample", Ævar Arnfjörð Bjarmason
- [PATCH v2 03/10] tests: assume the hooks are disabled by default, Ævar Arnfjörð Bjarmason
- [PATCH v2 05/10] tests: indent and add hook setup to "test_expect_success", Ævar Arnfjörð Bjarmason
- [PATCH v2 04/10] bugreport tests: tighten up "git bugreport -s hooks" test, Ævar Arnfjörð Bjarmason
- [PATCH v2 06/10] hook tests: get rid of unnecessary sub-shells, Ævar Arnfjörð Bjarmason
- [PATCH v2 07/10] fetch+push tests: have tests clean up their own mess, Ævar Arnfjörð Bjarmason
- [PATCH v2 08/10] test-lib-functions: add and use a "test_hook" wrapper, Ævar Arnfjörð Bjarmason
- [PATCH v2 10/10] tests: change "cat && chmod +x" to use "test_hook", Ævar Arnfjörð Bjarmason
- [PATCH v2 09/10] tests: change "mkdir -p && write_script" to use "test_hook", Ævar Arnfjörð Bjarmason
- Re: [PATCH v2 00/10] tests: add and use a "test_hook" wrapper + hook fixes, Junio C Hamano
- [PATCH v3 00/13] tests: add and use a "test_hook" wrapper + hook fixes, Ævar Arnfjörð Bjarmason
- [PATCH v3 01/13] test-lib-functions: add and use a "test_hook" wrapper, Ævar Arnfjörð Bjarmason
- [PATCH v3 03/13] http tests: don't rely on "hook/post-update.sample", Ævar Arnfjörð Bjarmason
- [PATCH v3 02/13] hook tests: turn exit code assertions into a loop, Ævar Arnfjörð Bjarmason
- [PATCH v3 04/13] tests: assume the hooks are disabled by default, Ævar Arnfjörð Bjarmason
- [PATCH v3 05/13] bugreport tests: tighten up "git bugreport -s hooks" test, Ævar Arnfjörð Bjarmason
- [PATCH v3 06/13] fetch+push tests: use "test_hook" and "test_when_finished" pattern, Ævar Arnfjörð Bjarmason
- [PATCH v3 08/13] tests: change "cat && chmod +x" to use "test_hook", Ævar Arnfjörð Bjarmason
- [PATCH v3 10/13] tests: use "test_hook" for misc "mkdir -p" and "chmod" cases, Ævar Arnfjörð Bjarmason
- [PATCH v3 07/13] gc + p4 tests: use "test_hook", remove sub-shells, Ævar Arnfjörð Bjarmason
- [PATCH v3 09/13] tests: change "mkdir -p && write_script" to use "test_hook", Ævar Arnfjörð Bjarmason
- [PATCH v3 11/13] tests: extend "test_hook" for "rm" and "chmod -x", convert "$HOOK", Ævar Arnfjörð Bjarmason
- [PATCH v3 13/13] http tests: use "test_hook" for "smart" and "dumb" http tests, Ævar Arnfjörð Bjarmason
- [PATCH v3 12/13] proc-receive hook tests: use "test_hook" instead of "write_script", Ævar Arnfjörð Bjarmason
- Re: [PATCH v3 00/13] tests: add and use a "test_hook" wrapper + hook fixes, Junio C Hamano
- [BUG] fetch/pull -h ABORT out of a git repo,
lilinchao@xxxxxxxxxx
- [PATCH] merge-ort: exclude messages from inner merges by default,
Elijah Newren via GitGitGadget
- [PATCH] checkout, clone: die if tree cannot be parsed,
Glen Choo
- [PATCH] builtin/remote.c: show progress when renaming remote references,
Taylor Blau
- URI Scheme for git object ids?,
Ed Warnicke
- What's cooking in git.git (Feb 2022, #08; Mon, 28),
Junio C Hamano
- ds/commit-graph-gen-v2-fixes (was Re: What's cooking in git.git (Feb 2022, #08; Mon, 28)), Derrick Stolee
- js/scalar-diagnose, was Re: What's cooking in git.git (Feb 2022, #08; Mon, 28), Johannes Schindelin
- en/merge-tree (Was: Re: What's cooking in git.git (Feb 2022, #08; Mon, 28)), Elijah Newren
- ab/object-file-api-updates (was: What's cooking in git.git (Feb 2022, #08; Mon, 28)), Ævar Arnfjörð Bjarmason
- [GSoC][PATCH] userdiff: Add diff driver for Kotlin lang and tests,
Jaydeep P Das
- [PATCH 00/13] submodule: convert parts of 'update' to C,
Glen Choo
- [PATCH 01/13] submodule tests: test for init and update failure output, Glen Choo
- [PATCH 02/13] submodule--helper: remove update-module-mode, Glen Choo
- [PATCH 04/13] submodule--helper run-update-procedure: remove --suboid, Glen Choo
- [PATCH 03/13] submodule--helper: reorganize code for sh to C conversion, Glen Choo
- [PATCH 09/13] submodule--helper: refactor get_submodule_displaypath(), Glen Choo
- [PATCH 05/13] submodule--helper: remove ensure-core-worktree, Glen Choo
- [PATCH 07/13] submodule--helper: don't use bitfield indirection for parse_options(), Glen Choo
- [PATCH 06/13] submodule--helper: get remote names from any repository, Glen Choo
- [PATCH 08/13] submodule--helper run-update-procedure: learn --remote, Glen Choo
- [PATCH 11/13] submodule--helper update-clone: learn --init, Glen Choo
- [PATCH 10/13] submodule--helper: allow setting superprefix for init_submodule(), Glen Choo
- [PATCH 12/13] submodule update: add tests for --filter, Glen Choo
- [PATCH 13/13] submodule--helper update-clone: check for --filter and --init, Glen Choo
- Re: [PATCH 00/13] submodule: convert parts of 'update' to C, Glen Choo
- [PATCH v2 00/13] submodule: convert parts of 'update' to C, Glen Choo
- [PATCH v2 01/13] submodule tests: test for init and update failure output, Glen Choo
- [PATCH v2 02/13] submodule--helper: remove update-module-mode, Glen Choo
- [PATCH v2 03/13] submodule--helper: reorganize code for sh to C conversion, Glen Choo
- [PATCH v2 04/13] submodule--helper run-update-procedure: remove --suboid, Glen Choo
- [PATCH v2 05/13] submodule--helper: remove ensure-core-worktree, Glen Choo
- [PATCH v2 06/13] submodule--helper: get remote names from any repository, Glen Choo
- [PATCH v2 07/13] submodule--helper: don't use bitfield indirection for parse_options(), Glen Choo
- [PATCH v2 08/13] submodule--helper run-update-procedure: learn --remote, Glen Choo
- [PATCH v2 10/13] submodule--helper: allow setting superprefix for init_submodule(), Glen Choo
- [PATCH v2 09/13] submodule--helper: refactor get_submodule_displaypath(), Glen Choo
- [PATCH v2 12/13] submodule update: add tests for --filter, Glen Choo
- [PATCH v2 11/13] submodule--helper update-clone: learn --init, Glen Choo
- [PATCH v2 13/13] submodule--helper update-clone: check for --filter and --init, Glen Choo
- [PATCH v3 00/13] submodule: convert parts of 'update' to C, Glen Choo
- [PATCH v3 10/13] submodule--helper: allow setting superprefix for init_submodule(), Glen Choo
- [PATCH v3 09/13] submodule--helper: refactor get_submodule_displaypath(), Glen Choo
- [PATCH v3 13/13] submodule--helper update-clone: check for --filter and --init, Glen Choo
- [PATCH v3 03/13] submodule--helper: reorganize code for sh to C conversion, Glen Choo
- [PATCH v3 11/13] submodule--helper update-clone: learn --init, Glen Choo
- [PATCH v3 08/13] submodule--helper run-update-procedure: learn --remote, Glen Choo
- [PATCH v3 01/13] submodule tests: test for init and update failure output, Glen Choo
- [PATCH v3 07/13] submodule--helper: don't use bitfield indirection for parse_options(), Glen Choo
- [PATCH v3 05/13] submodule--helper: remove ensure-core-worktree, Glen Choo
- [PATCH v3 06/13] submodule--helper: get remote names from any repository, Glen Choo
- [PATCH v3 12/13] submodule update: add tests for --filter, Glen Choo
- [PATCH v3 04/13] submodule--helper run-update-procedure: remove --suboid, Glen Choo
- [PATCH v3 02/13] submodule--helper: remove update-module-mode, Glen Choo
- Re: [PATCH v3 00/13] submodule: convert parts of 'update' to C, Ævar Arnfjörð Bjarmason
- [PATCH v4 00/13] submodule: convert parts of 'update' to C, Glen Choo
- [PATCH v4 01/13] submodule tests: test for init and update failure output, Glen Choo
- [PATCH v4 02/13] submodule--helper: remove update-module-mode, Glen Choo
- [PATCH v4 03/13] submodule--helper: reorganize code for sh to C conversion, Glen Choo
- [PATCH v4 04/13] submodule--helper run-update-procedure: remove --suboid, Glen Choo
- [PATCH v4 05/13] submodule--helper: get remote names from any repository, Glen Choo
- [PATCH v4 06/13] submodule--helper: don't use bitfield indirection for parse_options(), Glen Choo
- [PATCH v4 07/13] submodule--helper run-update-procedure: learn --remote, Glen Choo
- [PATCH v4 08/13] submodule--helper: refactor get_submodule_displaypath(), Glen Choo
- [PATCH v4 09/13] submodule--helper: allow setting superprefix for init_submodule(), Glen Choo
- [PATCH v4 10/13] submodule--helper update-clone: learn --init, Glen Choo
- [PATCH v4 11/13] submodule--helper: remove ensure-core-worktree, Glen Choo
- [PATCH v4 13/13] submodule--helper update-clone: check for --filter and --init, Glen Choo
- [PATCH v4 12/13] submodule update: add tests for --filter, Glen Choo
- Re: [PATCH v4 00/13] submodule: convert parts of 'update' to C, Junio C Hamano
- [PATCH v2 0/1] name-rev: use generation numbers if available,
Jacob Keller
- [PATCH] name-rev: use generation numbers if available,
Jacob Keller
- [PATCH] test-lib.sh: Use GLIBC_TUNABLES instead of MALLOC_CHECK_ on glibc >= 2.34,
Elia Pinto
- [ANNOUNCE] Git Rev News edition 84, Christian Couder
- Please add support for "git merge --continue -S",
Rolf Eike Beer
- [PATCH 0/2] Reduce explicit sleep calls in t7063 untracked cache tests,
Tao Klerks via GitGitGadget
- Draft of Git Rev News edition 84, Christian Couder
- [PATCH v3] switch: mention the --detach option when dying due to lack of a branch, Alex Henrie
- [PATCH] fix: include the type flag in the cli docs,
Matheus Felipe via GitGitGadget
- Git-p4 UnicodeDecodeError on ascii 0x93 character,
Hunter Laux
- What's cooking in git.git (Feb 2022, #07; Fri, 25),
Junio C Hamano
- en/merge-tree (Was: Re: What's cooking in git.git (Feb 2022, #07; Fri, 25)), Elijah Newren
- en/present-despite-skipped (Was: Re: What's cooking in git.git (Feb 2022, #07; Fri, 25)), Elijah Newren
- Re: What's cooking in git.git (Feb 2022, #07; Fri, 25), Tao Klerks
- ds/commit-graph-gen-v2-fixes (was Re: What's cooking in git.git (Feb 2022, #07; Fri, 25)), Derrick Stolee
- ab/test-lib-tweaks (was: What's cooking in git.git (Feb 2022, #07; Fri, 25)), Ævar Arnfjörð Bjarmason
- [PATCH] worktree: add -z option for list subcommand,
Phillip Wood via GitGitGadget
- [PATCH 0/4] In PS1 prompt, make upstream state indicators consistent with other state indicators,
Justin Donnelly via GitGitGadget
- "Git worktree list" on paths with newlines,
Kang-Che Sung
- [PATCH 0/7] Commit-graph: Generation Number v2 Fixes, v3 implementation,
Derrick Stolee via GitGitGadget
- [PATCH 1/7] test-read-graph: include extra post-parse info, Derrick Stolee via GitGitGadget
- [PATCH 2/7] commit-graph: fix ordering bug in generation numbers, Derrick Stolee via GitGitGadget
- [PATCH 4/7] commit-graph: fix generation number v2 overflow values, Derrick Stolee via GitGitGadget
- [PATCH 5/7] commit-graph: document file format v2, Derrick Stolee via GitGitGadget
- [PATCH 3/7] commit-graph: start parsing generation v2 (again), Derrick Stolee via GitGitGadget
- [PATCH 7/7] commit-graph: write file format v2, Derrick Stolee via GitGitGadget
- [PATCH 6/7] commit-graph: parse file format v2, Derrick Stolee via GitGitGadget
- Re: [PATCH 0/7] Commit-graph: Generation Number v2 Fixes, v3 implementation, Junio C Hamano
- [PATCH v2 0/4] Commit-graph: Generation Number v2 Fixes, Derrick Stolee via GitGitGadget
- Feature request: complete Git shell, Jake Herrmann
- [PATCH 0/3] adding new branch.autosetupmerge option "simple",
Tao Klerks via GitGitGadget
- [PATCH 00/12] c99: use more designated initializers,
Ævar Arnfjörð Bjarmason
- [PATCH 01/12] imap-send.c: use designated initializers for "struct imap_server_conf", Ævar Arnfjörð Bjarmason
- [PATCH 07/12] archive-*.c: use designated initializers for "struct archiver", Ævar Arnfjörð Bjarmason
- [PATCH 06/12] object-file: use designated initializers for "struct git_hash_algo", Ævar Arnfjörð Bjarmason
- [PATCH 02/12] refs: use designated initializers for "struct ref_storage_be", Ævar Arnfjörð Bjarmason
- [PATCH 08/12] userdiff.c: use designated initializers for "struct userdiff_driver", Ævar Arnfjörð Bjarmason
- [PATCH 09/12] convert.c: use designated initializers for "struct stream_filter*", Ævar Arnfjörð Bjarmason
- [PATCH 04/12] trace2: use designated initializers for "struct tr2_tgt", Ævar Arnfjörð Bjarmason
- [PATCH 12/12] misc *.c: use designated initializers for "partial" struct assignments, Ævar Arnfjörð Bjarmason
- [PATCH 10/12] refspec.c: use designated initializers for "struct refspec_item", Ævar Arnfjörð Bjarmason
- [PATCH 05/12] trace2: use designated initializers for "struct tr2_dst", Ævar Arnfjörð Bjarmason
- [PATCH 11/12] misc *.c: use designated initializers for struct assignments, Ævar Arnfjörð Bjarmason
- [PATCH 03/12] refs: use designated initializers for "struct ref_iterator_vtable", Ævar Arnfjörð Bjarmason
- Re: [PATCH 00/12] c99: use more designated initializers, Johannes Schindelin
- Re: [PATCH 00/12] c99: use more designated initializers, Junio C Hamano
- [PATCH v2] switch: mention the --detach option when dying due to lack of a branch,
Alex Henrie
- [PATCH 0/2] Subject: [PATCH 0/2] [GSoC][PATCH 0/2] t0000-t0050: avoid pipes with Git on LHS,
Shubham Mishra
- What's cooking in git.git (Feb 2022, #06; Wed, 23),
Junio C Hamano
- ab/commit-plug-leaks + ab/diff-free-more (was: What's cooking in git.git (Feb 2022, #06; Wed, 23)), Ævar Arnfjörð Bjarmason
- ab/c99 + ab/hook-tests (was: What's cooking in git.git (Feb 2022, #06; Wed, 23)), Ævar Arnfjörð Bjarmason
- ab/object-file-api-updates (was: What's cooking in git.git (Feb 2022, #06; Wed, 23)), Ævar Arnfjörð Bjarmason
- ar/submodule-update (wa Re: What's cooking in git.git (Feb 2022, #06; Wed, 23)), Glen Choo
- jc/cat-file-batch-commands (was: What's cooking in git.git (Feb 2022, #06; Wed, 23)), John Cai
- [no subject], Unknown
- [no subject], Unknown
- [PATCH 00/25] [RFC] Bundle URIs,
Derrick Stolee via GitGitGadget
- [PATCH 02/25] bundle: alphabetize subcommands better, Derrick Stolee via GitGitGadget
- [PATCH 05/25] remote: allow relative_url() to return an absolute url, Derrick Stolee via GitGitGadget
- [PATCH 03/25] dir: extract starts_with_dot[_dot]_slash(), Derrick Stolee via GitGitGadget
- [PATCH 04/25] remote: move relative_url(), Derrick Stolee via GitGitGadget
- [PATCH 01/25] docs: document bundle URI standard, Derrick Stolee via GitGitGadget
- [PATCH 06/25] http: make http_get_file() external, Derrick Stolee via GitGitGadget
- [PATCH 08/25] bundle: implement 'fetch' command for direct bundles, Derrick Stolee via GitGitGadget
- [PATCH 07/25] remote-curl: add 'get' capability, Derrick Stolee via GitGitGadget
- [PATCH 09/25] bundle: parse table of contents during 'fetch', Derrick Stolee via GitGitGadget
- [PATCH 11/25] bundle: allow relative URLs in table of contents, Derrick Stolee via GitGitGadget
- [PATCH 10/25] bundle: add --filter option to 'fetch', Derrick Stolee via GitGitGadget
- [PATCH 12/25] bundle: make it easy to call 'git bundle fetch', Derrick Stolee via GitGitGadget
- [PATCH 13/25] clone: add --bundle-uri option, Derrick Stolee via GitGitGadget
- [PATCH 18/25] connect.c: refactor sending of agent & object-format, Ævar Arnfjörð Bjarmason via GitGitGadget
- [PATCH 14/25] clone: --bundle-uri cannot be combined with --depth, Derrick Stolee via GitGitGadget
- [PATCH 15/25] config: add git_config_get_timestamp(), Derrick Stolee via GitGitGadget
- [PATCH 17/25] fetch: fetch bundles before fetching original data, Derrick Stolee via GitGitGadget
- [PATCH 16/25] bundle: only fetch bundles if timestamp is new, Derrick Stolee via GitGitGadget
- [PATCH 19/25] protocol-caps: implement cap_features(), Derrick Stolee via GitGitGadget
- [PATCH 20/25] serve: understand but do not advertise 'features' capability, Derrick Stolee via GitGitGadget
- [PATCH 22/25] connect: implement get_recommended_features(), Derrick Stolee via GitGitGadget
- [PATCH 21/25] serve: advertise 'features' when config exists, Derrick Stolee via GitGitGadget
- [PATCH 23/25] transport: add connections for 'features' capability, Derrick Stolee via GitGitGadget
- [PATCH 24/25] clone: use server-recommended bundle URI, Derrick Stolee via GitGitGadget
- [PATCH 25/25] t5601: basic bundle URI test, Derrick Stolee via GitGitGadget
- Re: [PATCH 00/25] [RFC] Bundle URIs, Ævar Arnfjörð Bjarmason
- [PATCH 0/7] Sparse index: integrate with 'read-tree',
Victoria Dye via GitGitGadget
- [PATCH 00/11] Partial bundles,
Derrick Stolee via GitGitGadget
[Index of Archives]
[Linux Kernel]
[LKML Kernel FAQ]
[IETF Annouce]
[Security]
[Bugtraq]