messages from 2025-02-25 23:42:12 to 2025-02-28 08:13:25 UTC [more...]
[PATCH 0/3] doc: txt -> adoc fixes
2025-02-28 8:13 UTC (6+ messages)
` [PATCH 1/3] doc: update howto-index.sh for .adoc extensions
` [PATCH 2/3] contrib/contacts: rename .txt to .adoc
` [PATCH 3/3] contrib/subtree: "
[PATCH 0/2] Hot fixes from Git for Windows v2.49.0-rc0
2025-02-28 7:58 UTC (5+ messages)
` [PATCH 1/2] ident: stop assuming that `gw_gecos` is writable
` [PATCH 2/2] meson: fix sorting
Git in GSoC 2025
2025-02-28 7:56 UTC (5+ messages)
[PATCH 0/2] pack-objects: freshen objects with multi-cruft packs
2025-02-28 7:52 UTC (10+ messages)
` [PATCH 1/2] builtin/repack.c: simplify cruft pack aggregation
` [PATCH 2/2] builtin/pack-objects.c: freshen objects from existing cruft packs
gitweb.js build mistake
2025-02-28 7:02 UTC (4+ messages)
Draft of Git Rev News edition 1ZO
2025-02-28 6:41 UTC (2+ messages)
` Draft of Git Rev News edition 120
misc. gitweb patches (directories first, …)
2025-02-28 6:31 UTC
gitweb encoding issues (partial patch)
2025-02-28 6:27 UTC
[PATCH v6 0/9] add more ref consistency checks
2025-02-28 5:02 UTC (32+ messages)
` [PATCH v6 3/9] packed-backend: check whether the "packed-refs" is regular file
` [PATCH v6 4/9] packed-backend: check if header starts with "# pack-refs with: "
` [PATCH v7 0/9] add more ref consistency checks
` [PATCH v7 1/9] t0602: use subshell to ensure working directory unchanged
` [PATCH v7 2/9] builtin/refs: get worktrees without reading head information
` [PATCH v7 3/9] packed-backend: check whether the "packed-refs" is regular file
` [PATCH v7 4/9] packed-backend: check if header starts with "# pack-refs with: "
` [PATCH v7 5/9] packed-backend: add "packed-refs" header consistency check
` [PATCH v7 6/9] packed-backend: check whether the refname contains NUL characters
` [PATCH v7 7/9] packed-backend: add "packed-refs" entry consistency check
` [PATCH v7 8/9] packed-backend: check whether the "packed-refs" is sorted
` [PATCH v7 9/9] builtin/fsck: add `git refs verify` child process
` [PATCH v8 0/9] add more ref consistency checks
` [PATCH v8 1/9] t0602: use subshell to ensure working directory unchanged
` [PATCH v8 2/9] builtin/refs: get worktrees without reading head information
` [PATCH v8 3/9] packed-backend: check whether the "packed-refs" is regular file
` [PATCH v8 4/9] packed-backend: check if header starts with "# pack-refs with: "
` [PATCH v8 5/9] packed-backend: add "packed-refs" header consistency check
` [PATCH v8 6/9] packed-backend: check whether the refname contains NUL characters
` [PATCH v8 7/9] packed-backend: add "packed-refs" entry consistency check
` [PATCH v8 8/9] packed-backend: check whether the "packed-refs" is sorted
` [PATCH v8 9/9] builtin/fsck: add `git refs verify` child process
The transfer.hideRefs of the upload-pack process does not work properly
2025-02-28 2:32 UTC (3+ messages)
[PATCH 0/10] some zlib inflating bug fixes
2025-02-28 0:38 UTC (23+ messages)
` [PATCH 01/10] loose_object_info(): BUG() on inflating content with unknown type
` [PATCH 02/10] unpack_loose_header(): simplify next_out assignment
` [PATCH 04/10] unpack_loose_header(): fix infinite loop on broken zlib input
` [PATCH 05/10] git_inflate(): skip zlib_post_call() sanity check on Z_NEED_DICT
` [PATCH 06/10] unpack_loose_header(): avoid numeric comparison of zlib status
` [PATCH 08/10] unpack_loose_rest(): never clean up zstream
` [PATCH 09/10] unpack_loose_rest(): simplify error handling
` [PATCH 10/10] unpack_loose_rest(): rewrite return handling for clarity
[PATCH 0/3] batch blob diff generation
2025-02-28 0:26 UTC (26+ messages)
` [PATCH v2 "
` [PATCH v2 2/3] builtin: introduce diff-pairs command
` [PATCH v3 0/3] batch blob diff generation
` [PATCH v3 1/3] diff: return diff_filepair from diff queue helpers
` [PATCH v3 2/3] builtin: introduce diff-pairs command
` [PATCH v3 3/3] builtin/diff-pairs: allow explicit diff queue flush
` [PATCH v4 0/4] batch blob diff generation
` [PATCH v4 1/4] diff: return diff_filepair from diff queue helpers
` [PATCH v4 2/4] diff: add option to skip resolving diff statuses
` [PATCH v4 3/4] builtin: introduce diff-pairs command
` [PATCH v4 4/4] builtin/diff-pairs: allow explicit diff queue flush
[PATCH 0/9] builtin/cat-file: allow filtering objects in batch mode
2025-02-27 23:48 UTC (21+ messages)
` [PATCH 2/9] builtin/cat-file: wire up an option to filter objects
` [PATCH 3/9] builtin/cat-file: support "blob:none" objects filter
` [PATCH 5/9] builtin/cat-file: support "object:type=" "
` [PATCH 6/9] pack-bitmap: expose function to iterate over bitmapped objects
` [PATCH 7/9] pack-bitmap: introduce function to check whether a pack is bitmapped
` [PATCH 9/9] builtin/cat-file: use bitmaps to efficiently filter by object type
[PATCH 0/7][Outreachy] stop using the_repository global variable
2025-02-27 22:39 UTC (6+ messages)
` [PATCH v2 00/12][Outreachy] "
` [PATCH v2 02/12] builtin/verify-tag: stop using `the_repository`
[ANNOUNCE] Git for Windows 2.49.0-rc0
2025-02-27 20:56 UTC (2+ messages)
[ANNOUNCE] Git v2.49.0-rc0
2025-02-27 20:55 UTC (5+ messages)
[RFC PATCH] config: teach `repo_config()` to allow `repo` to be NULL
2025-02-27 18:46 UTC (3+ messages)
\b character escapes in CLI usage
2025-02-27 18:40 UTC (15+ messages)
` General output formatting (was: Re: \b character escapes in CLI usage)
` General output formatting
[PATCH 0/2] add -p: a couple of hunk splitting fixes
2025-02-27 18:36 UTC (7+ messages)
` [PATCH 1/2] add -p: mark split hunks as undecided
[GSoC][PATCH v4] merge-strategies.adoc: detail submodule merge
2025-02-27 17:50 UTC (3+ messages)
gripe: bash completion broken for 'diff' from outside working tree
2025-02-27 17:46 UTC
[PATCH 0/6] builtin/maintenance: introduce "reflog-expire" task
2025-02-27 17:01 UTC (14+ messages)
` [PATCH 1/6] reflog: rename `cmd_reflog_expire_cb` to `reflog_expire_options`
` [PATCH 2/6] builtin/reflog: stop storing default reflog expiry dates globally
` [PATCH 3/6] builtin/reflog: stop storing per-reflog "
` [PATCH 4/6] builtin/reflog: make functions regarding `reflog_expire_options` public
` [PATCH 5/6] builtin/gc: split out function to expire reflog entries
` [PATCH 6/6] builtin/maintenance: introduce "reflog-expire" task
[PATCH] upload-pack: no longer use hidden-refs as exclude_patterns
2025-02-27 15:51 UTC (3+ messages)
[PATCH] gitlab-ci: fix "msvc-meson" test job succeeding despite test failures
2025-02-27 13:39 UTC
[PATCH v3 00/16] refs: batch refname availability checks
2025-02-27 11:57 UTC (4+ messages)
` [PATCH v3 03/16] builtin/update-ref: skip ambiguity checks when parsing object IDs
git-am doesn't compute intermediate hashes when patch applies cleanly
2025-02-27 9:51 UTC
[L10N] Kickoff for Git 2.49.0
2025-02-27 1:57 UTC
'git rev-list' commit ordering issue
2025-02-26 22:30 UTC (3+ messages)
[GSoC][PATCH v3] merge-strategies.adoc: detail submodule merge
2025-02-26 22:09 UTC (3+ messages)
win+Meson test failures due to ps/build-meson-fixes-0130 topic?
2025-02-26 22:07 UTC (10+ messages)
'git gc auto' didn't trigger on large reflog
2025-02-26 16:10 UTC (5+ messages)
[Bug] git-http-push authentication fails using netrc-file since v2.46
2025-02-26 12:38 UTC (3+ messages)
` [PATCH 0/1] Fix netrc usage with WebDAV-based HTTP protocol
[PATCH v4 0/5] remote: announce removal of "branches/" and "remotes/"
2025-02-26 9:21 UTC (7+ messages)
` [PATCH v4 5/5] "
[PATCH 00/11] meson: cleanups, improvements, smallish fixes
2025-02-26 8:22 UTC (15+ messages)
` [PATCH v3 00/13] "
` [PATCH v3 01/13] meson: fix exec path with enabled runtime prefix
` [PATCH v3 02/13] meson: fix OpenSSL fallback when not explicitly required
` [PATCH v3 03/13] meson: inline the static 'git' library
` [PATCH v3 04/13] meson: simplify use of the common-main library
` [PATCH v3 05/13] meson: introduce `libgit_curl` dependency
` [PATCH v3 06/13] meson: stop linking libcurl into all executables
` [PATCH v3 07/13] meson: drop separate version library
` [PATCH v3 08/13] meson: improve PATH handling
` [PATCH v3 09/13] meson: improve handling of `sane_tool_path` option
` [PATCH v3 10/13] meson: prevent finding sed(1) in a loop
` [PATCH v3 11/13] meson: fix overwritten `git` variable
` [PATCH v3 12/13] meson: consistently use custom program paths to resolve programs
` [PATCH v3 13/13] gitlab-ci: restrict maximum number of link jobs on Windows
What's cooking in git.git (Feb 2025, #08; Tue, 25)
2025-02-26 1:06 UTC
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