messages from 2025-12-16 14:19:59 to 2025-12-18 15:21:02 UTC [more...]
[PATCH] test_detect_ref_format: fix comment
2025-12-18 15:20 UTC
[PATCH 0/3] http: add support for HTTP 429 rate limit retries
2025-12-18 14:44 UTC (4+ messages)
` [PATCH v2 0/2] "
` [PATCH v2 1/2] "
` [PATCH v2 2/2] http: add trace2 logging for retry operations
[PATCH 0/3] test-suite fixes for upcoming curl 8.18.0
2025-12-18 13:45 UTC (7+ messages)
` [PATCH 1/3] t5551: handle trailing slashes in expected cookies output
` [PATCH 2/3] t5563: add missing end-of-line in HTTP header
` [PATCH 3/3] t5563: relax whitespace assumptions for unfolded headers
[PATCH] odb: do not use "blank" substitute for NULL
2025-12-18 10:59 UTC (6+ messages)
[PATCH 0/8] Improvements for reading object info
2025-12-18 10:54 UTC (22+ messages)
` [PATCH 1/8] object-file: always set OI_LOOSE when "
` [PATCH 2/8] packfile: always declare object info to be OI_PACKED
` [PATCH 3/8] packfile: extend `is_delta` field to allow for "unknown" state
` [PATCH 4/8] packfile: always populate pack-specific info when reading object info
` [PATCH 5/8] packfile: disentangle return value of `packed_object_info()`
` [PATCH 6/8] packfile: skip unpacking object header for disk size requests
` [PATCH 7/8] packfile: fix short-circuiting of empty requests
` [PATCH 8/8] packfile: drop repository parameter from `packed_object_info()`
` [PATCH v2 0/7] Improvements for reading object info
` [PATCH v2 1/7] object-file: always set OI_LOOSE when "
` [PATCH v2 2/7] packfile: always declare object info to be OI_PACKED
` [PATCH v2 3/7] packfile: extend `is_delta` field to allow for "unknown" state
` [PATCH v2 4/7] packfile: always populate pack-specific info when reading object info
` [PATCH v2 5/7] packfile: disentangle return value of `packed_object_info()`
` [PATCH v2 6/7] packfile: skip unpacking object header for disk size requests
` [PATCH v2 7/7] packfile: drop repository parameter from `packed_object_info()`
[PATCH 00/18] Support symbolic links on Windows
2025-12-18 10:48 UTC (24+ messages)
` [PATCH 01/18] mingw: don't call `GetFileAttributes()` twice in `mingw_lstat()`
` [PATCH 02/18] mingw: implement `stat()` with symlink support
` [PATCH 03/18] mingw: drop the separate `do_lstat()` function
` [PATCH 04/18] mingw: let `mingw_lstat()` error early upon problems with reparse points
` [PATCH 05/18] mingw: teach dirent about symlinks
` [PATCH 06/18] mingw: compute the correct size for symlinks in `mingw_lstat()`
` [PATCH 07/18] mingw: factor out the retry logic
` [PATCH 08/18] mingw: change default of `core.symlinks` to false
` [PATCH 09/18] mingw: add symlink-specific error codes
` [PATCH 10/18] mingw: handle symlinks to directories in `mingw_unlink()`
` [PATCH 11/18] mingw: support renaming symlinks
` [PATCH 12/18] mingw: allow `mingw_chdir()` to change to symlink-resolved directories
` [PATCH 13/18] mingw: implement `readlink()`
` [PATCH 14/18] mingw: implement basic `symlink()` functionality (file symlinks only)
` [PATCH 15/18] mingw: add support for symlinks to directories
` [PATCH 16/18] mingw: try to create symlinks without elevated permissions
` [PATCH 17/18] mingw: emulate `stat()` a little more faithfully
` [PATCH 18/18] mingw: special-case index entries for symlinks with buggy size
[Outreachy PATCH] environment: move "core.attributesFile" into repo-setting
2025-12-18 8:30 UTC
What's cooking in git.git (Dec 2025, #05)
2025-12-18 8:08 UTC (2+ messages)
[PATCH] lockfile: add PID file for debugging stale locks
2025-12-18 8:07 UTC (7+ messages)
` [PATCH v2] "
[PATCH] doc: flock of small fixes to various documentation files
2025-12-18 8:05 UTC (4+ messages)
meson -Drust=enabled fails on macOS without GNU sed
2025-12-18 6:57 UTC (3+ messages)
[PATCH 00/10] Start tracking packfiles per object database source
2025-12-18 6:55 UTC (20+ messages)
` [PATCH 05/10] packfile: move packfile store into object source
` [PATCH 06/10] packfile: only prepare owning store in `packfile_store_get_packs()`
` [PATCH 08/10] packfile: inline `find_kept_pack_entry()`
` [PATCH v2 00/10] Start tracking packfiles per object database source
` [PATCH v2 01/10] packfile: create store via its owning source
` [PATCH v2 02/10] packfile: pass source to `prepare_pack()`
` [PATCH v2 03/10] packfile: refactor kept-pack cache to work with packfile stores
` [PATCH v2 04/10] packfile: refactor misleading code when unusing pack windows
` [PATCH v2 05/10] packfile: move packfile store into object source
` [PATCH v2 06/10] packfile: only prepare owning store in `packfile_store_get_packs()`
` [PATCH v2 07/10] packfile: only prepare owning store in `packfile_store_prepare()`
` [PATCH v2 08/10] packfile: inline `find_kept_pack_entry()`
` [PATCH v2 09/10] packfile: refactor `find_pack_entry()` to work on the packfile store
` [PATCH v2 10/10] packfile: move MIDX into "
[PATCH 0/6] builtin/repo: add object size info to structure output
2025-12-18 6:32 UTC (34+ messages)
` [PATCH v2 0/7] "
` [PATCH v2 2/7] strbuf: split out logic to humanise byte values
` [PATCH v3 0/7] builtin/repo: add object size info to structure output
` [PATCH v3 7/7] builtin/repo: add object disk size info to structure table
` [PATCH v4 0/7] builtin/repo: add object size info to structure output
` [PATCH v4 1/7] builtin/repo: group per-type object values into struct
` [PATCH v4 2/7] strbuf: split out logic to humanise byte values
` [PATCH v4 3/7] builtin/repo: humanise count values in structure output
` [PATCH v4 4/7] builtin/repo: add inflated object info to keyvalue "
` [PATCH v4 5/7] builtin/repo: add inflated object info to structure table
` [PATCH v4 6/7] builtin/repo: add disk size info to keyvalue stucture output
` [PATCH v4 7/7] builtin/repo: add object disk size info to structure table
` [PATCH v5 0/7] builtin/repo: add object size info to structure output
` [PATCH v5 1/7] builtin/repo: group per-type object values into struct
` [PATCH v5 2/7] strbuf: split out logic to humanise byte values
` [PATCH v5 3/7] builtin/repo: humanise count values in structure output
` [PATCH v5 4/7] builtin/repo: add inflated object info to keyvalue "
` [PATCH v5 5/7] builtin/repo: add inflated object info to structure table
` [PATCH v5 6/7] builtin/repo: add disk size info to keyvalue stucture output
` [PATCH v5 7/7] builtin/repo: add object disk size info to structure table
What's cooking in git.git (Dec 2025, #03)
2025-12-18 6:22 UTC (15+ messages)
changes for adding new features --snapshot,
2025-12-18 5:02 UTC
[PATCH] open: check fd_flags value before calling fcntl
2025-12-18 3:45 UTC (2+ messages)
[PATCH v6 00/10] Add submodulePathConfig extension and gitdir encoding
2025-12-18 3:43 UTC (2+ messages)
[PATCH] fsm-listen-darwin: free corefoundation paths
2025-12-18 2:40 UTC
[PATCH 0/3] Sanitize sideband channel messages
2025-12-18 2:22 UTC (7+ messages)
` [PATCH v2 0/4] "
` [PATCH v2 1/4] sideband: mask control characters
` [PATCH v2 2/4] sideband: introduce an "escape hatch" to allow "
` [PATCH v2 3/4] sideband: do allow ANSI color sequences by default
` [PATCH v2 4/4] sideband: add options to allow more control sequences to be passed through
[PATCH] docs: note the type of core.attributesfile
2025-12-18 0:15 UTC (4+ messages)
` [PATCH v2] "
[PATCH] replay: drop commits that become empty
2025-12-17 23:49 UTC (8+ messages)
` [PATCH v2] "
` [PATCH v3] "
[PATCH 0/5] Last preparations before upstreaming Git for Windows' symlink support
2025-12-17 23:39 UTC (10+ messages)
` [PATCH 1/5] mingw: do resolve symlinks in `getcwd()`
` [PATCH 2/5] init: do parse _all_ core.* settings early
` [PATCH 3/5] strbuf_readlink(): avoid calling `readlink()` twice in corner-cases
` [PATCH 4/5] strbuf_readlink(): support link targets that exceed PATH_MAX
` [PATCH 5/5] trim_last_path_component(): avoid hard-coding the directory separator
[PATCH v2 00/10] Prepare Git's test suite for symbolic link support on Windows
2025-12-17 23:19 UTC (17+ messages)
` [PATCH v3 "
` [PATCH v4 "
` [PATCH v4 01/10] t9700: accommodate for Windows paths
` [PATCH v4 02/10] apply: symbolic links lack a "trustable executable bit"
` [PATCH v4 03/10] mingw: special-case `open(symlink, O_CREAT | O_EXCL)`
` [PATCH v4 04/10] t0001: handle `diff --no-index` gracefully
` [PATCH v4 05/10] t0301: another fix for Windows compatibility
` [PATCH v4 06/10] t0600: fix incomplete prerequisite for a test case
` [PATCH v4 07/10] t1006: accommodate for symlink support in MSYS2
` [PATCH v4 08/10] t1305: skip symlink tests that do not apply to Windows
` [PATCH v4 09/10] t6423: introduce Windows-specific handling for symlinking to /dev/null
` [PATCH v4 10/10] t7800: work around the MSYS path conversion on Windows
Would it make sense to add a commit.signOff config?
2025-12-17 23:16 UTC (7+ messages)
` [PATCH v2] commit: document that $command.signoff will not be added
[PATCH 00/10] Convert remaining hooks to hook.h
2025-12-17 23:07 UTC (7+ messages)
` [PATCH v4 00/11] "
` [PATCH v4 05/11] transport: convert pre-push to hook API
(no subject)
2025-12-17 21:03 UTC
rebasing on top of reformatted branch
2025-12-17 8:56 UTC (2+ messages)
[PATCH 0/9] Encode submodule gitdir names to avoid conflicts
2025-12-17 8:17 UTC (7+ messages)
` [PATCH v6 00/10] Add submodulePathConfig extension and gitdir encoding
` [PATCH v6 04/10] submodule: introduce extensions.submodulePathConfig
[PATCH] remote-curl: Use auth for probe_rpc() requests too
2025-12-16 21:50 UTC (2+ messages)
t3900 failure on macOS, iconv(3) broken?
2025-12-16 21:49 UTC (11+ messages)
` [PATCH v2 1/2] Makefile: add NO_HOMEBREW
` [PATCH v3 1/2] macOS: make Homebrew use configurable
` [PATCH v3 2/2] macOS: use iconv from Homebrew if present
[PATCH] config: document 'gui.GCWarning'
2025-12-16 20:15 UTC (3+ messages)
Different behaviour for --find-renames between git diff and git merge?
2025-12-16 19:44 UTC (6+ messages)
[PATCH v0 2/3] Makefile: Make all darwin into config.mak.uname
2025-12-16 18:53 UTC (2+ messages)
[PATCH] docs: clarify git-rev-list(1) --filter behavior
2025-12-16 18:07 UTC (6+ messages)
[PATCH 0/1] replay: add --revert option to reverse commit changes
2025-12-16 16:23 UTC (4+ messages)
` [PATCH v2 0/2] replay: add --revert mode "
` [PATCH v2 2/2] "
[PATCH 0/3] doc: replay: improvements like "mention no output on conflicts"
2025-12-16 14:25 UTC (6+ messages)
` [PATCH v2 "
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).