messages from 2025-04-04 09:02:54 to 2025-04-08 08:51:32 UTC [more...]
[PATCH 0/6] refs: introduce support for partial reference transactions
2025-04-08 8:51 UTC (9+ messages)
` [PATCH v6 0/8] refs: introduce support for batched reference updates
` [PATCH v6 1/8] refs/files: remove redundant check in split_symref_update()
` [PATCH v6 2/8] refs: move duplicate refname update check to generic layer
` [PATCH v6 3/8] refs/files: remove duplicate duplicates check
` [PATCH v6 4/8] refs/reftable: extract code from the transaction preparation
` [PATCH v6 5/8] refs: introduce enum-based transaction error types
` [PATCH v6 6/8] refs: implement batch reference update support
` [PATCH v6 7/8] refs: support rejection in batch updates during F/D checks
What's cooking in git.git (Apr 2025, #01; Mon, 7)
2025-04-08 8:20 UTC (3+ messages)
[GSoC] [PATCH 1/1] t9811: avoid using pipes
2025-04-08 8:08 UTC (19+ messages)
` [GSoC] [PATCH v2 0/3] t9811: Improve test coverage and clarity
` [GSoC] [PATCH v2 1/3] t9811: avoid using pipes to expose exit codes
` [GSoC] [PATCH v2 2/3] t9811: Remove the -q quiet mode from some instances of grep
` [GSoC] [PATCH v2 3/3] t9811: Change `grep` to `test_grep` for debug output
` [GSoC] [PATCH v3 0/3] t9811: Improve test coverage and clarity
` [GSoC] [PATCH v3 1/3] t9811: avoid using pipes to expose exit codes
` [GSoC] [PATCH v3 2/3] t9811: Remove the -q quiet mode from some instances of grep
` [GSoC] [PATCH v3 3/3] t9811: Change `grep` to `test_grep` for debug output
` [GSoC] [PATCH v4 0/1] t9811: Improve test coverage and clarity
` [GSoC] [PATCH v4 1/1] Remove the pipe following the `git tag`, ensuring the exit code is not hidden. Add explicit verification to check for expected and unexpected tags, increasing specificity and future-proofing a portion of the test
[PATCH] refs/packed: fix BUG when seeking refs with UTF-8 characters
2025-04-08 6:46 UTC (5+ messages)
[PATCH 0/6] builtin/maintenance: introduce "reflog-expire" task
2025-04-08 6:22 UTC (8+ messages)
` [PATCH v2 "
` [PATCH v2 1/6] reflog: rename `cmd_reflog_expire_cb` to `reflog_expire_options`
` [PATCH v2 2/6] builtin/reflog: stop storing default reflog expiry dates globally
` [PATCH v2 3/6] builtin/reflog: stop storing per-reflog "
` [PATCH v2 4/6] builtin/reflog: make functions regarding `reflog_expire_options` public
` [PATCH v2 5/6] builtin/gc: split out function to expire reflog entries
` [PATCH v2 6/6] builtin/maintenance: introduce "reflog-expire" task
Gerrit, GitButler, and Jujutsu projects collaborating on change-id commit footer
2025-04-08 5:35 UTC (35+ messages)
[PATCH 0/1] t5601: modernize test by using test_path_is_file
2025-04-08 3:01 UTC (3+ messages)
` [PATCH 1/1] "
[GSoC v3] Project Proposal: Machine-Readable Repository Information Query Tool
2025-04-08 2:38 UTC (3+ messages)
[PATCH] meson: install shell completion scripts
2025-04-08 2:26 UTC (3+ messages)
Make 'git stash list' more informative
2025-04-08 2:06 UTC (4+ messages)
[PATCH] [RFC] rebase -m: partial support for copying extra commit headers
2025-04-08 1:22 UTC (2+ messages)
[PATCH v2 0/2] help: include SHA build options in version info
2025-04-08 0:33 UTC (5+ messages)
` [PATCH v3 "
[PATCH] blame: fix unblamable and ignored lines in porcelain mode
2025-04-08 0:32 UTC (4+ messages)
` [PATCH v5] blame: print unblamable and ignored commits "
[PATCH 00/20] t: drop Perl as a mandatory prerequisite
2025-04-08 0:32 UTC (4+ messages)
` [PATCH v4 "
[PATCH 0/9] builtin/cat-file: allow filtering objects in batch mode
2025-04-08 0:32 UTC (4+ messages)
` [PATCH v3 00/11] "
[PATCH 0/8] Debug merge-recursive.[ch]
2025-04-07 22:23 UTC (12+ messages)
` [PATCH v2 "
` [PATCH v2 1/8] checkout: replace merge_trees() with merge_ort_nonrecursive()
` [PATCH v2 2/8] builtin/merge-recursive: switch to using merge_ort_generic()
` [PATCH v2 3/8] merge-ort: enable diff-algorithms other than histogram
` [PATCH v2 4/8] sequencer: switch non-recursive merges over to ort
` [PATCH v2 5/8] merge, sequencer: switch recursive "
` [PATCH v2 6/8] merge-recursive.[ch]: thoroughly debug these
` [PATCH v2 7/8] tests: remove GIT_TEST_MERGE_ALGORITHM and test_expect_merge_algorithm
` [PATCH v2 8/8] builtin/{merge,rebase,revert}: remove GIT_TEST_MERGE_ALGORITHM
git-interpret-trailers and period characters in the key
2025-04-07 20:37 UTC (3+ messages)
[PATCH v2 00/10] builtin/cat-file: allow filtering objects in batch mode
2025-04-07 20:25 UTC (5+ messages)
` [PATCH v2 01/10] builtin/cat-file: rename variable that tracks usage
[PATCH 0/1] remove unnecessary if statement
2025-04-07 19:58 UTC (7+ messages)
` [PATCH v2 "
` [PATCH v2 1/1] builtin/update-server-info: "
` [PATCH "
[PATCH] refs: fix duplicated word in comment
2025-04-07 18:43 UTC (4+ messages)
` [PATCH v2] "
[GSoC] [RFC] Project Proposal: Refactoring in order to reduce Git's global state
2025-04-07 17:10 UTC (3+ messages)
` [GSoC] [RFC] Project Proposal v2: "
[PATCH] doc: fix asciidoctor synopsis processing of triple-dots
2025-04-07 15:11 UTC (5+ messages)
[PATCH 00/16] reftable: overhaul the API to expose access to blocks
2025-04-07 13:16 UTC (39+ messages)
` [PATCH 04/16] reftable/block: simplify how we track restart points
` [PATCH 05/16] reftable/table: move reading block into block reader
` [PATCH 06/16] reftable/block: rename `block` to `block_data`
` [PATCH 07/16] reftable/block: rename `block_reader` to `reftable_block`
` [PATCH 10/16] reftable/block: store block pointer in the block iterator
` [PATCH 11/16] reftable/block: make block iterators reseekable
` [PATCH 14/16] reftable/table: introduce iterator for table blocks
` [PATCH v2 00/16] reftable: overhaul the API to expose access to blocks
` [PATCH v2 01/16] reftable: fix formatting of the license header
` [PATCH v2 02/16] reftable/reader: rename data structure to "table"
` [PATCH v2 03/16] reftable/blocksource: consolidate code into a single file
` [PATCH v2 04/16] reftable/block: simplify how we track restart points
` [PATCH v2 05/16] reftable/table: move reading block into block reader
` [PATCH v2 06/16] reftable/block: rename `block` to `block_data`
` [PATCH v2 07/16] reftable/block: rename `block_reader` to `reftable_block`
` [PATCH v2 08/16] git-zlib: use `struct z_stream_s` instead of typedef
` [PATCH v2 09/16] reftable/block: create public interface for reading blocks
` [PATCH v2 10/16] reftable/block: store block pointer in the block iterator
` [PATCH v2 11/16] reftable/block: make block iterators reseekable
` [PATCH v2 12/16] reftable/block: expose a generic iterator over reftable records
` [PATCH v2 13/16] reftable/table: add `reftable_table` to the public interface
` [PATCH v2 14/16] reftable/table: introduce iterator for table blocks
` [PATCH v2 15/16] reftable/constants: make block types part of the public interface
` [PATCH v2 16/16] reftable/table: move printing logic into test helper
[GSOC PROPOSAL 2025] Machine-Readable Repository Information Query Tool
2025-04-07 12:29 UTC
[GSOC] [PROPOSAL V1]: Refactoring in order to reduce Git’s global state
2025-04-07 10:07 UTC (7+ messages)
` [GSOC] [PROPOSAL v2]: "
[RFC] Exploring Trust and Provenance in Git: The Open Integrity Project
2025-04-07 9:00 UTC
[GSoC PATCH] environment.h: remove unused variables
2025-04-07 8:03 UTC (2+ messages)
meson: Installing completions
2025-04-07 8:01 UTC (7+ messages)
[GSoC v2] Project Proposal: Machine-Readable Repository Information Query Tool
2025-04-07 3:44 UTC
[GSOC] [Proposal v1] Machine-Readable Repository Information Query Tool
2025-04-07 2:32 UTC (11+ messages)
[PATCH 0/2] bundle: fix non-linear performance scaling with refs
2025-04-06 20:48 UTC (4+ messages)
` [PATCH 2/2] "
[PATCH 00/12] miscellaneous build mods (part 1)
2025-04-06 20:16 UTC (17+ messages)
` [PATCH v2 00/13] "
` [PATCH v2 01/13] meson.build: remove -DCURL_DISABLE_TYPECHECK
` [PATCH v2 02/13] Makefile: only set some BASIC_CFLAGS when RUNTIME_PREFIX is set
` [PATCH v2 03/13] meson.build: only set build variables for non-default values
` [PATCH v2 04/13] meson.build: set default help format to html on windows
` [PATCH v2 05/13] Makefile: remove NEEDS_LIBRT build variable
` [PATCH v2 06/13] config.mak.uname: add a note about NO_STRLCPY for Linux
` [PATCH v2 07/13] config.mak.uname: only set NO_REGEX on cygwin for v1.7
` [PATCH v2 08/13] config.mak.uname: add HAVE_GETDELIM to the cygwin section
` [PATCH v2 09/13] config.mak.uname: add clock_gettime() to the cygwin build
` [PATCH v2 10/13] builtin/gc.c: correct RAM calculation when using sysinfo
` [PATCH v2 11/13] config.mak.uname: add sysinfo() configuration for cygwin
` [PATCH v2 12/13] config.mak.uname: add arc4random to the cygwin build
` [PATCH v2 13/13] config.mak.uname: set CSPRNG_METHOD to getrandom on Linux
[GSoC] Proposal Discussion: git-refs Project
2025-04-06 6:08 UTC (10+ messages)
` [GSoC] git-refs proposal draft
` Discussion on git-refs list Implementation and Possible Approaches
` Fwd: "
` [GSoC] git-refs proposal v2
What's cooking in git.git (Mar 2025, #07; Wed, 26)
2025-04-05 21:11 UTC (4+ messages)
` jk/fetch-follow-remote-head-fix, was "
` jk/zlib-inflate-fixes, "
[PATCH] git p4 fix for failure to decode p4 errors
2025-04-05 18:46 UTC (9+ messages)
[GSoC PROPOSAL v1] Refactoring in order to reduce Git’s global state
2025-04-05 18:41 UTC (5+ messages)
` [GSoC PROPOSAL v2] "
Way to "impersonate" remote or sync remotes without fetching everything?
2025-04-05 14:01 UTC
problem w/recursive, submodules?
2025-04-04 21:58 UTC (4+ messages)
[PATCH 0/5] doc: convert git-reset, git-rm and git-mv to new documentation format
2025-04-05 10:57 UTC (7+ messages)
` [PATCH 1/5] doc: convert git-reset "
` [PATCH 2/5] doc: fix synopsis analysis logic
` [PATCH 4/5] doc: move synopsis git-mv commands in the synopsis section
k
2025-04-05 2:00 UTC
[GSoC] [RFC] Project Proposal: Refactoring in order to reduce Git's global state
2025-04-04 16:13 UTC
[GSoC] Project Proposal: Machine-Readable Repository Information Query Tool
2025-04-04 15:01 UTC (5+ messages)
[PATCH] git: add --no-hooks global option
2025-04-04 14:15 UTC (2+ messages)
[PATCH 0/3] rebase -r: a bugfix and two status-related improvements
2025-04-04 14:13 UTC (8+ messages)
` [PATCH 3/3] wt-status: suggest 'git rebase --continue' to conclude 'merge' instruction
[Windows] Severe problems after upgrading to 2.48.1.windows.1
2025-04-04 14:11 UTC (3+ messages)
GSoC 2025 Proposal
2025-04-04 14:00 UTC
[GSoC][Proposal RFC] Consolidate ref-related functionality into git-refs
2025-04-04 12:24 UTC (5+ messages)
` [GSoC][Proposal RFC v2] "
[PATCH] perf: do allow `GIT_PERF_*` to be overridden again
2025-04-04 12:13 UTC (2+ messages)
[PATCH v6 00/16] refs: batch refname availability checks
2025-04-04 10:59 UTC (6+ messages)
` [PATCH v6 14/16] refs/iterator: implement seeking for packed-ref iterators
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).