Git Distributed Software Revision Control — Thread Index
[Prev Page][Next Page]
- [PATCH 2/3] diff: fix filtering of additional headers under --remerge-diff, (continued)
- [ANNOUNCE] Git for Windows 2.37.3, Johannes Schindelin
- What's cooking in git.git (Aug 2022, #10; Tue, 30),
Junio C Hamano
- js/bisect-in-c, was Re: What's cooking in git.git (Aug 2022, #10; Tue, 30), Johannes Schindelin
- jk/unused-annotation + ab/unused-annotation (was: What's cooking in git.git (Aug 2022, #10; Tue, 30)), Ævar Arnfjörð Bjarmason
- js/add-p-diff-parsing-fix (was: What's cooking in git.git (Aug 2022, #10; Tue, 30)), Ævar Arnfjörð Bjarmason
- [ANNOUNCE] Git v2.37.3, Junio C Hamano
- [PATCH 0/3] A couple of CI fixes regarding the built-in add --patch,
Johannes Schindelin via GitGitGadget
- [PATCH 00/51] completion: revamp,
Felipe Contreras
- [PATCH 01/51] test: completion add test for __git_cmd_idx, Felipe Contreras
- [PATCH 03/51] completion: fix __git_cmd_idx regression for zsh, Felipe Contreras
- [PATCH 02/51] test: add zsh completion tests, Felipe Contreras
- [PATCH 04/51] completion: bash: trivial cleanup, Felipe Contreras
- [PATCH 05/51] completion: zsh: add higher-priority location, Felipe Contreras
- [PATCH 09/51] completion: prompt: use generic colors, Felipe Contreras
- [PATCH 07/51] zsh: simplify realpath dirname idiom, Felipe Contreras
- [PATCH 10/51] completion: fix for suboptions with value, Felipe Contreras
- [PATCH 06/51] zsh: resolve symlink of script, Felipe Contreras
- [PATCH 08/51] test: reset environment variables, Felipe Contreras
- [PATCH 11/51] completion: zsh: trivial improvement, Felipe Contreras
- [PATCH 12/51] completion: bash: do not modify COMP_WORDBREAKS, Felipe Contreras
- [PATCH 15/51] test: completion: add run_func() helper, Felipe Contreras
- [PATCH 13/51] test: completion: fix currently typed words, Felipe Contreras
- [PATCH 14/51] test: completion: switch __gitcomp_nl prefix test, Felipe Contreras
- [PATCH 16/51] completion: bash: remove non-append functionality, Felipe Contreras
- [PATCH 18/51] completion: bash: get rid of any non-append code, Felipe Contreras
- [PATCH 17/51] completion: bash: get rid of _append() functions, Felipe Contreras
- [PATCH 19/51] completion: zsh: fix options with arguments, Felipe Contreras
- [PATCH 20/51] completion: zsh: expand --git-dir file argument, Felipe Contreras
- [PATCH 21/51] completion: zsh: add support for general -C opts, Felipe Contreras
- [PATCH 23/51] completion: zsh: add support for general -c opts, Felipe Contreras
- [PATCH 24/51] completion: zsh: fix extra space on foo=, Felipe Contreras
- [PATCH 22/51] completion: zsh: fix for undefined completions, Felipe Contreras
- [PATCH 28/51] completion: simplify equal suffix check, Felipe Contreras
- [PATCH 30/51] completion: simplify __gitcomp, Felipe Contreras
- [PATCH 25/51] completion: zsh: add excluded options, Felipe Contreras
- [PATCH 33/51] test: completion: add missing test, Felipe Contreras
- [PATCH 27/51] completion: factor out check in __gitcomp, Felipe Contreras
- [PATCH 32/51] completion: improve __gitcomp suffix code, Felipe Contreras
- [PATCH 26/51] completion: zsh: always set compset, Felipe Contreras
- [PATCH 31/51] completion: bash: change suffix check in __gitcomp, Felipe Contreras
- [PATCH 35/51] completion: bash: improve __gitcomp description, Felipe Contreras
- [PATCH 34/51] completion: bash: simplify config_variable_name, Felipe Contreras
- [PATCH 29/51] completion: refactor __gitcomp, Felipe Contreras
- [PATCH 36/51] completion: add __gitcomp_opts, Felipe Contreras
- [PATCH 37/51] completion: bash: cleanup __gitcomp* invocations, Felipe Contreras
- [PATCH 38/51] completion: bash: shuffle __gitcomp functions, Felipe Contreras
- [PATCH 39/51] completion: zsh: simplify __gitcomp_direct, Felipe Contreras
- [PATCH 42/51] completion: zsh: add elements individually in __gitcomp_opts, Felipe Contreras
- [PATCH 43/51] completion: zsh: add __gitcompadd helper, Felipe Contreras
- [PATCH 40/51] completion: zsh: shuffle __gitcomp* functions, Felipe Contreras
- [PATCH 45/51] completion: bash: simplify _get_comp_words_by_ref(), Felipe Contreras
- [PATCH 41/51] completion: zsh: fix direct quoting, Felipe Contreras
- [PATCH 44/51] completion: zsh: add correct removable suffix, Felipe Contreras
- [PATCH 48/51] completion: bash: trivial cleanup, Felipe Contreras
- [PATCH 47/51] completion: bash: cleanup _get_comp_words_by_ref(), Felipe Contreras
- [PATCH 46/51] completion: bash: refactor _get_comp_words_by_ref(), Felipe Contreras
- [PATCH 49/51] completion: bash: rename _get_comp_words_by_ref(), Felipe Contreras
- [PATCH 50/51] zsh: remove version, Felipe Contreras
- [PATCH 51/51] completion: bash: trivial grammar fix, Felipe Contreras
- [PATCH 0/6] clone, submodule update: check out submodule branches,
Glen Choo via GitGitGadget
- [PATCH 4/6] submodule: return target of submodule symref, Glen Choo via GitGitGadget
- [PATCH 6/6] clone, submodule update: check out branches, Glen Choo via GitGitGadget
- [PATCH 1/6] clone: teach --detach option, Glen Choo via GitGitGadget
- [PATCH 3/6] t5617: drop references to remote-tracking branches, Glen Choo via GitGitGadget
- [PATCH 5/6] submodule--helper: refactor up-to-date criterion, Glen Choo via GitGitGadget
- [PATCH 2/6] repo-settings: add submodule_propagate_branches, Glen Choo via GitGitGadget
- [PATCH v2 0/7] clone, submodule update: check out submodule branches, Glen Choo via GitGitGadget
- [PATCH v2 1/7] clone: teach --detach option, Glen Choo via GitGitGadget
- [PATCH v2 2/7] repo-settings: add submodule_propagate_branches, Glen Choo via GitGitGadget
- [PATCH v2 3/7] submodule--helper clone: create named branch, Glen Choo via GitGitGadget
- [PATCH v2 4/7] t5617: drop references to remote-tracking branches, Glen Choo via GitGitGadget
- [PATCH v2 5/7] submodule: return target of submodule symref, Glen Choo via GitGitGadget
- [PATCH v2 6/7] submodule update: refactor update targets, Glen Choo via GitGitGadget
- [PATCH v2 7/7] clone, submodule update: create and check out branches, Glen Choo via GitGitGadget
- Re: [PATCH v2 0/7] clone, submodule update: check out submodule branches, Junio C Hamano
- [PATCH v3 0/8] clone, submodule update: check out submodule branches, Glen Choo via GitGitGadget
- [PATCH v3 1/8] clone: teach --detach option, Glen Choo via GitGitGadget
- [PATCH v3 3/8] submodule--helper clone: create named branch, Glen Choo via GitGitGadget
- [PATCH v3 2/8] repo-settings: add submodule_propagate_branches, Glen Choo via GitGitGadget
- [PATCH v3 5/8] submodule: return target of submodule symref, Glen Choo via GitGitGadget
- [PATCH v3 4/8] t5617: drop references to remote-tracking branches, Glen Choo via GitGitGadget
- [PATCH v3 7/8] submodule--helper: remove update_data.suboid, Glen Choo via GitGitGadget
- [PATCH v3 6/8] submodule update: refactor update targets, Glen Choo via GitGitGadget
- [PATCH v3 8/8] clone, submodule update: create and check out branches, Glen Choo via GitGitGadget
- Re: [PATCH v3 0/8] clone, submodule update: check out submodule branches, Taylor Blau
- Re: [PATCH v3 0/8] clone, submodule update: check out submodule branches, Philippe Blain
- Git in Outreachy? (December 2022),
Taylor Blau
- [PATCH 0/2] test-mergesort: reduce memory allocation overhead of sort subcommand,
René Scharfe
- [PATCH 0/3] fix failing t4301 test and &&-chain breakage,
Eric Sunshine via GitGitGadget
- Ambiguous 'HEAD' issue.,
Caglar Akyuz
- [PATCH] completion: prompt: use generic colors,
Felipe Contreras
- [PATCH 0/2] format-patch --force-inbody-from,
Junio C Hamano
- What's cooking in git.git (Aug 2022, #09; Fri, 26),
Junio C Hamano
- Re: What's cooking in git.git (Aug 2022, #09; Fri, 26), Philip Oakley
- Re: What's cooking in git.git (Aug 2022, #09; Fri, 26), Junio C Hamano
- ac/bitmap-lookup-table, was Re: What's cooking in git.git (Aug 2022, #09; Fri, 26), Jeff King
- [Proposal] Pass additional metadata to sendemail-validate hook from git send-email,
Strawbridge, Michael
- forcing an in-body From header,
Rasmus Villemoes
- [PATCH v4] grep: fix multibyte regex handling under macOS,
Diomidis Spinellis
- git gc memory usage, 王小建
- Considering add log.format and show.format configure option,
Zang
- [PATCH 0/1] pack-bitmap.c: avoid exposing absolute paths,
Teng Long
- Potential problems with url.<base>.insteadOf,
Javier Mora
- [PATCH 0/5] cocci: make "incremental" possible + a ccache-like tool,
Ævar Arnfjörð Bjarmason
- [PATCH 4/5] cocci: make incremental compilation even faster, Ævar Arnfjörð Bjarmason
- [PATCH 5/5] spatchcache: add a ccache-alike for "spatch", Ævar Arnfjörð Bjarmason
- [PATCH 1/5] Makefile: add ability to TAB-complete cocci *.patch rules, Ævar Arnfjörð Bjarmason
- [PATCH 3/5] cocci: make "coccicheck" rule incremental, Ævar Arnfjörð Bjarmason
- [PATCH 2/5] Makefile: have "coccicheck" re-run if flags change, Ævar Arnfjörð Bjarmason
- [PATCH v2 0/9] cocci: make "incremental" possible + a ccache-like tool, Ævar Arnfjörð Bjarmason
- [PATCH v2 7/9] cocci: make "coccicheck" rule incremental, Ævar Arnfjörð Bjarmason
- [PATCH v2 1/9] cocci rules: remove unused "F" metavariable from pending rule, Ævar Arnfjörð Bjarmason
- [PATCH v2 6/9] cocci: split off "--all-includes" from SPATCH_FLAGS, Ævar Arnfjörð Bjarmason
- [PATCH v2 4/9] Makefile: split off SPATCH_BATCH_SIZE comment from "cocci" heading, Ævar Arnfjörð Bjarmason
- [PATCH v2 9/9] spatchcache: add a ccache-alike for "spatch", Ævar Arnfjörð Bjarmason
- [PATCH v2 5/9] cocci: split off include-less "tests" from SPATCH_FLAGS, Ævar Arnfjörð Bjarmason
- [PATCH v2 8/9] cocci: optimistically use COMPUTE_HEADER_DEPENDENCIES, Ævar Arnfjörð Bjarmason
- [PATCH v2 2/9] Makefile: add ability to TAB-complete cocci *.patch rules, Ævar Arnfjörð Bjarmason
- [PATCH v2 3/9] Makefile: have "coccicheck" re-run if flags change, Ævar Arnfjörð Bjarmason
- [PATCH v3 00/11] cocci: make "incremental" possible + a ccache-like tool, Ævar Arnfjörð Bjarmason
- [PATCH v3 09/11] cocci: optimistically use COMPUTE_HEADER_DEPENDENCIES, Ævar Arnfjörð Bjarmason
- [PATCH v3 10/11] cocci: run against a generated ALL.cocci, Ævar Arnfjörð Bjarmason
- [PATCH v3 06/11] cocci: split off include-less "tests" from SPATCH_FLAGS, Ævar Arnfjörð Bjarmason
- [PATCH v3 03/11] Makefile: add ability to TAB-complete cocci *.patch rules, Ævar Arnfjörð Bjarmason
- [PATCH v3 05/11] Makefile: split off SPATCH_BATCH_SIZE comment from "cocci" heading, Ævar Arnfjörð Bjarmason
- [PATCH v3 04/11] Makefile: have "coccicheck" re-run if flags change, Ævar Arnfjörð Bjarmason
- [PATCH v3 01/11] Makefile + shared.mak: rename and indent $(QUIET_SPATCH_T), Ævar Arnfjörð Bjarmason
- [PATCH v3 02/11] cocci rules: remove unused "F" metavariable from pending rule, Ævar Arnfjörð Bjarmason
- [PATCH v3 08/11] cocci: make "coccicheck" rule incremental, Ævar Arnfjörð Bjarmason
- [PATCH v3 07/11] cocci: split off "--all-includes" from SPATCH_FLAGS, Ævar Arnfjörð Bjarmason
- [PATCH v3 11/11] spatchcache: add a ccache-alike for "spatch", Ævar Arnfjörð Bjarmason
- Re: [PATCH v3 00/11] cocci: make "incremental" possible + a ccache-like tool, Jeff King
- [PATCH v4 00/12] cocci: make "incremental" possible + a ccache-like tool, Ævar Arnfjörð Bjarmason
- [PATCH v4 01/12] Makefile + shared.mak: rename and indent $(QUIET_SPATCH_T), Ævar Arnfjörð Bjarmason
- [PATCH v4 03/12] Makefile: add ability to TAB-complete cocci *.patch rules, Ævar Arnfjörð Bjarmason
- [PATCH v4 02/12] cocci rules: remove unused "F" metavariable from pending rule, Ævar Arnfjörð Bjarmason
- [PATCH v4 04/12] Makefile: have "coccicheck" re-run if flags change, Ævar Arnfjörð Bjarmason
- [PATCH v4 05/12] Makefile: split off SPATCH_BATCH_SIZE comment from "cocci" heading, Ævar Arnfjörð Bjarmason
- [PATCH v4 07/12] cocci: split off "--all-includes" from SPATCH_FLAGS, Ævar Arnfjörð Bjarmason
- [PATCH v4 06/12] cocci: split off include-less "tests" from SPATCH_FLAGS, Ævar Arnfjörð Bjarmason
- [PATCH v4 09/12] cocci: optimistically use COMPUTE_HEADER_DEPENDENCIES, Ævar Arnfjörð Bjarmason
- [PATCH v4 08/12] cocci: make "coccicheck" rule incremental, Ævar Arnfjörð Bjarmason
- [PATCH v4 11/12] cocci: run against a generated ALL.cocci, Ævar Arnfjörð Bjarmason
- [PATCH v4 10/12] cocci rules: remove <id>'s from rules that don't need them, Ævar Arnfjörð Bjarmason
- [PATCH v4 12/12] spatchcache: add a ccache-alike for "spatch", Ævar Arnfjörð Bjarmason
- [PATCH v5 00/13] cocci: make "incremental" possible + a ccache-like tool, Ævar Arnfjörð Bjarmason
- [PATCH v5 04/13] Makefile: have "coccicheck" re-run if flags change, Ævar Arnfjörð Bjarmason
- [PATCH v5 01/13] Makefile + shared.mak: rename and indent $(QUIET_SPATCH_T), Ævar Arnfjörð Bjarmason
- [PATCH v5 03/13] Makefile: add ability to TAB-complete cocci *.patch rules, Ævar Arnfjörð Bjarmason
- [PATCH v5 05/13] Makefile: split off SPATCH_BATCH_SIZE comment from "cocci" heading, Ævar Arnfjörð Bjarmason
- [PATCH v5 02/13] cocci rules: remove unused "F" metavariable from pending rule, Ævar Arnfjörð Bjarmason
- [PATCH v5 06/13] cocci: split off include-less "tests" from SPATCH_FLAGS, Ævar Arnfjörð Bjarmason
- [PATCH v5 07/13] cocci: split off "--all-includes" from SPATCH_FLAGS, Ævar Arnfjörð Bjarmason
- [PATCH v5 08/13] cocci: make "coccicheck" rule incremental, Ævar Arnfjörð Bjarmason
- [PATCH v5 12/13] cocci: run against a generated ALL.cocci, Ævar Arnfjörð Bjarmason
- [PATCH v5 10/13] Makefile: copy contrib/coccinelle/*.cocci to build/, Ævar Arnfjörð Bjarmason
- [PATCH v5 11/13] cocci rules: remove <id>'s from rules that don't need them, Ævar Arnfjörð Bjarmason
- [PATCH v5 09/13] cocci: optimistically use COMPUTE_HEADER_DEPENDENCIES, Ævar Arnfjörð Bjarmason
- [PATCH v5 13/13] spatchcache: add a ccache-alike for "spatch", Ævar Arnfjörð Bjarmason
- [PATCH 0/3] unused function parameters newly in next,
Jeff King
- [BUG] git config --unset is not idempotent,
Arturo Seijas Fernandez
- [PATCH v3] grep: fix multibyte regex handling under macOS,
Diomidis Spinellis
- What's cooking in git.git (Aug 2022, #08; Wed, 24),
Junio C Hamano
- curiosities with tempfile.active,
Jeff King
- [PATCH] grep: fix multibyte regex handling under macOS,
Diomidis Spinellis via GitGitGadget
- [PATCH 0/3] built-in add -p: support diff-so-fancy better,
Johannes Schindelin via GitGitGadget
- [PATCH] ci: update 'static-analysis' to Ubuntu 22.04,
Derrick Stolee via GitGitGadget
- [PATCH 0/2] Allow passing pathspecs to git range-diff,
Johannes Schindelin via GitGitGadget
- [PATCH] t4301: add more interesting merge-tree testcases, Elijah Newren via GitGitGadget
- Bug in 'git log --remerge-diff' when used with '--find-object' and '--submodule=log|diff',
Philippe Blain
- Regression in 'git add -p' with 'interactive.diffFilter' since builtin version is default,
Philippe Blain
- [PATCH] promisor-remote: fix xcalloc() argument order,
SZEDER Gábor
- [PATCH v2 0/1] pathspec: fix memleak,
Anthony Delannoy
- [PATCH 0/3] tests: fix broken &&-chains & abort loops on error,
Eric Sunshine via GitGitGadget
- git diff prints long usage help if not run in git repo,
Mohamed Akram
- [Question] How to fix 'static-analysis' build on Ubuntu 20.04,
Derrick Stolee
- [PATCH 0/7] Bundle URIs III: Parse and download from bundle lists,
Derrick Stolee via GitGitGadget
- [PATCH 3/7] bundle-uri: create "key=value" line parsing, Ævar Arnfjörð Bjarmason via GitGitGadget
- [PATCH 6/7] bundle-uri: limit recursion depth for bundle lists, Derrick Stolee via GitGitGadget
- [PATCH 1/7] bundle-uri: create bundle_list struct and helpers, Derrick Stolee via GitGitGadget
- [PATCH 4/7] bundle-uri: unit test "key=value" parsing, Ævar Arnfjörð Bjarmason via GitGitGadget
- [PATCH 7/7] bundle-uri: fetch a list of bundles, Derrick Stolee via GitGitGadget
- [PATCH 5/7] bundle-uri: parse bundle list in config format, Derrick Stolee via GitGitGadget
- [PATCH 2/7] bundle-uri: create base key-value pair parsing, Derrick Stolee via GitGitGadget
- [PATCH v2 0/9] Bundle URIs III: Parse and download from bundle lists, Derrick Stolee via GitGitGadget
- [PATCH v2 5/9] bundle-uri: create "key=value" line parsing, Ævar Arnfjörð Bjarmason via GitGitGadget
- [PATCH v2 7/9] bundle-uri: parse bundle list in config format, Derrick Stolee via GitGitGadget
- [PATCH v2 2/9] bundle-uri: use plain string in find_temp_filename(), Derrick Stolee via GitGitGadget
- [PATCH v2 8/9] bundle-uri: limit recursion depth for bundle lists, Derrick Stolee via GitGitGadget
- [PATCH v2 1/9] bundle-uri: short-circuit capability parsing, Derrick Stolee via GitGitGadget
- [PATCH v2 6/9] bundle-uri: unit test "key=value" parsing, Ævar Arnfjörð Bjarmason via GitGitGadget
- [PATCH v2 3/9] bundle-uri: create bundle_list struct and helpers, Derrick Stolee via GitGitGadget
- [PATCH v2 9/9] bundle-uri: fetch a list of bundles, Derrick Stolee via GitGitGadget
- [PATCH v2 4/9] bundle-uri: create base key-value pair parsing, Derrick Stolee via GitGitGadget
- Re: [PATCH v2 0/9] Bundle URIs III: Parse and download from bundle lists, Derrick Stolee
- [PATCH v3 0/9] Bundle URIs III: Parse and download from bundle lists, Derrick Stolee via GitGitGadget
- [PATCH v3 1/9] bundle-uri: use plain string in find_temp_filename(), Derrick Stolee via GitGitGadget
- [PATCH v3 2/9] bundle-uri: create bundle_list struct and helpers, Derrick Stolee via GitGitGadget
- [PATCH v3 5/9] bundle-uri: unit test "key=value" parsing, Ævar Arnfjörð Bjarmason via GitGitGadget
- [PATCH v3 3/9] bundle-uri: create base key-value pair parsing, Derrick Stolee via GitGitGadget
- [PATCH v3 4/9] bundle-uri: create "key=value" line parsing, Ævar Arnfjörð Bjarmason via GitGitGadget
- [PATCH v3 7/9] bundle-uri: limit recursion depth for bundle lists, Derrick Stolee via GitGitGadget
- [PATCH v3 9/9] bundle-uri: suppress stderr from remote-https, Derrick Stolee via GitGitGadget
- [PATCH v3 6/9] bundle-uri: parse bundle list in config format, Derrick Stolee via GitGitGadget
- [PATCH v3 8/9] bundle-uri: fetch a list of bundles, Derrick Stolee via GitGitGadget
- [PATCH v4 00/11] Bundle URIs III: Parse and download from bundle lists, Derrick Stolee via GitGitGadget
- [PATCH v4 02/11] bundle-uri: create bundle_list struct and helpers, Derrick Stolee via GitGitGadget
- [PATCH v4 01/11] bundle-uri: use plain string in find_temp_filename(), Derrick Stolee via GitGitGadget
- [PATCH v4 03/11] bundle-uri: create base key-value pair parsing, Derrick Stolee via GitGitGadget
- [PATCH v4 04/11] bundle-uri: create "key=value" line parsing, Ævar Arnfjörð Bjarmason via GitGitGadget
- [PATCH v4 05/11] bundle-uri: unit test "key=value" parsing, Ævar Arnfjörð Bjarmason via GitGitGadget
- [PATCH v4 06/11] bundle-uri: parse bundle list in config format, Derrick Stolee via GitGitGadget
- [PATCH v4 07/11] bundle-uri: limit recursion depth for bundle lists, Derrick Stolee via GitGitGadget
- [PATCH v4 08/11] bundle: add flags to verify_bundle(), skip walk, Derrick Stolee via GitGitGadget
- [PATCH v4 09/11] bundle-uri: fetch a list of bundles, Derrick Stolee via GitGitGadget
- [PATCH v4 10/11] bundle-uri: quiet failed unbundlings, Derrick Stolee via GitGitGadget
- [PATCH v4 11/11] bundle-uri: suppress stderr from remote-https, Derrick Stolee via GitGitGadget
- [PATCH v5 00/12] Bundle URIs III: Parse and download from bundle lists, Derrick Stolee via GitGitGadget
- [PATCH v5 01/12] bundle-uri: use plain string in find_temp_filename(), Derrick Stolee via GitGitGadget
- [PATCH v5 02/12] bundle-uri: create bundle_list struct and helpers, Derrick Stolee via GitGitGadget
- [PATCH v5 03/12] bundle-uri: create base key-value pair parsing, Derrick Stolee via GitGitGadget
- [PATCH v5 05/12] bundle-uri: unit test "key=value" parsing, Ævar Arnfjörð Bjarmason via GitGitGadget
- [PATCH v5 04/12] bundle-uri: create "key=value" line parsing, Ævar Arnfjörð Bjarmason via GitGitGadget
- [PATCH v5 12/12] bundle-uri: suppress stderr from remote-https, Derrick Stolee via GitGitGadget
- [PATCH v5 07/12] bundle-uri: limit recursion depth for bundle lists, Derrick Stolee via GitGitGadget
- [PATCH v5 09/12] bundle-uri: fetch a list of bundles, Derrick Stolee via GitGitGadget
- [PATCH v5 08/12] bundle: properly clear all revision flags, Derrick Stolee via GitGitGadget
- [PATCH v5 10/12] bundle: add flags to verify_bundle(), Derrick Stolee via GitGitGadget
- [PATCH v5 06/12] bundle-uri: parse bundle list in config format, Derrick Stolee via GitGitGadget
- [PATCH v5 11/12] bundle-uri: quiet failed unbundlings, Derrick Stolee via GitGitGadget
- Re: [PATCH v5 00/12] Bundle URIs III: Parse and download from bundle lists, Derrick Stolee
- `git patch-id --stable' vs quoted-printable,
Eric Wong
- [PATCH 0/2] Miscellaneous merge fixes,
Elijah Newren via GitGitGadget
- rev-parse: -- is sometimes a flag and sometimes an arg?,
Tim Hockin
- [PATCH] t64??: convert 'test_create_repo' to 'git init',
Elijah Newren via GitGitGadget
[Index of Archives]
[Linux Kernel]
[LKML Kernel FAQ]
[IETF Annouce]
[Security]
[Bugtraq]