messages from 2025-11-19 21:11:53 to 2025-11-24 12:49:02 UTC [more...]
[PATCH 0/3] doc: convert fetch pull push to synopsis style
2025-11-24 12:48 UTC (8+ messages)
` [PATCH 1/3] doc: convert git fetch "
` [PATCH 2/3] doc: convert git pull "
` [PATCH 3/3] doc: convert git push "
` [PATCH v2 0/3] doc: convert fetch pull "
` [PATCH v2 1/3] doc: convert git fetch "
` [PATCH v2 2/3] doc: convert git pull "
` [PATCH v2 3/3] doc: convert git push "
Filter smudge for secret restoration: no disk access?
2025-11-24 9:49 UTC (3+ messages)
git whatchanged deprecation
2025-11-24 8:36 UTC (2+ messages)
[BUG] `git clone '-c KEY=VALUE'` no longer works
2025-11-24 5:23 UTC
What's cooking in git.git (Nov 2025, #07; Sun, 23)
2025-11-24 4:59 UTC
[PATCH] Fixed --shallow-since generating descendant borders
2025-11-23 19:35 UTC (3+ messages)
` [PATCH v2] shallow: set borders which are all reachable after clone shallow since
[PATCH 00/18] Refactor object read streams to work via object sources
2025-11-23 18:59 UTC (71+ messages)
` [PATCH 01/18] streaming: rename `git_istream` into `odb_read_stream`
` [PATCH 02/18] streaming: drop the `open()` callback function
` [PATCH 03/18] streaming: propagate final object type via the stream
` [PATCH 05/18] streaming: allocate stream inside the backend-specific logic
` [PATCH 06/18] streaming: create structure for in-core object streams
` [PATCH 11/18] packfile: introduce function to read object info from a store
` [PATCH 14/18] streaming: make the `odb_read_stream` definition public
` [PATCH v2 00/19] Refactor object read streams to work via object sources
` [PATCH v2 01/19] streaming: rename `git_istream` into `odb_read_stream`
` [PATCH v2 02/19] streaming: drop the `open()` callback function
` [PATCH v2 03/19] streaming: propagate final object type via the stream
` [PATCH v2 04/19] streaming: explicitly pass packfile info when streaming a packed object
` [PATCH v2 05/19] streaming: allocate stream inside the backend-specific logic
` [PATCH v2 06/19] streaming: create structure for in-core object streams
` [PATCH v2 07/19] streaming: create structure for loose "
` [PATCH v2 08/19] streaming: create structure for packed "
` [PATCH v2 09/19] streaming: create structure for filtered "
` [PATCH v2 10/19] streaming: move zlib stream into backends
` [PATCH v2 11/19] packfile: introduce function to read object info from a store
` [PATCH v2 12/19] streaming: rely on object sources to create object stream
` [PATCH v2 13/19] streaming: get rid of `the_repository`
` [PATCH v2 14/19] streaming: make the `odb_read_stream` definition public
` [PATCH v2 15/19] streaming: move logic to read loose objects streams into backend
` [PATCH v2 16/19] streaming: move logic to read packed "
` [PATCH v2 17/19] streaming: refactor interface to be object-database-centric
` [PATCH v2 18/19] streaming: move into object database subsystem
` [PATCH v2 19/19] streaming: drop redundant type and size pointers
` [PATCH v3 00/19] Refactor object read streams to work via object sources
` [PATCH v3 01/19] streaming: rename `git_istream` into `odb_read_stream`
` [PATCH v3 02/19] streaming: drop the `open()` callback function
` [PATCH v3 03/19] streaming: propagate final object type via the stream
` [PATCH v3 04/19] streaming: explicitly pass packfile info when streaming a packed object
` [PATCH v3 05/19] streaming: allocate stream inside the backend-specific logic
` [PATCH v3 06/19] streaming: create structure for in-core object streams
` [PATCH v3 07/19] streaming: create structure for loose "
` [PATCH v3 08/19] streaming: create structure for packed "
` [PATCH v3 09/19] streaming: create structure for filtered "
` [PATCH v3 10/19] streaming: move zlib stream into backends
` [PATCH v3 11/19] packfile: introduce function to read object info from a store
` [PATCH v3 12/19] streaming: rely on object sources to create object stream
` [PATCH v3 13/19] streaming: get rid of `the_repository`
` [PATCH v3 14/19] streaming: make the `odb_read_stream` definition public
` [PATCH v3 15/19] streaming: move logic to read loose objects streams into backend
` [PATCH v3 16/19] streaming: move logic to read packed "
` [PATCH v3 17/19] streaming: refactor interface to be object-database-centric
` [PATCH v3 18/19] streaming: move into object database subsystem
` [PATCH v3 19/19] streaming: drop redundant type and size pointers
[PATCH 0/9] asan bonanza
2025-11-23 18:06 UTC (8+ messages)
` [PATCH v2 "
` [PATCH v2 4/9] cache-tree: avoid strtol() on non-string buffer
diff --cached --no-ext-diff --find-copies-harder --quiet exits with wrong status code
2025-11-23 7:09 UTC (5+ messages)
` [PATCH v2] diff: disable rename detection with --quiet
[PATCH 0/2] refs: allow setting the reference directory
2025-11-23 4:29 UTC (13+ messages)
` [PATCH 1/2] refs: support obtaining ref_store for given dir
` [PATCH 2/2] refs: add GIT_REF_URI to specify reference backend and directory
[PATCH RFC 00/11] Introduce git-history(1) command for easy history editing
2025-11-23 2:54 UTC (36+ messages)
` [PATCH v6 "
` [PATCH v6 02/11] replay: extract logic to pick commits
` [PATCH v6 03/11] replay: stop using `the_repository`
` [PATCH v6 04/11] builtin: add new "history" command
` [PATCH v6 05/11] builtin/history: implement "reword" subcommand
` [PATCH v6 06/11] add-patch: split out header from "add-interactive.h"
` [PATCH v6 07/11] add-patch: split out `struct interactive_options`
` [PATCH v6 08/11] add-patch: remove dependency on "add-interactive" subsystem
` [PATCH v6 09/11] add-patch: add support for in-memory index patching
` [PATCH v6 10/11] cache-tree: allow writing in-memory index as tree
` [PATCH v6 11/11] builtin/history: implement "split" subcommand
[PATCH] ci(dockerized): do show the result of failing tests again
2025-11-23 2:41 UTC (3+ messages)
[PATCH v6] doc: add an explanation of Git's data model
2025-11-23 2:37 UTC (3+ messages)
` [PATCH v7] "
[PATCH v3 00/12] Incomplete lines
2025-11-23 2:35 UTC (5+ messages)
` [PATCH v4 "
[PATCH] wrapper: simplify xmkstemp()
2025-11-22 13:29 UTC (9+ messages)
git submodule of reference with no branch
2025-11-22 2:13 UTC
[PATCH/RFC 0/4] config: read both home and xdg files for --global
2025-11-22 2:00 UTC (5+ messages)
Feature request: git cp
2025-11-21 21:52 UTC (10+ messages)
[PATCH v3 0/6] ci: improvements to our Rust infrastructure
2025-11-21 21:39 UTC (5+ messages)
` [PATCH v3 6/6] rust: support for Windows
[PATCH] fetch: fix non-conflicting tags not being committed
2025-11-21 19:58 UTC (13+ messages)
` [PATCH v7 0/3] "
` [PATCH v7 1/3] fetch: extract out reference committing logic
` [PATCH v7 2/3] fetch: fix non-conflicting tags not being committed
` [PATCH v7 3/3] fetch: fix failed batched updates skipping operations
` [PATCH v8 0/3] fetch: fix non-conflicting tags not being committed
` [PATCH v8 1/3] fetch: extract out reference committing logic
` [PATCH v8 2/3] fetch: fix non-conflicting tags not being committed
` [PATCH v8 3/3] fetch: fix failed batched updates skipping operations
[BUG] Test Failure 2.52.0, t8020.16,19
2025-11-21 16:28 UTC (6+ messages)
[PATCH 0/2] worktree list: fix column alignment
2025-11-21 16:20 UTC (4+ messages)
` [PATCH 2/2] worktree list: quote paths
`git submodule update --single-branch` tracks HEAD instead of branch from .gitmodules
2025-11-21 8:49 UTC (3+ messages)
[PATCH 00/13] Centralize management of object database sources
2025-11-21 8:12 UTC (10+ messages)
` [PATCH 05/13] odb: move logic to disable ref updates into repo
` [PATCH 07/13] builtin/index-pack: fix deferred fsck outside repos
` [PATCH 12/13] odb: handle changing a repository's commondir
[PATCH v2] win32: pthread_cond_wait should return a value
2025-11-21 1:46 UTC (3+ messages)
` [PATCH v3] win32: pthread_cond_init "
[bug report] erroneous suggestion for "--add" option in `git config set` error message
2025-11-20 23:39 UTC
[PATCH 00/14] SHA-1/SHA-256 interoperability, part 2
2025-11-20 23:14 UTC (12+ messages)
[PATCH] config: mark otherise unused function as file-scope static
2025-11-20 23:01 UTC (4+ messages)
[PATCH] repo: add --all to git-repo-info
2025-11-20 22:50 UTC (7+ messages)
` [PATCH v4 0/2] "
` [PATCH v4 2/2] "
[PATCH] config: really pretend missing :(optional) value is not there
2025-11-20 22:40 UTC (4+ messages)
` [PATCH] config: really treat missing optional path as not configured
[PATCH 0/3] git-prompt: add quiet upstream indicator option
2025-11-20 18:18 UTC (5+ messages)
` [PATCH 3/3] "
[PATCH] doc: warn against --committer-date-is-author-date
2025-11-20 17:19 UTC (3+ messages)
` [PATCH v2] "
[PATCH] diff: "lisp" userdiff_driver
2025-11-20 16:47 UTC (4+ messages)
`git config get --type=path` results in segmentation fault on value starting with `:(optional)`
2025-11-20 16:46 UTC (4+ messages)
[PATCH v3] last-modified: implement faster algorithm
2025-11-20 8:16 UTC (6+ messages)
` [PATCH v4] "
` t8020-last-modified.sh failure on s390x (Re: [PATCH v4] last-modified: implement faster algorithm)
[BUG] `git describe` doesn't traverse the graph in topological order
2025-11-20 8:05 UTC (12+ messages)
What's cooking in git.git (Nov 2025, #06; Wed, 19)
2025-11-20 0:55 UTC
[PATCH 0/9] Encode submodule gitdir names to avoid conflicts
2025-11-19 21:10 UTC (6+ messages)
` [PATCH v5 0/7] "
` [PATCH v5 4/7] submodule: add extension to encode gitdir paths
` [PATCH v5 5/7] submodule: fix case-folding gitdir filesystem colisions
` [PATCH v5 6/7] submodule: use hashed name for gitdir
` [PATCH v5 7/7] meson/Makefile: allow setting submodule encoding at build time
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).