messages from 2025-01-31 04:48:51 to 2025-02-03 13:51:36 UTC [more...]
What's cooking in git.git (Jan 2025, #06; Wed, 22)
2025-02-03 13:51 UTC (11+ messages)
Git in GSoC 2025
2025-02-03 13:21 UTC (18+ messages)
[PATCH 0/2] builtin/repack: fix `--keep-unreachable` when there are no packs
2025-02-03 13:06 UTC (3+ messages)
` [PATCH 1/2] t7700: add tests for `--keep-unreachable`
` [PATCH 2/2] builtin/repack: fix `--keep-unreachable` when there are no packs
[PATCH v2 0/2] rev-list: print additional missing object information
2025-02-03 10:45 UTC (10+ messages)
` [PATCH v3 0/4] "
` [PATCH v3 1/4] quote: add c quote flag to ignore core.quotePath
` [PATCH v3 2/4] quote: add quote_path() flag to ignore config
` [PATCH v3 3/4] rev-list: add print-info action to print missing object path
` [PATCH v3 4/4] rev-list: extend print-info to print missing object type
Continuous Benchmarking
2025-02-03 9:54 UTC
[PATCH v2 00/20] reftable: stop using "git-compat-util.h"
2025-02-03 8:40 UTC (8+ messages)
` [PATCH v2 04/20] reftable/record: stop using `COPY_ARRAY()`
` [PATCH v2 15/20] compat: consistently resolve headers via project root
[PATCH v2 0/8] add more ref consistency checks
2025-02-03 8:40 UTC (29+ messages)
` [PATCH v2 2/8] builtin/refs: get worktrees without reading head info
` [PATCH v2 3/8] packed-backend: check whether the "packed-refs" is regular
` [PATCH v2 4/8] packed-backend: add "packed-refs" header consistency check
` [PATCH v2 5/8] packed-backend: check whether the refname contains NUL characters
` [PATCH v2 6/8] packed-backend: add "packed-refs" entry consistency check
` [PATCH v2 7/8] packed-backend: check whether the "packed-refs" is sorted
` [PATCH v2 8/8] builtin/fsck: add `git refs verify` child process
[PATCH 00/19] reftable: stop using "git-compat-util.h"
2025-02-03 8:03 UTC (20+ messages)
` [PATCH v3 00/18] "
` [PATCH v3 01/18] reftable/stack: stop using `read_in_full()`
` [PATCH v3 02/18] reftable/stack: stop using `write_in_full()`
` [PATCH v3 03/18] reftable/blocksource: stop using `xmmap()`
` [PATCH v3 04/18] reftable/record: stop using `COPY_ARRAY()`
` [PATCH v3 05/18] reftable/record: stop using `BUG()` in `reftable_record_init()`
` [PATCH v3 06/18] reftable/record: don't `BUG()` in `reftable_record_cmp()`
` [PATCH v3 07/18] reftable: stop using `BUG()` in trivial cases
` [PATCH v3 08/18] reftable/basics: stop using `st_mult()` in array allocators
` [PATCH v3 09/18] reftable/basics: provide wrappers for big endian conversion
` [PATCH v3 10/18] reftable/reader: stop using `ARRAY_SIZE()` macro
` [PATCH v3 11/18] reftable/system: introduce `reftable_rand()`
` [PATCH v3 12/18] reftable/stack: stop using `sleep_millisec()`
` [PATCH v3 13/18] reftable/basics: stop using `SWAP()` macro
` [PATCH v3 14/18] reftable/basics: stop using `UNUSED` annotation
` [PATCH v3 15/18] compat/mingw: split out POSIX-related bits
` [PATCH v3 16/18] git-compat-util.h: split out POSIX-emulating bits
` [PATCH v3 17/18] reftable: decouple from Git codebase by pulling in "compat/posix.h"
` [PATCH v3 18/18] Makefile: skip reftable library for Coccinelle
[PATCH v3] builtin/clone: teach git-clone(1) the --revision= option
2025-02-03 7:51 UTC (15+ messages)
` [PATCH v4 0/6] Enable doing a shallow clone of a specific git revision
` [PATCH v4 1/6] clone: cut down on global variables in clone.c
` [PATCH v4 2/6] clone: make it possible to specify --tags
` [PATCH v4 3/6] clone: refactor wanted_peer_refs()
` [PATCH v4 4/6] clone: add tags refspec earlier to fetch refspec
` [PATCH v4 5/6] clone: introduce struct clone_opts in builtin/clone.c
` [PATCH v4 6/6] builtin/clone: teach git-clone(1) the --revision= option
[PATCH 0/4] t/unit-tests: convert unit-tests to use clar
2025-02-03 7:30 UTC (20+ messages)
` [PATCH 1/4] t/unit-tests: convert hashmap test to clar framework
` [PATCH 2/4] t/unit-tests: adapt example decorate "
` [PATCH 3/4] t/unit-tests: convert strbuf "
` [PATCH 4/4] t/unit-tests: convert strcmp-offset "
` [PATCH v2 0/4] t/unit-tests: convert unit-tests to use clar
` [PATCH v2 1/4] t/unit-tests: convert hashmap test to use clar test framework
` [PATCH v2 2/4] t/unit-tests: adapt example decorate "
` [PATCH v2 3/4] t/unit-tests: convert strbuf "
` [PATCH v2 4/4] t/unit-tests: convert strcmp-offset "
[PATCH v2 0/3] refspec: centralize refspec-related logic
2025-02-03 6:46 UTC (9+ messages)
` [PATCH v3 0/5] "
` [PATCH v3 1/5] refactor(remote): rename function omit_name_by_refspec
` [PATCH v3 2/5] refspec: relocate refname_matches_negative_refspec_item
` [PATCH v3 3/5] refactor(remote): rename query_refspecs functions
` [PATCH v3 4/5] refspec: relocate matching related functions
` [PATCH v3 5/5] refspec: relocate apply_refspecs and related funtions
[PATCH 0/2] transport: don't ignore git-receive-pack(1) exit code on atomic push
2025-02-03 6:29 UTC (24+ messages)
` [PATCH v4 0/8] "
` [PATCH v4 1/8] t5504: modernize test by moving heredocs into test bodies
` [PATCH v4 2/8] t5548: refactor to reuse setup_upstream() function
` [PATCH v4 3/8] t5548: refactor test cases by resetting upstream
` [PATCH v4 4/8] t5548: add new porcelain test cases
` [PATCH v4 5/8] t5548: add porcelain push test cases for dry-run mode
` [PATCH v4 6/8] send-pack: new return code "ERROR_SEND_PACK_BAD_REF_STATUS"
` [PATCH v4 7/8] t5543: atomic push reports exit code failure
` [PATCH v4 8/8] send-pack: gracefully close the connection for atomic push
` [PATCH v5 0/8] transport: don't ignore git-receive-pack(1) exit code on "
` [PATCH v5 1/8] t5504: modernize test by moving heredocs into test bodies
` [PATCH v5 2/8] t5548: refactor to reuse setup_upstream() function
` [PATCH v5 3/8] t5548: refactor test cases by resetting upstream
` [PATCH v5 4/8] t5548: add new porcelain test cases
` [PATCH v5 5/8] t5548: add porcelain push test cases for dry-run mode
` [PATCH v5 6/8] send-pack: new return code "ERROR_SEND_PACK_BAD_REF_STATUS"
` [PATCH v5 7/8] t5543: atomic push reports exit code failure
` [PATCH v5 8/8] send-pack: gracefully close the connection for atomic push
What's cooking in git.git (Jan 2025, #08; Tue, 28)
2025-02-03 6:08 UTC (5+ messages)
[PATCH 0/4] hash: introduce generic wrappers to update hash contexts
2025-02-03 5:42 UTC (7+ messages)
` [PATCH 1/4] hash: convert hashing context to a structure
` [PATCH 2/4] hash: stop typedeffing the hash context
` [PATCH 3/4] hash: provide generic wrappers to update hash contexts
` [PATCH 4/4] global: adapt callers to use generic hash context helpers
[PATCH v3 0/3] refs: small followups to the migration corruption fix
2025-02-03 5:41 UTC (6+ messages)
` [PATCH v3 3/3] reftable: prevent 'update_index' changes after adding records
` undefined behavior in unit tests, was "
[PATCH 0/3] setup: fix reinit of repos with different formats
2025-02-03 5:29 UTC (6+ messages)
` [PATCH 2/3] setup: fix reinit of repos with incompatible GIT_DEFAULT_REF_FORMAT
` [PATCH 3/3] setup: fix reinit of repos with incompatible GIT_DEFAULT_HASH
[PATCH] t6423: fix suppression of Git’s exit code in tests
2025-02-03 0:04 UTC (4+ messages)
[PATCH 1/1] t5401: prefer test_path_is_* helper function
2025-02-02 23:43 UTC (4+ messages)
[PATCH] credential: warn about git-credential-store [RFC]
2025-02-02 23:41 UTC (5+ messages)
"meson test" very slow on Windows
2025-02-02 23:13 UTC (5+ messages)
GIT for windows not downloading
2025-02-02 23:05 UTC (2+ messages)
[PATCH] rev-list: skip bitmap traversal for --left-right
2025-02-02 12:28 UTC (2+ messages)
[PATCH 1/1] Renamed all *.txt files to .adoc of Documentation
2025-02-02 4:52 UTC (3+ messages)
[GSOC] [Newbie] Test Script t6423 Microproject
2025-02-02 0:53 UTC (3+ messages)
[ANNOUNCE] Git Rev News edition 119
2025-02-01 21:47 UTC
[PATCH v4] help: interpret boolean string values for help.autocorrect
2025-02-01 21:33 UTC (3+ messages)
` [PATCH 1/2] help: show the suggested command when help.autocorrect is false
` [PATCH 2/2] help: add "show" as a valid configuration value
[PATCH 0/1] Rename all *.txt files to .adoc in Documentation
2025-02-01 20:03 UTC (2+ messages)
[PATCH 0/1] Rename all *.txt files to .adoc in Documentation
2025-02-01 13:40 UTC
[PATCH 1/1] Renamed all *.txt files to .adoc of Documentation
2025-02-01 13:17 UTC
Feature idea: Git hook for pre-checkout
2025-02-01 10:09 UTC (4+ messages)
[GSoC][PATCH 0/1] t5401: prefer test_path_is_* helper function
2025-02-01 7:11 UTC
What's cooking in git.git (Jan 2025, #09; Fri, 31)
2025-02-01 2:51 UTC
[PATCH 0/6] cat-file: add remote-object-info to batch-command
2025-02-01 2:08 UTC (6+ messages)
` [PATCH v10 0/8] "
` [PATCH v10 7/8] transport: add client support for object-info
` [PATCH v10 8/8] cat-file: add remote-object-info to batch-command
(no subject)
2025-01-31 23:10 UTC
[PATCH v3 0/8] pack-objects: Create an alternative name hash algorithm (recreated)
2025-01-31 21:39 UTC (3+ messages)
` [PATCH v4 0/7] "
[PATCH] worktree: detect from secondary worktree if main worktree is bare
2025-01-31 20:20 UTC (14+ messages)
` [PATCH v2] "
` [PATCH v3] "
[PATCH v2 0/6][Outreachy] Introduce os-version Capability with Configurable Options
2025-01-31 20:17 UTC (11+ messages)
` [PATCH v3 "
[PATCH 0/3] Sanitize sideband channel messages
2025-01-31 17:55 UTC (5+ messages)
[PATCH] ci: fix base commit fallback for check-whitespace and check-style
2025-01-31 17:39 UTC
[RFC PATCH resend] builtin/repack: Honor --keep-pack and .keep when repacking promisor objects
2025-01-31 15:17 UTC (3+ 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).