messages from 2025-03-04 17:35:55 to 2025-03-07 10:37:47 UTC [more...]
[PATCH v2 00/12][Outreachy] stop using the_repository global variable
2025-03-07 10:37 UTC (17+ messages)
` [Outreachy PATCH v3 0/8] "
` [PATCH v3 1/8] config: teach repo_config to allow `repo` to be NULL
` [PATCH v3 2/8] builtin/verify-tag: stop using `the_repository`
` [PATCH v3 3/8] builtin/verify-commit: "
` [PATCH v3 4/8] builtin/send-pack: "
` [PATCH v3 5/8] builtin/pack-refs: "
` [PATCH v3 6/8] builtin/ls-files: "
` [PATCH v3 7/8] builtin/for-each-ref: "
` [PATCH v3 8/8] builtin/checkout-index: "
[PATCH 0/3] completion: fix bugs with slashes in remote names
2025-03-07 10:34 UTC (19+ messages)
` [PATCH 3/3] "
` [PATCH v2 0/2] "
` [PATCH v2 1/2] completion: add helper to count path components
` [PATCH v2 2/2] completion: fix bugs with slashes in remote names
[PATCH] docs: fix repository-layout when building with breaking changes
2025-03-07 10:32 UTC (4+ messages)
` [PATCH v2] "
` [PATCH] docs: fix check-docs with WITH_BREAKING_CHANGES
[PATCH 0/2] Hot fixes from Git for Windows v2.49.0-rc0
2025-03-07 10:02 UTC (9+ messages)
` [PATCH v2 0/3] "
` [PATCH v2 1/3] ident: stop assuming that `gw_gecos` is writable
` [PATCH v2 2/3] meson: fix sorting
` [PATCH v2 3/3] cmake: generalize the handling of the `CLAR_TEST_OBJS` list
Git in GSoC 2025
2025-03-07 10:01 UTC (12+ messages)
[PATCH 0/2] refs: a couple of --exclude fixes
2025-03-07 9:35 UTC (10+ messages)
` [PATCH 1/2] refs.c: remove empty '--exclude' patterns
` [PATCH 2/2] refs.c: unify '--exclude' behavior between files and packed backends
` [PATCH v2 0/2] refs: a couple of --exclude fixes
` [PATCH v2 1/2] refs.c: remove empty '--exclude' patterns
` [PATCH v2 2/2] refs.c: stop matching non-directory prefixes in exclude patterns
[PATCH 00/12] Stop depending on `the_repository` in object-related subsystems
2025-03-07 9:08 UTC (36+ messages)
` [PATCH 01/12] csum-file: stop depending on `the_repository`
` [PATCH 02/12] object: "
` [PATCH 03/12] pack-write: stop depending on `the_repository` and `the_hash_algo`
` [PATCH 04/12] environment: move access to "core.bigFileThreshold" into repo settings
` [PATCH 05/12] pack-check: stop depending on `the_repository`
` [PATCH 08/12] object-file-convert: "
` [PATCH 09/12] delta-islands: "
` [PATCH 12/12] hash: stop depending on `the_repository` in `null_oid()`
` [PATCH v2 00/12] Stop depending on `the_repository` in object-related subsystems
` [PATCH v2 01/12] csum-file: stop depending on `the_repository`
` [PATCH v2 02/12] object: "
` [PATCH v2 03/12] pack-write: stop depending on `the_repository` and `the_hash_algo`
` [PATCH v2 04/12] environment: move access to "core.bigFileThreshold" into repo settings
` [PATCH v2 05/12] pack-check: stop depending on `the_repository`
` [PATCH v2 06/12] pack-revindex: "
` [PATCH v2 07/12] pack-bitmap-write: "
` [PATCH v2 08/12] object-file-convert: "
` [PATCH v2 09/12] delta-islands: "
` [PATCH v2 10/12] object-file: split out logic regarding hash algorithms
` [PATCH v2 11/12] hash: fix "-Wsign-compare" warnings
` [PATCH v2 12/12] hash: stop depending on `the_repository` in `null_oid()`
Discuss GSOC: Refactoring in order to reduce Git’s global state
2025-03-07 8:09 UTC (3+ messages)
[Feature Request] Enhancing Git with Inline Code Commenting Features for Improved Code Annotation
2025-03-07 7:35 UTC (4+ messages)
What's cooking in git.git (Mar 2025, #02; Thu, 6)
2025-03-07 0:55 UTC
[PATCH 0/6] builtin/maintenance: introduce "reflog-expire" task
2025-03-06 23:17 UTC (7+ messages)
` [PATCH 2/6] builtin/reflog: stop storing default reflog expiry dates globally
` [PATCH 3/6] builtin/reflog: stop storing per-reflog "
[PATCH] merge-ort: fix a crash in process_renames
2025-03-06 17:19 UTC (4+ messages)
[GSoC PATCH] reftable: return proper error code from block_writer_add()
2025-03-06 17:04 UTC (3+ messages)
[PATCH 0/2] describe and diff: implement --no-optional-locks
2025-03-06 16:11 UTC (4+ messages)
` [PATCH 1/2] describe: "
` [PATCH 2/2] diff: "
[PATCH 00/14] refs: batch refname availability checks
2025-03-06 15:32 UTC (33+ messages)
` [PATCH v4 00/16] "
` [PATCH v4 02/16] object-name: allow skipping ambiguity checks in `get_oid()` family
` [PATCH v4 04/16] refs: introduce function to batch refname availability checks
` [PATCH v4 05/16] refs/reftable: "
` [PATCH v4 07/16] refs/files: batch refname availability checks for initial transactions
` [PATCH v4 12/16] refs/iterator: implement seeking for reftable iterators
` [PATCH v5 00/16] refs: batch refname availability checks
` [PATCH v5 01/16] object-name: introduce `repo_get_oid_with_flags()`
` [PATCH v5 02/16] object-name: allow skipping ambiguity checks in `get_oid()` family
` [PATCH v5 03/16] builtin/update-ref: skip ambiguity checks when parsing object IDs
` [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 v5 10/16] refs/iterator: provide infrastructure to re-seek iterators
` [PATCH v5 11/16] refs/iterator: implement seeking for merged iterators
` [PATCH v5 12/16] refs/iterator: implement seeking for reftable iterators
` [PATCH v5 13/16] refs/iterator: implement seeking for ref-cache iterators
` [PATCH v5 14/16] refs/iterator: implement seeking for packed-ref iterators
` [PATCH v5 15/16] refs/iterator: implement seeking for files iterators
` [PATCH v5 16/16] refs: reuse iterators when determining refname availability
[PATCH 0/2] merge-ort: fix a crash in process_renames for a file transitively renamed to itself
2025-03-06 15:30 UTC (3+ messages)
` [PATCH 1/2] t6423: add a testcase causing a failed assertion in process_renames
` [PATCH 2/2] merge-ort: fix slightly overzealous assertion for rename-to-self
[GSoC] Introduction and get-send-email Microproject Plan
2025-03-06 12:35 UTC (2+ messages)
[PATCH] ci: use Visual Studio for win+meson job on GitHub Workflows
2025-03-06 11:31 UTC
[PATCH 0/2] pack-objects: freshen objects with multi-cruft packs
2025-03-06 10:31 UTC (16+ messages)
` [PATCH 1/2] builtin/repack.c: simplify cruft pack aggregation
` [PATCH v2 0/2] pack-objects: freshen objects with multi-cruft packs
` [PATCH v2 1/2] builtin/repack.c: simplify cruft pack aggregation
` [PATCH v2 2/2] builtin/pack-objects.c: freshen objects from existing cruft packs
` [PATCH v3 0/1] pack-objects: freshen objects with multi-cruft packs
` [PATCH v3 1/1] builtin/pack-objects.c: freshen objects from existing cruft packs
[PATCH 0/6] refs: introduce support for partial reference transactions
2025-03-06 9:46 UTC (16+ messages)
` [PATCH v3 0/8] "
` [PATCH v3 1/8] refs/files: remove redundant check in split_symref_update()
` [PATCH v3 2/8] refs: move duplicate refname update check to generic layer
` [PATCH v3 3/8] refs/files: remove duplicate duplicates check
` [PATCH v3 4/8] refs/reftable: extract code from the transaction preparation
` [PATCH v3 5/8] refs: introduce enum-based transaction error types
` [PATCH v3 6/8] refs: implement partial reference transaction support
` [PATCH v3 7/8] refs: support partial update rejections during F/D checks
` [PATCH v3 8/8] update-ref: add --allow-partial flag for stdin mode
The transfer.hideRefs of the upload-pack process does not work properly
2025-03-06 1:21 UTC (10+ messages)
Suggestion: Enhance git init with Language-Specific Templates
2025-03-06 0:04 UTC (7+ messages)
[ANNOUNCE] Git for Windows 2.49.0-rc1
2025-03-05 16:00 UTC (2+ messages)
[GSoC][RFC PATCH 0/6] Add --subject-extra-prefix flag to format-patch
2025-03-05 14:26 UTC (8+ messages)
[PATCH v2 0/7] refs: introduce support for partial reference transactions
2025-03-05 14:20 UTC (6+ messages)
` [PATCH v2 6/7] refs: implement partial reference transaction support
GIT-BUILD-OPTIONS can override manual invocations
2025-03-05 7:57 UTC (4+ messages)
meson build: datadir missing?
2025-03-05 7:19 UTC (4+ messages)
[ANNOUNCE] Git v2.49.0-rc1
2025-03-05 1:05 UTC (4+ messages)
Failing to apply patch generated with BSD (MacOS) diff -- multiple No newline at end of file
2025-03-04 23:24 UTC
[PATCH] help: add prompt-yes setting for autocorrect
2025-03-04 22:33 UTC (3+ messages)
` [PREVIEW v2] "
[PATCH 0/10] some zlib inflating bug fixes
2025-03-04 21:32 UTC (5+ messages)
` [PATCH 10/10] unpack_loose_rest(): rewrite return handling for clarity
[Feature Request] Negated non-wildcard patterns in excluded directories in `.gitignore`
2025-03-04 19:17 UTC
[GSOC][PATCH 0/1] t1403: prefer test_path_exists helper function
2025-03-04 18:30 UTC (16+ messages)
` [PATCH 1/1] "
[GSOC][PATCH v2 0/1] t1403: verify path exists and is a file
2025-03-04 18:19 UTC (10+ messages)
` [GSOC][PATCH v3 "
` [PATCH v3 1/1] t1403: verify that "
` [PATCH v4 0/1] t1403: verify "
` [PATCH v4 1/1] t1403: verify that "
[PATCH 0/2] t/unit-tests: convert unit-tests to use clar
2025-03-04 17:59 UTC (3+ messages)
` [PATCH 1/2] t/unit-tests: convert trailer test "
What's cooking in git.git (Mar 2025, #01; Tue, 4)
2025-03-04 17:49 UTC
What's cooking in git.git (Mar 2025, #01; Tue, 4)
2025-03-04 17:45 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