Git Distributed Software Revision Control — Thread Index
[Prev Page][Next Page]
- Re: [PATCH] mailmap: change primary address for Derrick Stolee, (continued)
- [GSoC] Interest in "More Sparse Index Integrations" project idea,
Shaoxuan Yuan
- [Bugreport] Git Checkout-Index from sub-folder, Tobias Heineken
- What's cooking in git.git (Feb 2022, #03; Sat, 12),
Junio C Hamano
- [PATCH 0/7] RFC: sparse checkout: make --cone mode the default, and check add/set argument validity,
Elijah Newren via GitGitGadget
- [PATCH 7/7] sparse-checkout: make --cone the default and deprecate --no-cone, Elijah Newren via GitGitGadget
- [PATCH 6/7] sparse-checkout: reject arguments in cone-mode that look like patterns, Elijah Newren via GitGitGadget
- [PATCH 4/7] sparse-checkout: error or warn when given individual files, Elijah Newren via GitGitGadget
- [PATCH 1/7] sparse-checkout: correct reapply's handling of options, Elijah Newren via GitGitGadget
- [PATCH 2/7] sparse-checkout: correctly set non-cone mode when expected, Elijah Newren via GitGitGadget
- [PATCH 5/7] sparse-checkout: reject non-cone-mode patterns starting with a '#', Elijah Newren via GitGitGadget
- [PATCH 3/7] sparse-checkout: pay attention to prefix for {set, add}, Elijah Newren via GitGitGadget
- Re: [PATCH 0/7] RFC: sparse checkout: make --cone mode the default, and check add/set argument validity, Derrick Stolee
- [PATCH v2 0/6] sparse checkout: fix a few bugs and check argument validity for set/add, Elijah Newren via GitGitGadget
- [PATCH v3 1/4] log: fix memory leak if --graph is passed multiple times,
Alex Henrie
- [PATCH] t/t3903-stash.sh: replace test [-d|-f] with test_path_is_*,
COGONI Guillaume
- Bug: git-gui creates unwanted branch, Joe Brown
- [PATCH 0/6] fetch: improve atomicity of `--atomic` flag,
Patrick Steinhardt
- Review process improvements: drafting a ReviewingPatches doc,
calvinwan
- [no subject], Unknown
- [PATCH v2 1/4] log: fix memory leak if --graph is passed multiple times,
Alex Henrie
- [PATCH v4 00/22] git-p4: Various code tidy-ups,
Joel Holdsworth
- [PATCH v4 04/22] git-p4: improve consistency of docstring formatting, Joel Holdsworth
- [PATCH v4 07/22] git-p4: sort and de-duplcate pylint disable list, Joel Holdsworth
- [PATCH v4 05/22] git-p4: convert descriptive class and function comments into docstrings, Joel Holdsworth
- [PATCH v4 16/22] git-p4: ensure there is a single space around all operators, Joel Holdsworth
- [PATCH v4 06/22] git-p4: remove commented code, Joel Holdsworth
- [PATCH v4 14/22] git-p4: remove spaces between dictionary keys and colons, Joel Holdsworth
- [PATCH v4 17/22] git-p4: normalize indentation of lines in conditionals, Joel Holdsworth
- [PATCH v4 03/22] git-p4: indent with 4-spaces, Joel Holdsworth
- [PATCH v4 09/22] git-p4: remove spaces around default arguments, Joel Holdsworth
- [PATCH v4 10/22] git-p4: removed brackets when assigning multiple return values, Joel Holdsworth
- [PATCH v4 11/22] git-p4: place a single space after every comma, Joel Holdsworth
- [PATCH v4 13/22] git-p4: remove redundant backslash-continuations inside brackets, Joel Holdsworth
- [PATCH v4 12/22] git-p4: remove extraneous spaces before function arguments, Joel Holdsworth
- [PATCH v4 19/22] git-p4: only seperate code blocks by a single empty line, Joel Holdsworth
- [PATCH v4 15/22] git-p4: ensure every comment has a single #, Joel Holdsworth
- [PATCH v4 02/22] git-p4: remove unneeded semicolons from statements, Joel Holdsworth
- [PATCH v4 01/22] git-p4: add blank lines between functions and class definitions, Joel Holdsworth
- [PATCH v4 08/22] git-p4: remove padding from lists, tuples and function arguments, Joel Holdsworth
- [PATCH v4 20/22] git-p4: move inline comments to line above, Joel Holdsworth
- [PATCH v4 22/22] git-p4: sort imports, Joel Holdsworth
- [PATCH v4 18/22] git-p4: compare to singletons with "is" and "is not", Joel Holdsworth
- [PATCH v4 21/22] git-p4: seperate multiple statements onto seperate lines, Joel Holdsworth
- Re: [PATCH v4 00/22] git-p4: Various code tidy-ups, Tao Klerks
- [PATCH 0/8] fetch --recurse-submodules: fetch unpopulated submodules,
Glen Choo
- [PATCH 1/8] submodule: inline submodule_commits() into caller, Glen Choo
- [PATCH 2/8] submodule: store new submodule commits oid_array in a struct, Glen Choo
- [PATCH 5/8] t5526: use grep to assert on fetches, Glen Choo
- [PATCH 4/8] t5526: introduce test helper to assert on fetches, Glen Choo
- [PATCH 8/8] submodule: fix bug and remove add_submodule_odb(), Glen Choo
- [PATCH 7/8] fetch: fetch unpopulated, changed submodules, Glen Choo
- [PATCH 6/8] submodule: extract get_fetch_task(), Glen Choo
- [PATCH 3/8] submodule: make static functions read submodules from commits, Glen Choo
- Re: [PATCH 0/8] fetch --recurse-submodules: fetch unpopulated submodules, Junio C Hamano
- [PATCH v2 0/9] fetch --recurse-submodules: fetch unpopulated submodules, Glen Choo
- [PATCH v2 1/9] t5526: introduce test helper to assert on fetches, Glen Choo
- [PATCH v2 3/9] submodule: make static functions read submodules from commits, Glen Choo
- [PATCH v2 5/9] submodule: store new submodule commits oid_array in a struct, Glen Choo
- [PATCH v2 4/9] submodule: inline submodule_commits() into caller, Glen Choo
- [PATCH v2 2/9] t5526: use grep to assert on fetches, Glen Choo
- [PATCH v2 6/9] submodule: extract get_fetch_task(), Glen Choo
- [PATCH v2 7/9] fetch: fetch unpopulated, changed submodules, Glen Choo
- [PATCH v2 9/9] submodule: fix latent check_has_commit() bug, Glen Choo
- [PATCH v2 8/9] submodule: read shallows when finding changed submodules, Glen Choo
- [PATCH v3 00/10] fetch --recurse-submodules: fetch unpopulated submodules, Glen Choo
- [PATCH v3 01/10] t5526: introduce test helper to assert on fetches, Glen Choo
- [PATCH v3 02/10] t5526: stop asserting on stderr literally, Glen Choo
- [PATCH v3 04/10] submodule: make static functions read submodules from commits, Glen Choo
- [PATCH v3 03/10] t5526: create superproject commits with test helper, Glen Choo
- [PATCH v3 07/10] submodule: extract get_fetch_task(), Glen Choo
- [PATCH v3 08/10] submodule: move logic into fetch_task_create(), Glen Choo
- [PATCH v3 05/10] submodule: inline submodule_commits() into caller, Glen Choo
- [PATCH v3 09/10] fetch: fetch unpopulated, changed submodules, Glen Choo
- [PATCH v3 06/10] submodule: store new submodule commits oid_array in a struct, Glen Choo
- [PATCH v3 10/10] submodule: fix latent check_has_commit() bug, Glen Choo
- [PATCH v4 00/10] fetch --recurse-submodules: fetch unpopulated submodules, Glen Choo
- [PATCH v4 01/10] t5526: introduce test helper to assert on fetches, Glen Choo
- [PATCH v4 02/10] t5526: stop asserting on stderr literally, Glen Choo
- [PATCH v4 08/10] submodule: move logic into fetch_task_create(), Glen Choo
- [PATCH v4 07/10] submodule: extract get_fetch_task(), Glen Choo
- [PATCH v4 09/10] fetch: fetch unpopulated, changed submodules, Glen Choo
- [PATCH v4 06/10] submodule: store new submodule commits oid_array in a struct, Glen Choo
- [PATCH v4 04/10] submodule: make static functions read submodules from commits, Glen Choo
- [PATCH v4 05/10] submodule: inline submodule_commits() into caller, Glen Choo
- [PATCH v4 03/10] t5526: create superproject commits with test helper, Glen Choo
- [PATCH v4 10/10] submodule: fix latent check_has_commit() bug, Glen Choo
- Re: [PATCH v4 00/10] fetch --recurse-submodules: fetch unpopulated submodules, Junio C Hamano
- [PATCH v5 00/10] fetch --recurse-submodules: fetch unpopulated submodules, Glen Choo
- [PATCH v5 01/10] t5526: introduce test helper to assert on fetches, Glen Choo
- [PATCH v5 02/10] t5526: stop asserting on stderr literally, Glen Choo
- [PATCH v5 03/10] t5526: create superproject commits with test helper, Glen Choo
- [PATCH v5 04/10] submodule: make static functions read submodules from commits, Glen Choo
- [PATCH v5 05/10] submodule: inline submodule_commits() into caller, Glen Choo
- [PATCH v5 09/10] fetch: fetch unpopulated, changed submodules, Glen Choo
- [PATCH v5 10/10] submodule: fix latent check_has_commit() bug, Glen Choo
- [PATCH v5 08/10] submodule: move logic into fetch_task_create(), Glen Choo
- [PATCH v5 06/10] submodule: store new submodule commits oid_array in a struct, Glen Choo
- [PATCH v5 07/10] submodule: extract get_fetch_task(), Glen Choo
- Re: [PATCH v5 00/10] fetch --recurse-submodules: fetch unpopulated submodules, Junio C Hamano
- Re: [PATCH v5 00/10] fetch --recurse-submodules: fetch unpopulated submodules, Jonathan Tan
- [PATCH] clean: Use past tense for msg_remove, msg_skip_git_dir, and msg_skip_cwd,
Bagas Sanjaya
- [PATCH] glossary: describe "worktree",
Junio C Hamano
- What's cooking in git.git (Feb 2022, #02; Wed, 9),
Junio C Hamano
- [PATCH 0/1] midx: prevent writing a bitmap with zero objects,
Taylor Blau
- [PATCH 1/3] log: fix memory leak if --graph is passed multiple times,
Alex Henrie
- [PATCH 0/2] reftable related tweaks to t1410,
Han-Wen Nienhuys via GitGitGadget
- [PATCH 0/3] xdiff: handle allocation failures,
Phillip Wood via GitGitGadget
- [PATCH 0/1] checkout: teach "git checkout" to checkout submodule branches,
Glen Choo
- [PATCH 0/1] xdiff: share xdiff between git and libgit2,
Edward Thomson
- Re: [PATCH 0/1] xdiff: share xdiff between git and libgit2, Johannes Schindelin
[PATCH] fetch —object-info-format: client option for object-info,
Calvin Wan
- [PATCH v2] fetch —object-info-format: client option for object-info, Calvin Wan
- Re: [PATCH v2] fetch —object-info-format: client option for object-info, Philip Oakley
- Re: [PATCH v2] fetch object-info-format: client option for object-info, Jonathan Tan
- [PATCH v3 0/3] object-info: add option for retrieving object info, Calvin Wan
- [PATCH v3 1/3] fetch-pack: refactor packet writing and fetch options, Calvin Wan
- [PATCH v3 2/3] transfer.advertiseObjectInfo: add object-info config, Calvin Wan
- [PATCH v3 3/3] object-info: add option for retrieving object info, Calvin Wan
- Re: [PATCH v3 0/3] object-info: add option for retrieving object info, Junio C Hamano
- Re: [PATCH v3 0/3] object-info: add option for retrieving object info, Junio C Hamano
- [PATCH v4 0/8] cat-file: add --batch-command remote-object-info command, Calvin Wan
- [PATCH v4 5/8] transport: add client side capability to request object-info, Calvin Wan
- [PATCH v4 7/8] cat-file: move parse_cmd and DEFAULT_FORMAT up, Calvin Wan
- [PATCH v4 4/8] object-info: send attribute packet regardless of object ids, Calvin Wan
- [PATCH v4 3/8] object-store: add function to free object_info contents, Calvin Wan
- [PATCH v4 6/8] transport: add object-info fallback to fetch, Calvin Wan
- [PATCH v4 2/8] fetch-pack: move fetch default settings, Calvin Wan
- [PATCH v4 1/8] fetch-pack: refactor packet writing, Calvin Wan
- [PATCH v4 8/8] cat-file: add --batch-command remote-object-info command, Calvin Wan
- [PATCH v5 0/6] cat-file: add --batch-command remote-object-info command, Calvin Wan
- [PATCH v5 2/6] fetch-pack: move fetch initialization, Calvin Wan
- [PATCH v5 1/6] fetch-pack: refactor packet writing, Calvin Wan
- [PATCH v5 3/6] protocol-caps: initialization bug fix, Calvin Wan
- [PATCH v5 5/6] transport: add client support for object-info, Calvin Wan
- [PATCH v5 4/6] serve: advertise object-info feature, Calvin Wan
- [PATCH v5 6/6] cat-file: add remote-object-info to batch-command, Calvin Wan
- Re: [PATCH v4 0/8] cat-file: add --batch-command remote-object-info command, ZheNing Hu
- Re: [PATCH v4 0/8] cat-file: add --batch-command remote-object-info command, Junio C Hamano
- Re: [PATCH] fetch —object-info-format: client option for object-info, John Cai
[PATCH] refs: RFC: Reftable support for git-core, Han-Wen Nienhuys via GitGitGadget
[PATCH 0/2] Prepare (auto)stash for reftable,
Han-Wen Nienhuys via GitGitGadget
Optimization for "git clean -ffdx",
Patrick Marlier
[PATCH] t/t0015-hash.sh: removed unnecessary '\' at line end,
Jaydeep P Das
[PATCH 0/2] checkout/fetch/pull/pack-objects: allow -h outside a repository again,
Johannes Schindelin via GitGitGadget
[RFC] Bidirectional communication with a long-running Git process, Jonathan Tan
[bug] forcing build settings on rhel7 without specific checks is not appropriate, Alexander Kanavin
RE: [Possible Bug] sparse-checkout disable followed by re-init,
rsbecker
[RFC] clarify licensing terms for .git/hooks/*.sample files,
Junio C Hamano
[GSoC][newbie], Samarth Mayya
feature request: add a way to debug ssh connection,
Paolo Benvenuto
Fwd: $LOCAL and $REMOTE swapped for rebase mergetool, Noam Raphael
Summer of Code, Samarth Mayya
Commit SHA1 == SHA1 checksum?,
Gamblin, Todd
[PATCH] ls-remote & transport API: release "struct transport_ls_refs_options",
Ævar Arnfjörð Bjarmason
[PATCH] hash-object: fix a trivial leak in --path,
Ævar Arnfjörð Bjarmason
What's cooking in git.git (Feb 2022, #01; Thu, 3),
Junio C Hamano
- Re: What's cooking in git.git (Feb 2022, #01; Thu, 3), Eric Sunshine
- Opinions on merging questions (Was: What's cooking in git.git (Feb 2022, #01; Thu, 3)), Elijah Newren
- jc/doc-log-messages (was: What's cooking in git.git (Feb 2022, #01; Thu, 3)), Ævar Arnfjörð Bjarmason
- rj/receive-pack-abort-upon-disconnect (was: What's cooking in git.git (Feb 2022, #01; Thu, 3)), Ævar Arnfjörð Bjarmason
- cb/clear-quarantine-early-on-all-ref-update-errors (was: What's cooking in git.git (Feb 2022, #01; Thu, 3)), Ævar Arnfjörð Bjarmason
- ja/i18n-common-messages (was: What's cooking in git.git (Feb 2022, #01; Thu, 3)), Ævar Arnfjörð Bjarmason
- ps/avoid-unnecessary-hook-invocation-with-packed-refs (was: What's cooking in git.git (Feb 2022, #01; Thu, 3)), Ævar Arnfjörð Bjarmason
- ab/ambiguous-object-name (was: What's cooking in git.git (Feb 2022, #01; Thu, 3)), Ævar Arnfjörð Bjarmason
- tl/ls-tree-oid-only (was: What's cooking in git.git (Feb 2022, #01; Thu, 3)), Ævar Arnfjörð Bjarmason
- ab/only-single-progress-at-once (was: What's cooking in git.git (Feb 2022, #01; Thu, 3)), Ævar Arnfjörð Bjarmason
[PATCH 0/2] Add cat-file --batch-command flag,
John Cai via GitGitGadget
[Index of Archives]
[Linux Kernel]
[LKML Kernel FAQ]
[IETF Annouce]
[Security]
[Bugtraq]