Git Distributed Software Revision Control — Thread Index
[Prev Page][Next Page]
- Re: [PATCH v10 4/4] cat-file: add --batch-command mode, (continued)
- branch.autoSetupMerge option for "if name matches only"?,
Tao Klerks
- [PATCH] gpg-interface: fix for gpgsm v2.3,
Fabian Stelzer
- [no subject], Orlando Moris
- [PATCH v2] doc: check-ignore: code-quote an exclamation mark,
Philip Oakley
- [PATCH] doc: check-ignore: code-quote an exclamation mark,
Philip Oakley
- Git Bug Report: 'git stash pop' always put newly added files into staging area,
Zhuo Cheng Du
- Git Bug Report: 'git stash pop' always put new files into staging area, regardless of '--index' option, Zhuo Cheng Du
- git-checkout doesn't seem to respect config from include.path,
Greg Hurrell
- [PATCH] forbid a hard reset before the initial commit,
Viaceslavus via GitGitGadget
- [PATCH] fix typo in git-mktree.txt,
lgl via GitGitGadget
- New `--reapply-cherry-picks` warning,
Σταύρος Ντέντος
- [PATCH] builtin/diff.c: fix "git-diff" usage string typo,
Shaoxuan Yuan
- [PATCH] perl Git.pm: don't ignore signalled failure in _cmd_close(),
Ævar Arnfjörð Bjarmason
- [PATCH] t0051: use "skip_all" under !MINGW in single-test file,
Ævar Arnfjörð Bjarmason
- Getting rid of "hint: Using 'master' as the name for the initial branch." when initializing a repository with pygit,
Michal Suchánek
- Join us for Review Club!,
Josh Steadmon
- <Possible follow-ups>
- Join us for Review Club!, Glen Choo
- Join us for Review Club!, Glen Choo
- Join us for Review Club!, Glen Choo
- Join us for Review Club!, Calvin Wan
- Join us for Review Club!, Calvin Wan
- Join us for Review Club!, Glen Choo
- Join us for Review Club!, Calvin Wan
- Join us for Review Club!, Glen Choo
- Join us for Review Club!, Calvin Wan
- Join us for Review Club!, Glen Choo
- Join us for Review Club!, Glen Choo
- [ANNOUNCE] Git for Windows 2.35.1(2), Johannes Schindelin
- [PATCH 0/6] [RFC] partial-clone: add ability to refetch with expanded filter,
Robert Coup via GitGitGadget
- [PATCH 1/6] fetch-negotiator: add specific noop initializor, Robert Coup via GitGitGadget
- [PATCH 2/6] fetch-pack: add partial clone refiltering, Robert Coup via GitGitGadget
- [PATCH 3/6] builtin/fetch-pack: add --refilter option, Robert Coup via GitGitGadget
- [PATCH 5/6] t5615-partial-clone: add test for --refilter, Robert Coup via GitGitGadget
- [PATCH 4/6] fetch: add --refilter option, Robert Coup via GitGitGadget
- [PATCH 6/6] doc/partial-clone: mention --refilter option, Robert Coup via GitGitGadget
- Re: [PATCH 0/6] [RFC] partial-clone: add ability to refetch with expanded filter, Junio C Hamano
- Re: [PATCH 0/6] [RFC] partial-clone: add ability to refetch with expanded filter, Jonathan Tan
- Re: [PATCH 0/6] [RFC] partial-clone: add ability to refetch with expanded filter, Jeff Hostetler
- [PATCH v2 0/8] fetch: add repair: full refetch without negotiation (was: "refiltering"), Robert Coup via GitGitGadget
- [PATCH v2 1/8] fetch-negotiator: add specific noop initializor, Robert Coup via GitGitGadget
- [PATCH v2 2/8] fetch-pack: add repairing, Robert Coup via GitGitGadget
- [PATCH v2 4/8] fetch: add --repair option, Robert Coup via GitGitGadget
- [PATCH v2 8/8] doc/partial-clone: mention --repair fetch option, Robert Coup via GitGitGadget
- [PATCH v2 3/8] builtin/fetch-pack: add --repair option, Robert Coup via GitGitGadget
- [PATCH v2 5/8] t5615-partial-clone: add test for fetch --repair, Robert Coup via GitGitGadget
- [PATCH v2 6/8] maintenance: add ability to pass config options, Robert Coup via GitGitGadget
- [PATCH v2 7/8] fetch: after repair, encourage auto gc repacking, Robert Coup via GitGitGadget
- Re: [PATCH v2 0/8] fetch: add repair: full refetch without negotiation (was: "refiltering"), Ævar Arnfjörð Bjarmason
- [PATCH v3 0/7] fetch: add repair: full refetch without negotiation (was: "refiltering"), Robert Coup via GitGitGadget
- [PATCH v3 1/7] fetch-negotiator: add specific noop initializer, Robert Coup via GitGitGadget
- [PATCH v3 3/7] builtin/fetch-pack: add --refetch option, Robert Coup via GitGitGadget
- [PATCH v3 2/7] fetch-pack: add refetch, Robert Coup via GitGitGadget
- [PATCH v3 4/7] fetch: add --refetch option, Robert Coup via GitGitGadget
- [PATCH v3 5/7] t5615-partial-clone: add test for fetch --refetch, Robert Coup via GitGitGadget
- [PATCH v3 7/7] doc/partial-clone: mention --refetch fetch option, Robert Coup via GitGitGadget
- [PATCH v3 6/7] fetch: after refetch, encourage auto gc repacking, Robert Coup via GitGitGadget
- Re: [PATCH v3 0/7] fetch: add repair: full refetch without negotiation (was: "refiltering"), Calvin Wan
- [PATCH v4 0/7] fetch: add repair: full refetch without negotiation (was: "refiltering"), Robert Coup via GitGitGadget
- [PATCH 00/10] object-file API: pass object enums, tidy up streaming interface,
Ævar Arnfjörð Bjarmason
- [PATCH 01/10] object-file.c: split up declaration of unrelated variables, Ævar Arnfjörð Bjarmason
- [PATCH 02/10] object-file API: return "void", not "int" from hash_object_file(), Ævar Arnfjörð Bjarmason
- [PATCH 03/10] object-file API: add a format_object_header() function, Ævar Arnfjörð Bjarmason
- [PATCH 04/10] object-file API: have write_object_file() take "enum object_type", Ævar Arnfjörð Bjarmason
- [PATCH 05/10] object-file API: provide a hash_object_file_oideq(), Ævar Arnfjörð Bjarmason
- [PATCH 06/10] object-file API: replace some use of check_object_signature(), Ævar Arnfjörð Bjarmason
- [PATCH 08/10] object-file API: replace check_object_signature() with stream_*, Ævar Arnfjörð Bjarmason
- [PATCH 07/10] object-file API: have hash_object_file() take "enum object_type", Ævar Arnfjörð Bjarmason
- [PATCH 09/10] object-file.c: add a literal version of write_object_file_prepare(), Ævar Arnfjörð Bjarmason
- [PATCH 10/10] object-file API: pass an enum to read_object_with_reference(), Ævar Arnfjörð Bjarmason
- [PATCH v2 00/11] object-file API: pass object enums, tidy up streaming interface, Ævar Arnfjörð Bjarmason
- [PATCH v2 04/11] object-file API: have write_object_file() take "enum object_type", Ævar Arnfjörð Bjarmason
- [PATCH v2 03/11] object-file API: add a format_object_header() function, Ævar Arnfjörð Bjarmason
- [PATCH v2 01/11] object-file.c: split up declaration of unrelated variables, Ævar Arnfjörð Bjarmason
- [PATCH v2 02/11] object-file API: return "void", not "int" from hash_object_file(), Ævar Arnfjörð Bjarmason
- [PATCH v2 05/11] object API: correct "buf" v.s. "map" mismatch in *.c and *.h, Ævar Arnfjörð Bjarmason
- [PATCH v2 06/11] object API: make check_object_signature() oideq()-like, move docs, Ævar Arnfjörð Bjarmason
- [PATCH v2 08/11] object API: rename hash_object_file_literally() to write_*(), Ævar Arnfjörð Bjarmason
- [PATCH v2 07/11] object-file API: split up and simplify check_object_signature(), Ævar Arnfjörð Bjarmason
- [PATCH v2 09/11] object-file API: have hash_object_file() take "enum object_type", Ævar Arnfjörð Bjarmason
- [PATCH v2 11/11] object-file API: pass an enum to read_object_with_reference(), Ævar Arnfjörð Bjarmason
- [PATCH v2 10/11] object-file.c: add a literal version of write_object_file_prepare(), Ævar Arnfjörð Bjarmason
- [PATCH v3 00/12] object-file API: pass object enums, tidy up streaming interface, Ævar Arnfjörð Bjarmason
- [PATCH v3 01/12] object-file.c: split up declaration of unrelated variables, Ævar Arnfjörð Bjarmason
- [PATCH v3 02/12] object-file API: return "void", not "int" from hash_object_file(), Ævar Arnfjörð Bjarmason
- [PATCH v3 03/12] object-file API: add a format_object_header() function, Ævar Arnfjörð Bjarmason
- [PATCH v3 05/12] object API: correct "buf" v.s. "map" mismatch in *.c and *.h, Ævar Arnfjörð Bjarmason
- [PATCH v3 04/12] object-file API: have write_object_file() take "enum object_type", Ævar Arnfjörð Bjarmason
- [PATCH v3 06/12] object API docs: move check_object_signature() docs to cache.h, Ævar Arnfjörð Bjarmason
- [PATCH v3 09/12] object API: rename hash_object_file_literally() to write_*(), Ævar Arnfjörð Bjarmason
- [PATCH v3 08/12] object-file API: split up and simplify check_object_signature(), Ævar Arnfjörð Bjarmason
- [PATCH v3 12/12] object-file API: pass an enum to read_object_with_reference(), Ævar Arnfjörð Bjarmason
- [PATCH v3 07/12] object API users + docs: check <0, not !0 with check_object_signature(), Ævar Arnfjörð Bjarmason
- [PATCH v3 10/12] object-file API: have hash_object_file() take "enum object_type", Ævar Arnfjörð Bjarmason
- [PATCH v3 11/12] object-file.c: add a literal version of write_object_file_prepare(), Ævar Arnfjörð Bjarmason
- [PATCH 1/2] format-patch: Fix antipatterns in tests,
Jerry Zhang
- pull.ff = only vs. branch.<name>.rebase = true problem, Herman, Geza
- [PATCH] refs.h: make all flags arguments unsigned,
Han-Wen Nienhuys via GitGitGadget
- [PATCH 0/3] reftable related test tweaks,
Han-Wen Nienhuys via GitGitGadget
- [ANNOUNCE] Git Rev News edition 83, Christian Couder
- remotes group with one member, Rasmus Villemoes
- Why won't "git rebase -Xrenormalize -i $REBASE_SHA" do anything?,
Josef Wolf
- внимания, системы администратор
- Stage, test, and commit only some changes, then repeat,
Géry Ogam
- [Question] Translation Dictionary,
rsbecker
- Draft of Git Rev News edition 83, Christian Couder
- [ANNOUNCE] Git for Windows 2.35.1, Johannes Schindelin
- [ANNOUNCE] Git v2.35.1, Junio C Hamano
- [PATCH] 2.35.1.txt: clarify the rebase/stash regression, Elijah Newren via GitGitGadget
- [PATCH] merge-tree: optionally force a simple 3-way merge, Johannes Schindelin
- [RFC v3] cat-file: add a --stdin-cmd mode,
John Cai
- Re: [RFC v3] cat-file: add a --stdin-cmd mode, Phillip Wood
[PATCH] fetch: fix negotiate-only error message,
Robert Coup
[PATCH 2/2] fetch: skip computing output width when not printing anything, Patrick Steinhardt
BUG: Various "advice.*" config doesn't work,
Ævar Arnfjörð Bjarmason
[PATCH 0/2] fetch: speed up mirror-fetches with many refs,
Patrick Steinhardt
[PATCH] sparse-checkout: fix a couple minor memory leaks,
Elijah Newren via GitGitGadget
[PATCH] repo-settings: fix checking for fetch.negotiationAlgorithm=default,
Elijah Newren via GitGitGadget
[PATCH 00/11] Finish converting git bisect into a built-in,
Johannes Schindelin via GitGitGadget
- [PATCH 02/11] bisect--helper: retire the --no-log option, Johannes Schindelin via GitGitGadget
- [PATCH 03/11] bisect--helper: really retire --bisect-next-check, Johannes Schindelin via GitGitGadget
- [PATCH 01/11] bisect run: fix the error message, Johannes Schindelin via GitGitGadget
- [PATCH 04/11] bisect--helper: really retire `--bisect-autostart`, Johannes Schindelin via GitGitGadget
- [PATCH 05/11] bisect--helper: align the sub-command order with git-bisect.sh, Johannes Schindelin via GitGitGadget
- [PATCH 06/11] bisect--helper: make `--bisect-state` optional, Johannes Schindelin via GitGitGadget
- [PATCH 08/11] bisect--helper: using `--bisect-state` without an argument is a bug, Johannes Schindelin via GitGitGadget
- [PATCH 09/11] Turn `git bisect` into a full built-in., Johannes Schindelin via GitGitGadget
- [PATCH 07/11] bisect: move even the option parsing to `bisect--helper`, Johannes Schindelin via GitGitGadget
- [PATCH 11/11] bisect: no longer try to clean up left-over `.git/head-name` files, Johannes Schindelin via GitGitGadget
- [PATCH 10/11] bisect: remove Cogito-related code, Johannes Schindelin via GitGitGadget
- Message not available
Message not available
Re: [PATCH 00/11] Finish converting git bisect into a built-in, Elijah Newren
[PATCH v2 00/14] Finish converting git bisect into a built-in, Johannes Schindelin via GitGitGadget
- [PATCH v2 01/14] bisect run: fix the error message, Johannes Schindelin via GitGitGadget
- [PATCH v2 02/14] bisect: avoid double-quoting when printing the failed command, Johannes Schindelin via GitGitGadget
- [PATCH v2 03/14] bisect--helper: retire the --no-log option, Johannes Schindelin via GitGitGadget
- [PATCH v2 05/14] bisect--helper: really retire `--bisect-autostart`, Johannes Schindelin via GitGitGadget
- [PATCH v2 07/14] bisect--helper: align the sub-command order with git-bisect.sh, Johannes Schindelin via GitGitGadget
- [PATCH v2 06/14] bisect--helper: using `--bisect-state` without an argument is a bug, Johannes Schindelin via GitGitGadget
- [PATCH v2 04/14] bisect--helper: really retire --bisect-next-check, Johannes Schindelin via GitGitGadget
- [PATCH v2 08/14] bisect--helper: make `--bisect-state` optional, Johannes Schindelin via GitGitGadget
- [PATCH v2 09/14] bisect--helper: move the `BISECT_STATE` case to the end, Johannes Schindelin via GitGitGadget
- [PATCH v2 13/14] bisect: remove Cogito-related code, Johannes Schindelin via GitGitGadget
- [PATCH v2 10/14] bisect--helper: return only correct exit codes in `cmd_*()`, Johannes Schindelin via GitGitGadget
- [PATCH v2 14/14] bisect: no longer try to clean up left-over `.git/head-name` files, Johannes Schindelin via GitGitGadget
- [PATCH v2 11/14] bisect: move even the option parsing to `bisect--helper`, Johannes Schindelin via GitGitGadget
- [PATCH v2 12/14] Turn `git bisect` into a full built-in, Johannes Schindelin via GitGitGadget
- Re: [PATCH v2 00/14] Finish converting git bisect into a built-in, Elijah Newren
- Re: [PATCH v2 00/14] Finish converting git bisect into a built-in, Junio C Hamano
- [PATCH v3 00/15] Finish converting git bisect into a built-in, Johannes Schindelin via GitGitGadget
- [PATCH v3 02/15] bisect: avoid double-quoting when printing the failed command, Johannes Schindelin via GitGitGadget
- [PATCH v3 03/15] bisect--helper: retire the --no-log option, Johannes Schindelin via GitGitGadget
- [PATCH v3 01/15] bisect run: fix the error message, Johannes Schindelin via GitGitGadget
- [PATCH v3 05/15] bisect--helper: really retire `--bisect-autostart`, Johannes Schindelin via GitGitGadget
- [PATCH v3 04/15] bisect--helper: really retire --bisect-next-check, Johannes Schindelin via GitGitGadget
- [PATCH v3 08/15] bisect--helper: make `--bisect-state` optional, Johannes Schindelin via GitGitGadget
- [PATCH v3 09/15] bisect--helper: move the `BISECT_STATE` case to the end, Johannes Schindelin via GitGitGadget
- [PATCH v3 06/15] bisect--helper: using `--bisect-state` without an argument is a bug, Johannes Schindelin via GitGitGadget
- [PATCH v3 10/15] bisect--helper: return only correct exit codes in `cmd_*()`, Johannes Schindelin via GitGitGadget
- [PATCH v3 07/15] bisect--helper: align the sub-command order with git-bisect.sh, Johannes Schindelin via GitGitGadget
- [PATCH v3 12/15] bisect: teach the `bisect--helper` command to show the correct usage strings, Johannes Schindelin via GitGitGadget
- [PATCH v3 11/15] bisect: move even the command-line parsing to `bisect--helper`, Johannes Schindelin via GitGitGadget
- [PATCH v3 14/15] bisect: remove Cogito-related code, Johannes Schindelin via GitGitGadget
- [PATCH v3 13/15] Turn `git bisect` into a full built-in, Johannes Schindelin via GitGitGadget
- [PATCH v3 15/15] bisect: no longer try to clean up left-over `.git/head-name` files, Johannes Schindelin via GitGitGadget
- Re: [PATCH v3 00/15] Finish converting git bisect into a built-in, Bagas Sanjaya
- [PATCH v4 00/16] Finish converting git bisect into a built-in, Johannes Schindelin via GitGitGadget
- [PATCH v4 07/16] bisect--helper: using `--bisect-state` without an argument is a bug, Johannes Schindelin via GitGitGadget
- [PATCH v4 16/16] bisect: no longer try to clean up left-over `.git/head-name` files, Johannes Schindelin via GitGitGadget
- [PATCH v4 04/16] bisect--helper: retire the --no-log option, Johannes Schindelin via GitGitGadget
- [PATCH v4 09/16] bisect--helper: make `--bisect-state` optional, Johannes Schindelin via GitGitGadget
- [PATCH v4 15/16] bisect: remove Cogito-related code, Johannes Schindelin via GitGitGadget
- [PATCH v4 10/16] bisect--helper: move the `BISECT_STATE` case to the end, Johannes Schindelin via GitGitGadget
- [PATCH v4 02/16] bisect run: fix the error message, Johannes Schindelin via GitGitGadget
- [PATCH v4 13/16] bisect: move even the command-line parsing to `bisect--helper`, Johannes Schindelin via GitGitGadget
- [PATCH v4 01/16] bisect: verify that a bogus option won't try to start a bisection, Johannes Schindelin via GitGitGadget
- [PATCH v4 08/16] bisect--helper: align the sub-command order with git-bisect.sh, Johannes Schindelin via GitGitGadget
- [PATCH v4 03/16] bisect: avoid double-quoting when printing the failed command, Johannes Schindelin via GitGitGadget
- [PATCH v4 06/16] bisect--helper: really retire `--bisect-autostart`, Johannes Schindelin via GitGitGadget
- [PATCH v4 12/16] bisect: teach the `bisect--helper` command to show the correct usage strings, Johannes Schindelin via GitGitGadget
- [PATCH v4 11/16] bisect--helper: return only correct exit codes in `cmd_*()`, Johannes Schindelin via GitGitGadget
- [PATCH v4 14/16] Turn `git bisect` into a full built-in, Johannes Schindelin via GitGitGadget
- [PATCH v4 05/16] bisect--helper: really retire --bisect-next-check, Johannes Schindelin via GitGitGadget
- Re: [PATCH v4 00/16] Finish converting git bisect into a built-in, Ævar Arnfjörð Bjarmason
- [PATCH v5 00/16] Finish converting git bisect into a built-in, Johannes Schindelin via GitGitGadget
- [PATCH v5 02/16] bisect--helper: really retire --bisect-next-check, Johannes Schindelin via GitGitGadget
- [PATCH v5 06/16] bisect--helper: make the order consistently `argc, argv`, Johannes Schindelin via GitGitGadget
- [PATCH v5 08/16] bisect: verify that a bogus option won't try to start a bisection, Johannes Schindelin via GitGitGadget
- [PATCH v5 09/16] bisect run: fix the error message, Johannes Schindelin via GitGitGadget
- [PATCH v5 01/16] bisect--helper: retire the --no-log option, Johannes Schindelin via GitGitGadget
- [PATCH v5 11/16] bisect--helper: calling `bisect_state()` without an argument is a bug, Johannes Schindelin via GitGitGadget
- [PATCH v5 03/16] bisect--helper: really retire `--bisect-autostart`, Johannes Schindelin via GitGitGadget
- [PATCH v5 04/16] bisect--helper: simplify exit code computation, Johannes Schindelin via GitGitGadget
- [PATCH v5 07/16] bisect--helper: migrate to OPT_SUBCOMMAND(), Johannes Schindelin via GitGitGadget
- [PATCH v5 05/16] bisect--helper: make `terms` an explicit singleton, Johannes Schindelin via GitGitGadget
- [PATCH v5 10/16] bisect: avoid double-quoting when printing the failed command, Johannes Schindelin via GitGitGadget
- [PATCH v5 15/16] bisect: remove Cogito-related code, Johannes Schindelin via GitGitGadget
- [PATCH v5 13/16] bisect: move even the command-line parsing to `bisect--helper`, Johannes Schindelin via GitGitGadget
- [PATCH v5 16/16] bisect: no longer try to clean up left-over `.git/head-name` files, Johannes Schindelin via GitGitGadget
- [PATCH v5 12/16] bisect--helper: make `state` optional, Johannes Schindelin via GitGitGadget
- [PATCH v5 14/16] Turn `git bisect` into a full built-in, Johannes Schindelin via GitGitGadget
- [PATCH v6 00/16] Finish converting git bisect into a built-in, Johannes Schindelin via GitGitGadget
- [PATCH v6 03/16] bisect--helper: really retire `--bisect-autostart`, Johannes Schindelin via GitGitGadget
- [PATCH v6 01/16] bisect--helper: retire the --no-log option, Johannes Schindelin via GitGitGadget
- [PATCH v6 02/16] bisect--helper: really retire --bisect-next-check, Johannes Schindelin via GitGitGadget
- [PATCH v6 04/16] bisect--helper: simplify exit code computation, Johannes Schindelin via GitGitGadget
- [PATCH v6 06/16] bisect--helper: make the order consistently `argc, argv`, Johannes Schindelin via GitGitGadget
- [PATCH v6 07/16] bisect--helper: migrate to OPT_SUBCOMMAND(), Johannes Schindelin via GitGitGadget
- [PATCH v6 05/16] bisect--helper: make `terms` an explicit singleton, Johannes Schindelin via GitGitGadget
- [PATCH v6 08/16] bisect: verify that a bogus option won't try to start a bisection, Johannes Schindelin via GitGitGadget
- [PATCH v6 09/16] bisect run: fix the error message, Johannes Schindelin via GitGitGadget
- [PATCH v6 10/16] bisect: avoid double-quoting when printing the failed command, Johannes Schindelin via GitGitGadget
- [PATCH v6 11/16] bisect--helper: calling `bisect_state()` without an argument is a bug, Johannes Schindelin via GitGitGadget
- [PATCH v6 12/16] bisect--helper: make `state` optional, Johannes Schindelin via GitGitGadget
- [PATCH v6 16/16] bisect: no longer try to clean up left-over `.git/head-name` files, Johannes Schindelin via GitGitGadget
- [PATCH v6 14/16] Turn `git bisect` into a full built-in, Johannes Schindelin via GitGitGadget
- [PATCH v6 15/16] bisect: remove Cogito-related code, Johannes Schindelin via GitGitGadget
- [PATCH v6 13/16] bisect: move even the command-line parsing to `bisect--helper`, Johannes Schindelin via GitGitGadget
- Re: [PATCH v6 00/16] Finish converting git bisect into a built-in, Junio C Hamano
[PATCH 0/4] Really retire git-legacy-stash.sh,
Johannes Schindelin via GitGitGadget
git log bug: -n flag doesn't work with --follow, John Rocha
[PATCH] fetch --prune: exit with error if pruning fails,
Thomas Gummerer
spurious git stash create failures,
clime
Git-Gui: Can the "push" button optionally be removed/disabled/hidden ?,
Mirco Babin
WARNING: terminal is not fully functional,
Jeffrey Walton
[PATCH 0/2] repack: add --filter=,
John Cai via GitGitGadget
[PATCH] http API: fix dangling pointer issue noted by GCC 12.0,
Ævar Arnfjörð Bjarmason
Git in GSoC 2022?,
Kaartic Sivaraam
Re: Git in GSoC 2022?, Derrick Stolee
Re: Git in GSoC 2022?, ZheNing Hu
Re: Git in GSoC 2022?, Philip Oakley
Re: Git in GSoC 2022?, Kaartic Sivaraam
git worktree, submodule and force checkout/switch,
Federico Kircheis
clean/smudge-filter with "attached file"?,
Josef Wolf
[PATCH] scalar: accept -C and -c options before the subcommand,
Johannes Schindelin via GitGitGadget
[PATCH 0/5] scalar: implement the subcommand "diagnose",
Johannes Schindelin via GitGitGadget
[Index of Archives]
[Linux Kernel]
[LKML Kernel FAQ]
[IETF Annouce]
[Security]
[Bugtraq]