messages from 2025-03-10 01:51:07 to 2025-03-12 15:36:42 UTC [more...]
[PATCH 00/14] refs: batch refname availability checks
2025-03-12 15:36 UTC (20+ messages)
` [PATCH v5 00/16] "
` [PATCH v5 02/16] object-name: allow skipping ambiguity checks in `get_oid()` family
` [PATCH v5 04/16] refs: introduce function to batch refname availability checks
` [PATCH v5 05/16] refs/reftable: "
` [PATCH v5 06/16] refs/files: batch refname availability checks for normal transactions
` [PATCH v5 07/16] refs/files: batch refname availability checks for initial transactions
` [PATCH v5 08/16] refs: stop re-verifying common prefixes for availability
` [PATCH v5 09/16] refs/iterator: separate lifecycle from iteration
[PATCH 0/2] pack-objects: freshen objects with multi-cruft packs
2025-03-12 15:33 UTC (12+ messages)
` [PATCH v4 0/6] "
` [PATCH v4 1/6] t/t5329-pack-objects-cruft.sh: evict 'repack'-related tests
` [PATCH v4 2/6] t7704-repack-cruft.sh: consolidate `write_blob()`
` [PATCH v4 3/6] t/lib-cruft.sh: extract some cruft-related helpers
` [PATCH v4 4/6] pack-objects: generate cruft packs at most one object over threshold
` [PATCH v4 5/6] builtin/repack.c: simplify cruft pack aggregation
` [PATCH v4 6/6] builtin/pack-objects.c: freshen objects from existing cruft packs
[PATCH] ci: perform build and smoke tests for Meson docs
2025-03-12 14:28 UTC
What's cooking in git.git (Mar 2025, #02; Thu, 6)
2025-03-12 14:09 UTC (5+ messages)
[PATCH] docs: fix repository-layout when building with breaking changes
2025-03-12 13:43 UTC (10+ messages)
` [PATCH v2] "
` [PATCH] docs: fix check-docs with WITH_BREAKING_CHANGES
[PATCH 0/3] meson: improve handling of `-Dbreaking_changes=true`
2025-03-12 13:17 UTC (4+ messages)
` [PATCH 1/3] meson: define WITH_BREAKING_CHANGES when enabling breaking changes
` [PATCH 2/3] meson: don't compile git-pack-redundant(1) with "
` [PATCH 3/3] meson: don't install git-pack-redundant(1) docs "
[GSoC PATCH] reftable: return proper error code from block_writer_add()
2025-03-12 12:49 UTC (7+ messages)
` [GSoC PATCH v2] "
` [GSoC PATCH v3 0/2] reftable: return proper error codes from block_writer_add
` [PATCH v3 1/2] reftable: propagate specific error codes in block_writer_add()
` [PATCH v3 2/2] reftable: adapt writer code to propagate block_writer_add() errors
Making bit-by-bit reproducible Git Bundles?
2025-03-12 11:40 UTC
[PATCH] promisor-remote: fix segfault when remote URL is missing
2025-03-12 11:48 UTC (13+ messages)
` [PATCH v2] "
` [PATCH v3] "
[GSoC] Microproject: Updating Documentation
2025-03-12 8:19 UTC (6+ messages)
[PATCH] [GSOC] Update MyFirstContribution.adoc to current codebase
2025-03-12 8:15 UTC
[PATCH 0/3] Small new merge-ort features, prepping for deletion of merge-recursive.[ch]
2025-03-12 8:06 UTC (6+ messages)
` [PATCH 1/3] merge-ort: add new merge_ort_generic() function
` [PATCH 2/3] merge-ort: allow rename detection to be disabled
[PATCH 0/4] rev-list: introduce NUL-delimited output mode
2025-03-12 7:50 UTC (19+ messages)
` [PATCH 1/4] rev-list: inline `show_object_with_name()` in `show_object()`
` [PATCH 2/4] rev-list: refactor early option parsing
` [PATCH 3/4] rev-list: support delimiting objects with NUL bytes
` [PATCH 4/4] rev-list: support NUL-delimited --missing option
[PATCH 0/2] EDITME: cover title for 493-add-command-to-purge-reflog-entries
2025-03-12 7:15 UTC (14+ messages)
` [PATCH 1/2] reflog: drop usage of global variables
` [PATCH 2/2] reflog: implement subcommand to drop reflogs
` [PATCH v2] "
[PATCH v1 0/4] drop "name-rev --stdin" support
2025-03-12 7:01 UTC (19+ messages)
` [PATCH v1 1/4] t: introduce WITH_BREAKING_CHANGES prerequisite
` [PATCH v1 2/4] t6120: avoid hiding "git" exit status
` [PATCH v1 3/4] t6120: further modernize
` [PATCH v1 4/4] name-rev: remove "--stdin" support
` [PATCH v2 0/6] drop "name-rev --stdin" support
` [PATCH v2 1/6] t: document test_lazy_prereq
` [PATCH v2 2/6] t: extend test_lazy_prereq
` [PATCH v2 3/6] t: introduce WITH_BREAKING_CHANGES prerequisite
` [PATCH v2 4/6] t6120: avoid hiding "git" exit status
` [PATCH v2 5/6] t6120: further modernize
` [PATCH v2 6/6] name-rev: remove "--stdin" support
[PATCH 00/19] reftable: stop using "git-compat-util.h"
2025-03-12 6:51 UTC (5+ messages)
` [PATCH v6 00/18] "
[GSoC PATCH v3 0/1] Refactor SMTP Auth Error Handling
2025-03-12 6:46 UTC (2+ messages)
` [GSoC PATCH v3 1/1] Unify SMTP auth error handling
[PATCH 0/6] cat-file: add remote-object-info to batch-command
2025-03-12 2:19 UTC (7+ messages)
` [PATCH v11 0/8] "
` [PATCH v11 8/8] "
[PATCH] dir.h: remove duplicate forward declaration of struct repository
2025-03-11 22:13 UTC (2+ messages)
git rebase skips reapplied commits
2025-03-11 18:55 UTC (2+ messages)
[GSoC PATCH] decorate: fix sign comparison warnings
2025-03-11 18:26 UTC (6+ messages)
` [GSoC PATCH v2] "
Defining timestamp_t as intmax_t instead of uintmax_t
2025-03-11 18:23 UTC (4+ messages)
[PATCH] environment: move access to "core.attributesfile" into repo settings
2025-03-11 17:41 UTC (16+ messages)
` [GSOC PATCH v2 0/2] Stop depending on `the_repository` for core.attributesfile
` [GSOC PATCH v2 1/2] environment: move access to "core.attributesfile" into repo settings
` [GSOC PATCH v2 2/2] attr: use `repo_settings_get_attributesfile_path()` and update callers
Interest in Git's Global State Reduction Project - UC Berkeley CS Student
2025-03-11 16:04 UTC
[Outreachy] Blog: Introducing myself as an intern working to convert unit test to use clar
2025-03-11 12:07 UTC (4+ messages)
` [Outreachy] Blog: Completion of My Outreachy Internship
[ANNOUNCE] Git for Windows 2.49.0-rc2
2025-03-11 10:55 UTC
[PATCH 0/1] [GSoC]smtp_auth_maybe: improve smtp authentication error handling logic
2025-03-11 8:03 UTC (4+ messages)
` [PATCH 1/1] Improve SMTP "
[GSoC PATCH v2 0/1] improve smtp auth error handling logic
2025-03-11 6:49 UTC (3+ messages)
` [GSoC PATCH v2 1/1] improve smtp authentication "
[PATCH 0/2] describe and diff: implement --no-optional-locks
2025-03-11 2:10 UTC (9+ messages)
[PATCH 00/12] Stop depending on `the_repository` in object-related subsystems
2025-03-10 22:39 UTC (15+ messages)
` [PATCH v4 "
` [PATCH v4 01/12] csum-file: stop depending on `the_repository`
` [PATCH v4 02/12] object: "
` [PATCH v4 03/12] pack-write: stop depending on `the_repository` and `the_hash_algo`
` [PATCH v4 04/12] environment: move access to "core.bigFileThreshold" into repo settings
` [PATCH v4 05/12] pack-check: stop depending on `the_repository`
` [PATCH v4 06/12] pack-revindex: "
` [PATCH v4 07/12] pack-bitmap-write: "
` [PATCH v4 08/12] object-file-convert: "
` [PATCH v4 09/12] delta-islands: "
` [PATCH v4 10/12] object-file: split out logic regarding hash algorithms
` [PATCH v4 11/12] hash: fix "-Wsign-compare" warnings
` [PATCH v4 12/12] hash: stop depending on `the_repository` in `null_oid()`
[PATCH v3 00/12] Stop depending on `the_repository` in object-related subsystems
2025-03-10 22:37 UTC (6+ messages)
` [PATCH v3 12/12] hash: stop depending on `the_repository` in `null_oid()`
[PATCH v4 0/5] fast-export, fast-import: add support for signed-commits
2025-03-10 22:36 UTC (24+ messages)
` [PATCH v5 0/6] "
` [PATCH v5 4/6] git-fast-export.txt: clarify why 'verbatim' may not be a good idea
` [PATCH v5 6/6] fast-export, fast-import: add support for signed-commits
` [PATCH v6 0/6] "
` [PATCH v6 1/6] git-fast-import.adoc: add missing LF in the BNF
` [PATCH v6 2/6] fast-export: fix missing whitespace after switch
` [PATCH v6 3/6] fast-export: rename --signed-tags='warn' to 'warn-verbatim'
` [PATCH v6 4/6] git-fast-export.adoc: clarify why 'verbatim' may not be a good idea
` [PATCH v6 5/6] fast-export: do not modify memory from get_commit_buffer
` [PATCH v6 6/6] fast-export, fast-import: add support for signed-commits
[PATCH v3 0/8] refs: introduce support for partial reference transactions
2025-03-10 18:50 UTC (9+ messages)
` [PATCH v3 6/8] refs: implement partial reference transaction support
` [PATCH] config.mak.dev: enable -Wunreachable-code
[PATCH 00/13] PATH WALK II: Add --path-walk option to 'git pack-objects'
2025-03-10 17:28 UTC (5+ messages)
` [PATCH 11/13] pack-objects: thread the path-based compression
` [PATCH 12/13] path-walk: add new 'edge_aggressive' option
` [PATCH 13/13] pack-objects: allow --shallow and --path-walk
[ANNOUNCE] Git v2.49.0-rc2
2025-03-10 17:15 UTC
[PATCH] git-clone doc: fix indentation
2025-03-10 16:55 UTC (2+ messages)
[PATCH] doc: add a blank line around block delimiters
2025-03-10 16:19 UTC (2+ messages)
[PATCH] archive: error instead of triggering a segfault in `git archive --remote=""`
2025-03-10 15:59 UTC (4+ messages)
[GSoC] Introduction and Microproject
2025-03-10 9:46 UTC
[GSoC PATCH] t9400: prefer test_path_* helper functions
2025-03-10 6:50 UTC (2+ 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).