messages from 2025-08-12 15:07:17 to 2025-08-15 15:41:42 UTC [more...]
git may delete current branch on case insensitive file system (Mac)
2025-08-15 15:41 UTC (2+ messages)
[GSoC RFC PATCH 0/5] repo-info: add new command for retrieving repository info
2025-08-15 13:55 UTC (23+ messages)
` [GSoC PATCH v9 0/5] repo: "
` [GSoC PATCH v9 2/5] repo: add the field references.format
` [GSoC PATCH v9 3/5] repo: add the field layout.bare
` [GSoC PATCH v10 0/5] repo: declare the repo command
` [GSoC PATCH v10 1/5] "
` [GSoC PATCH v10 2/5] repo: add the field references.format
` [GSoC PATCH v10 3/5] repo: add the field layout.bare
` [GSoC PATCH v10 4/5] repo: add the field layout.shallow
` [GSoC PATCH v10 5/5] repo: add the --format flag
why can't one alias `git stash`?
2025-08-15 15:27 UTC (6+ messages)
Efficiently storing SHA-1 ↔ SHA-256 mappings in compatibility mode
2025-08-15 15:27 UTC (5+ messages)
[PATCH 0/9] commit-graph: remove reliance on global state
2025-08-15 15:17 UTC (9+ messages)
` [PATCH v4 0/6] "
` [PATCH v4 1/6] commit-graph: stop using `the_hash_algo` via macros
` [PATCH v4 2/6] commit-graph: store the hash algorithm instead of its length
` [PATCH v4 3/6] commit-graph: refactor `parse_commit_graph()` to take a repository
` [PATCH v4 4/6] commit-graph: stop using `the_hash_algo`
` [PATCH v4 5/6] commit-graph: stop using `the_repository`
` [PATCH v4 6/6] commit-graph: stop passing in redundant repository
[PATCH 0/7] RFC: Accelerate xdiff and begin its rustification
2025-08-15 15:07 UTC (20+ messages)
` [PATCH v2 00/17] "
` [PATCH v2 01/17] doc: add a policy for using Rust
` [PATCH v2 02/17] xdiff: introduce rust
` [PATCH v2 03/17] xdiff/xprepare: remove superfluous forward declarations
` [PATCH v2 04/17] xdiff: delete unnecessary fields from xrecord_t and xdfile_t
` [PATCH v2 05/17] xdiff: make fields of xrecord_t Rust friendly
` [PATCH v2 06/17] xdiff: separate parsing lines from hashing them
` [PATCH v2 07/17] xdiff: conditionally use Rust's implementation of xxhash
` [PATCH v2 08/17] github workflows: install rust
` [PATCH v2 09/17] Do support Windows again after requiring Rust
` [PATCH v2 10/17] win+Meson: allow for xdiff to be compiled with MSVC
` [PATCH v2 11/17] win+Meson: do allow linking with the Rust-built xdiff
` [PATCH v2 12/17] github workflows: define rust versions and targets in the same place
` [PATCH v2 13/17] github workflows: upload Cargo.lock
` [PATCH v2 14/17] xdiff: implement a white space iterator in Rust
` [PATCH v2 15/17] xdiff: create line_hash() and line_equal()
` [PATCH v2 16/17] xdiff: optimize case where --ignore-cr-at-eol is the only whitespace flag
` [PATCH v2 17/17] xdiff: use rust's version of whitespace processing
` [-SPAM-] [PATCH v2 00/17] RFC: Accelerate xdiff and begin its rustification
[PATCH 0/5] doc: git-add: clarify DESCRIPTION section
2025-08-15 13:34 UTC (32+ messages)
` [PATCH 1/5] doc: git-add: remove options from SYNOPSIS
` [PATCH 2/5] doc: git-add: start man page with an example
` [PATCH 3/5] doc: git-add: simplify discussion of ignored files
` [PATCH 4/5] doc: git-add: make explanation less dry
` [PATCH 5/5] doc: git-add: explain inconsistent terminology
` [PATCH v2 0/4] doc: git-add: clarify DESCRIPTION section
` [PATCH v2 1/4] doc: git-add: start man page with an example
` [PATCH v2 2/4] doc: git-add: simplify discussion of ignored files
` [PATCH v2 3/4] doc: git-add: make explanation less dry
` [PATCH v2 4/4] doc: git-add: explain inconsistent terminology
[PATCH] bugreport: add quoted line prefixes
2025-08-15 11:10 UTC (2+ messages)
` [PATCH v2] bugreport: use "
[PATCH v5 0/5] doc: git-rebase: clarify DESCRIPTION section
2025-08-15 10:25 UTC (10+ messages)
` [PATCH v6 "
` [PATCH v7 "
` [PATCH v7 5/5] doc: git-rebase: update discussion of internals
What's cooking in git.git (Aug 2025, #05; Mon, 11)
2025-08-15 5:28 UTC (9+ messages)
[PATCH 0/3] Teach git-diff-tree(1) option --max-depth
2025-08-15 5:17 UTC (4+ messages)
` [PATCH v2 "
[PATCH] send-email: add ability to send a copy of sent emails to an IMAP folder
2025-08-15 3:38 UTC (4+ messages)
` [PATCH v5 0/2] send-email: integrate with git imap-send
Potential Null Pointer Dereference detected by static analysis tool
2025-08-14 23:26 UTC (3+ messages)
[PATCH] git-jump: make `diff` work with filenames containing spaces
2025-08-14 23:18 UTC (7+ messages)
` [PATCH v2] "
[PATCH] submodule: truncate the oid when fetchig commits
2025-08-14 22:16 UTC (3+ messages)
[PATCH] Document count-objects pack
2025-08-14 21:40 UTC (7+ messages)
` [PATCH v2] "
` [PATCH v3] count-objects: document "
[PATCH v2 0/6] Introduce more doc linting
2025-08-14 17:23 UTC (4+ messages)
` [PATCH v3 "
[PATCH] abbrev: allow extending beyond 20 chars to disambiguate
2025-08-14 15:09 UTC (9+ messages)
` [PATCH v2] "
` [PATCH v3] abbrev: allow extending beyond 32 "
[PATCH 0/2] optimize string hashing in xdiff
2025-08-14 15:01 UTC (11+ messages)
` [PATCH 2/2] xdiff: optimize xdl_hash_record_verbatim
[PATCH v3 0/5] doc: git-rebase: clarify DESCRIPTION section
2025-08-14 7:23 UTC (13+ messages)
` [PATCH v4 "
` [PATCH v4 1/5] doc: git-rebase: start with an example
` [PATCH v4 5/5] doc: git-rebase: update discussion of internals
` symmetric difference with --left-only vs. range notation
Discussion: Future-Proofing Git for Massive AI Parallelism
2025-08-14 1:23 UTC (4+ messages)
Implement feature to link/include other gitignore files in gitignore
2025-08-13 21:49 UTC (2+ messages)
[ANNOUNCE] Git for Windows 2.51.0-rc2
2025-08-13 20:25 UTC (2+ messages)
installation comment
2025-08-13 20:23 UTC (2+ messages)
What's cooking in git.git (Aug 2025, #06; Wed, 13)
2025-08-13 17:51 UTC
[PATCH v3 0/4] clean up some code around editors
2025-08-13 17:50 UTC (19+ messages)
` [PATCH v4 0/3] "
` [PATCH v5 "
` [PATCH v5 1/3] t7005: use modern test style
` [PATCH v5 2/3] t7005: stop abusing --exec-path
` [PATCH v5 3/3] t7005: sanitize test environment for subsequent tests
` [PATCH v4 1/3] t7005: use modern test style
` [PATCH v4 2/3] t7005: stop abusing --exec-path
` [PATCH v4 3/3] t7005: sanitize test environment for subsequent tests
[ANNOUNCE] Git v2.51.0-rc2
2025-08-13 17:03 UTC
[FEATURE] Proposal: git stash --only-unstaged
2025-08-13 17:02 UTC (3+ messages)
[BUG] suppress-cc does not support multiple keywords
2025-08-13 15:38 UTC (4+ messages)
git diff shows twice “\ No newline at end of file” - no need for repetition
2025-08-13 14:51 UTC (4+ messages)
[PATCH 0/5] reftable: a couple of improvements for libgit2
2025-08-13 14:38 UTC (24+ messages)
` [PATCH v3 0/8] "
` [PATCH v3 4/8] reftable/stack: fix compiler warning due to missing braces
` [PATCH v3 5/8] reftable/stack: allow passing flags to `reftable_stack_add()`
` [PATCH v3 7/8] reftable: don't second-guess errors from flock interface
` [PATCH v3 8/8] refs/reftable: always reload stacks when creating lock
` [PATCH v4 0/8] reftable: a couple of improvements for libgit2
` [PATCH v4 1/8] reftable/writer: fix type used for number of records
` [PATCH v4 2/8] reftable/writer: drop Git-specific `QSORT()` macro
` [PATCH v4 3/8] reftable/stack: reorder code to avoid forward declarations
` [PATCH v4 4/8] reftable/stack: fix compiler warning due to missing braces
` [PATCH v4 5/8] reftable/stack: allow passing flags to `reftable_stack_add()`
` [PATCH v4 6/8] reftable/stack: handle outdated stacks when compacting
` [PATCH v4 7/8] reftable: don't second-guess errors from flock interface
` [PATCH v4 8/8] refs/reftable: always reload stacks when creating lock
[Bug] commit cleanup does not happen during autosquash rebase
2025-08-13 11:39 UTC
MCSI 2025. Rhodes Island (Rodos Island), Greece, August 22-24, 2025
2025-08-12 15:06 UTC
[PATCH 0/8] odb: track multi-pack-indices via their object sources
2025-08-12 21:58 UTC (5+ messages)
` [PATCH v2 0/7] "
Signing commits and tags differently
2025-08-12 21:16 UTC (2+ messages)
[PATCH 0/3] clean up some code around editors
2025-08-12 17:13 UTC (5+ messages)
` [PATCH v3 3/4] t7005: sanitize test environment for subsequent tests
[PATCH v2] Remove the extra and incorrect closing bracket, so that the line reads:
2025-08-12 15:55 UTC (3+ messages)
` [PATCH v3] docs: remove stray bracket from git-clone synopsis
[PATCH v2] diff: --no-index should ignore the worktree
2025-08-12 15:07 UTC (3+ messages)
[PATCH] for-each-ref: call --start-after argument "marker"
2025-08-12 15:07 UTC (7+ messages)
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).