messages from 2025-10-03 17:07:49 to 2025-10-07 12:30:40 UTC [more...]
[PATCH 0/5] fast-import: start controlling how tag signatures are handled
2025-10-07 12:29 UTC
[PATCH 0/3] specifying a file that can optionally exist
2025-10-07 12:24 UTC (9+ messages)
` [PATCH v2 0/3] Support :(optional) filepaths
` [PATCH v2 2/3] config: values of pathname type can be prefixed with :(optional)
[PATCH v3 0/4] doc: git-push: clarify DESCRIPTION section
2025-10-07 12:23 UTC (20+ messages)
` [PATCH v4 0/5] "
` [PATCH v4 2/5] doc: add an UPSTREAM BRANCHES section to pull/push/fetch
` [PATCH v4 5/5] doc: git-push: Add explanation of `git push origin main`
` [PATCH v5 0/5] doc: git-push: clarify DESCRIPTION section
` [PATCH v5 1/5] doc: git-push: clarify intro
` [PATCH v5 2/5] doc: add an UPSTREAM BRANCHES section to pull/push/fetch
` [PATCH v5 3/5] doc: git-push: clarify "where to push"
` [PATCH v5 4/5] doc: git-push: clarify "what "
` [PATCH v5 5/5] doc: git-push: Add explanation of `git push origin main`
[PATCH v2 0/4] technical docs in make build
2025-10-07 12:20 UTC (3+ messages)
` [PATCH v2 3/4] doc: sparse-checkout.adoc: fix asciidoc warnings
[PATCH 0/5] refs/reftable: add fsck checks
2025-10-07 12:11 UTC (21+ messages)
` [PATCH v5 0/7] refs/reftable: add consistency checks
` [PATCH v5 1/7] refs: remove unused headers
` [PATCH v5 2/7] refs: move consistency check msg to generic layer
` [PATCH v5 3/7] reftable: check for trailing newline in 'tables.list'
` [PATCH v5 4/7] Documentation/fsck-msgids: remove duplicate msg id
` [PATCH v5 5/7] fsck: order 'fsck_msg_type' alphabetically
` [PATCH v5 6/7] reftable: add code to facilitate consistency checks
` [PATCH v5 7/7] refs/reftable: add fsck check for checking the table name
` [PATCH v6 0/7] refs/reftable: add consistency checks
` [PATCH v6 1/7] refs: remove unused headers
` [PATCH v6 2/7] refs: move consistency check msg to generic layer
` [PATCH v6 3/7] reftable: check for trailing newline in 'tables.list'
` [PATCH v6 4/7] Documentation/fsck-msgids: remove duplicate msg id
` [PATCH v6 5/7] fsck: order 'fsck_msg_type' alphabetically
` [PATCH v6 6/7] reftable: add code to facilitate consistency checks
` [PATCH v6 7/7] refs/reftable: add fsck check for checking the table name
[PATCH 0/9] Encode submodule gitdir names to avoid conflicts
2025-10-07 11:13 UTC (18+ messages)
` [PATCH v3 0/5] "
` [PATCH v3 1/5] submodule--helper: use submodule_name_to_gitdir in add_submodule
` [PATCH v3 2/5] submodule: add gitdir path config override
` [PATCH v3 3/5] strbuf: bring back is_rfc3986_unreserved
` [PATCH v3 4/5] submodule: encode gitdir paths to avoid conflicts
` [PATCH v3 5/5] submodule: error out if gitdir name is too long
[PATCH 00/13] refs: improvements and fixes for peeling tags
2025-10-07 10:58 UTC (14+ messages)
` [PATCH 01/13] refs: introduce wrapper struct for `each_ref_fn`
` [PATCH 02/13] refs: introduce `.ref` field for the base iterator
` [PATCH 03/13] refs: refactor reference status flags
` [PATCH 04/13] refs: expose peeled object ID via the iterator
` [PATCH 05/13] upload-pack: convert to use `reference_get_peeled_oid()`
` [PATCH 06/13] ref-filter: propagate peeled object ID
` [PATCH 07/13] builtin/show-ref: convert to use `reference_get_peeled_oid()`
` [PATCH 08/13] refs: drop `current_ref_iter` hack
` [PATCH 09/13] refs: drop infrastructure to peel via iterators
` [PATCH 10/13] object: add flag to `peel_object()` to verify object type
` [PATCH 11/13] refs: don't store peeled object IDs for invalid tags
` [PATCH 12/13] ref-filter: detect broken tags when dereferencing them
` [PATCH 13/13] ref-filter: parse objects on demand
When should we release Git 3.0?
2025-10-07 10:36 UTC (10+ messages)
[PATCH RFC 0/3] Introduce Rust and announce that it will become mandatorty
2025-10-07 9:59 UTC (9+ messages)
` [PATCH v5 0/9] Introduce Rust and announce that it will become mandatory
` what's missing from newer C? [was: [PATCH v5 0/9] Introduce Rust ....]
` [PATCH v8 0/9] Introduce Rust and announce that it will become mandatory
Untracked files cache not used when --untracked-files is used
2025-10-07 9:14 UTC (5+ messages)
[PATCH 0/7] RFC: Accelerate xdiff and begin its rustification
2025-10-07 9:11 UTC (13+ messages)
` [PATCH 6/7] xdiff: conditionally use Rust's implementation of xxhash
` gitoxide-compatible licensing of Git's Rust code, was "
Git Status Short Output Color Inconsistency with -z Flag
2025-10-07 8:29 UTC (2+ messages)
What's cooking in git.git (Oct 2025, #02; Mon, 6)
2025-10-07 8:22 UTC (2+ messages)
[PATCH v2 0/4] enhance string-list API to fix sign compare warnings
2025-10-06 22:09 UTC (18+ messages)
` [PATCH v2 2/4] string-list: replace negative index encoding with "exact_match" parameter
` [PATCH v2 3/4] string-list: change "string_list_find_insert_index" return type to "size_t"
` [PATCH v3 0/4] enhance string-list API to fix sign compare warnings
` [PATCH v3 1/4] string-list: use bool instead of int for "exact_match"
` [PATCH v3 2/4] string-list: replace negative index encoding with "exact_match" parameter
` [PATCH v3 3/4] string-list: change "string_list_find_insert_index" return type to "size_t"
` [PATCH v3 4/4] refs: enable sign compare warnings check
Broken handling of "J" hunks for "add --interactive"?
2025-10-06 22:01 UTC (29+ messages)
` [PATCH] add-patch: roll over to next undecided hunk
` [PATCH v2 0/5] "
` [PATCH v2 1/5] add-patch: improve help for options j, J, k, and K
` [PATCH v2 2/5] add-patch: document that option J rolls over
` [PATCH v2 3/5] add-patch: let options y, n, j, and e roll over to next undecided
` [PATCH v2 4/5] add-patch: let options k and K roll over like j and J
` [PATCH v2 5/5] add-patch: reset "permitted" at loop start
` [PATCH v3 0/6] add-patch: roll over to next undecided hunk
` [PATCH v3 1/6] add-patch: improve help for options j, J, k, and K
` [PATCH v3 2/6] add-patch: document that option J rolls over
` [PATCH v3 3/6] add-patch: let options y, n, j, and e roll over to next undecided
` [PATCH v3 4/6] add-patch: let options k and K roll over like j and J
` [PATCH v3 5/6] add-patch: let options a and d roll over like y and n
` [PATCH v3 6/6] add-patch: reset "permitted" at loop start
[PATCH] doc: add a explanation of Git's data model
2025-10-06 21:55 UTC (8+ messages)
[PATCH v3 0/3] libgit-rs: add get_bool() method to ConfigSet
2025-10-06 21:20 UTC (4+ messages)
` [PATCH v4] libgit-rs: add get_bool(), get_ulong(), and get_pathname() methods
[PATCH 0/4] doc: git-pull: clarify DESCRIPTION section
2025-10-06 21:16 UTC (5+ messages)
` [PATCH 2/4] doc: git-pull: clarify options for integrating remote branch
[PATCH] doc: do not break sentences into "lego" pieces
2025-10-06 21:10 UTC (2+ messages)
Notes from the Git Contributor's Summit, 2025
2025-10-06 19:20 UTC (12+ messages)
` [NOTES 01/11] SHA-256 and interoperability work
` [NOTES 02/11] First-class conflicts in Git?
` [NOTES 03/11] The future of history rewriting - rebase, replay and history (+Change-IDs)
` [NOTES 04/11] Rust
` [NOTES 05/11] Pluggable object databases
` [NOTES 06/11] Repository maintenance long-term goals
` [NOTES 07/11] Change-ID Header in Git
` [NOTES 08/11] Resumable fetch / push
` [NOTES 09/11] Git 3.0
` [NOTES 10/11] How can companies respectfully engage contractors to work on Git?
` [NOTES 11/11] Conservancy 2025 updates
[PATCH] stash: don't show irrelevant entry count in status
2025-10-06 18:24 UTC (4+ messages)
Failing application of patches despite of successful data export by git format-patch command
2025-10-06 18:21 UTC
[RFC/PATCH] SubmittingPatches: forbid use of genAI to generate changes
2025-10-06 17:45 UTC (6+ messages)
` [PATCH v2] SubmittingPatches: add section about AI
[PATCH v=2 0/1] files-backend: check symref name before update
2025-10-06 15:52 UTC (5+ messages)
` [PATCH v=2 1/1] "
[PATCH v3 0/2] gitk: make Tags and Heads window geometry sticky
2025-10-06 15:29 UTC (5+ messages)
` [PATCH v3 2/2] "
` [PATCH] gitk: persist position and size of the Tags and Heads window
` [PATCH v2] "
[PATCH 00/10] Convert remaining hooks to hook.h
2025-10-06 13:01 UTC (6+ messages)
` [PATCH 01/10] run-command: add stdin callback for parallelization
[PATCH v3 4/4] stash: honor stash.index in apply, pop modes
2025-10-06 12:59 UTC (2+ messages)
` [PATCH] doc: explain the impact of stash.index on --autostash options
[PATCH v4 0/7] refs/reftable: add consistency checks
2025-10-06 12:05 UTC (7+ messages)
` [PATCH v4 3/7] reftable: check for trailing newline in 'tables.list'
` [PATCH v4 7/7] refs/reftable: add fsck check for checking the table name
[PATCH 0/5] gitlab-ci: some fixes for failures on Windows
2025-10-06 10:20 UTC (5+ messages)
` [PATCH 3/5] gitlab-ci: drop workaround for Python certificate store "
` [PATCH 5/5] t8020: fix test failure due to indeterministic tag sorting
[PATCH] t1410: modernize test path checks
2025-10-06 9:00 UTC
[PATCH 0/3] doc: convert git-stash, git tag and git worktree to synopis style
2025-10-05 21:11 UTC (4+ messages)
` [PATCH 1/3] doc: convert git-stash.adoc "
` [PATCH 2/3] doc: convert git tag to synopsis style
` [PATCH 3/3] doc: convert git worktree "
What is the reason behind not hiding git worktrees from git?
2025-10-05 20:52 UTC (3+ messages)
` [PATCH 1/2] doc: git-worktree: Link to examples
[GIT PULL] gitk: UI themes, osascript fix on macOS, fix absent remote tracking branches
2025-10-05 20:33 UTC (2+ messages)
git clean deletes negated pathspec if directory causing data loss
2025-10-05 11:33 UTC (2+ messages)
[Outreachy]Microproject: modernize path checks in t1410-reflog.sh
2025-10-05 10:38 UTC (3+ messages)
git whatchanged -- yes, I still use this
2025-10-05 10:31 UTC (2+ messages)
Interested in contributing to Git
2025-10-05 10:22 UTC (5+ messages)
[PATCH 0/1] files-backend: check symref name before update
2025-10-05 8:19 UTC (6+ messages)
` [PATCH 1/1] "
gitweb and gitweb_config.perl problem
2025-10-05 4:57 UTC
[PATCH] doc: change the markup of paragraphs following a nested list item
2025-10-04 17:31 UTC (4+ messages)
` [PATCH v2] "
[ANNOUNCE] Git Rev News edition 127
2025-10-03 22:22 UTC
[PATCH] docs/gitcredentials: describe URL prefix matching
2025-10-03 21:24 UTC (3+ messages)
` [PATCH v2] "
[PATCH 0/9] SHA-1/SHA-256 interoperability, part 1
2025-10-03 21:06 UTC (8+ messages)
` [PATCH v2 "
` [PATCH v2 4/9] docs: improve ambiguous areas of pack format documentation
` [PATCH v2 8/9] t: allow specifying compatibility hash
[PATCH 0/2] replay: add --update-refs option
2025-10-03 20:32 UTC (10+ messages)
` [PATCH v2 0/1] replay: make atomic ref updates the default behavior
` [PATCH v2 1/1] "
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).