messages from 2025-12-02 18:49:49 to 2025-12-06 20:31:24 UTC [more...]
[PATCH 00/17] midx: incremental MIDX/bitmap layer compaction
2025-12-06 20:31 UTC (9+ messages)
` [PATCH 01/17] midx: mark `get_midx_checksum()` arguments as const
` [PATCH 02/17] midx: split `get_midx_checksum()` by adding `get_midx_hash()`
` [PATCH 03/17] builtin/multi-pack-index.c: make '--progress' a common option
` [PATCH 04/17] git-multi-pack-index(1): remove non-existent incompatibility
` [PATCH 05/17] git-multi-pack-index(1): align SYNOPSIS with 'git multi-pack-index -h'
` [PATCH 06/17] t/t5319-multi-pack-index.sh: fix copy-and-paste error in t5319.39
` [PATCH 07/17] midx-write.c: don't use `pack_perm` when assigning `bitmap_pos`
` [PATCH 08/17] midx-write.c: introduce `struct write_midx_opts`
[PATCH v2] packfile: skip decompressing and hashing blobs in add_promisor_object()
2025-12-06 19:40 UTC (3+ messages)
Git for structured data
2025-12-06 18:47 UTC (3+ messages)
[PATCH 0/9] Encode submodule gitdir names to avoid conflicts
2025-12-06 16:48 UTC (20+ messages)
` [PATCH v5 0/7] "
` [PATCH v5 2/7] builtin/credential-store: move is_rfc3986_unreserved to url.[ch]
` [PATCH v5 3/7] submodule: always validate gitdirs inside submodule_name_to_gitdir
` [PATCH v5 4/7] submodule: add extension to encode gitdir paths
` [PATCH v5 7/7] meson/Makefile: allow setting submodule encoding at build time
[PATCH 0/4] ban mktemp(3)
2025-12-06 13:35 UTC (18+ messages)
` [PATCH 1/4] wrapper: add git_mkdtemp()
` [PATCH 2/4] compat: use git_mkdtemp()
` [PATCH 3/4] compat: remove mingw_mktemp()
` [PATCH 4/4] banned.h: ban mktemp(3)
` [PATCH v2 0/5] "
` [PATCH v2 1/5] wrapper: add git_mkdtemp()
` [PATCH v2 2/5] compat: use git_mkdtemp()
` [PATCH v2 3/5] compat: remove mingw_mktemp()
` [PATCH v2 4/5] banned.h: ban mktemp(3)
` [PATCH v2 5/5] compat: remove gitmkdtemp()
[PATCH 0/3] Some random object database related fixes
2025-12-06 12:04 UTC (8+ messages)
` [PATCH 1/3] builtin/repack: fix geometric repacks with promisor remotes
` [PATCH 2/3] builtin/gc: fix condition for whether to write commit graphs
` [PATCH 3/3] odb: properly close sources before freeing them
[PATCH 0/2] Update clar for improved integer handling
2025-12-06 11:47 UTC (11+ messages)
` [PATCH 1/2] t/unit-tests: update clar to 39f11fe
` [PATCH 2/2] t/unit-tests: demonstrate use of integer comparison assertions
` [PATCH v2 0/3] Update clar for improved integer handling
` [PATCH v2 1/3] t/unit-tests: update clar to 39f11fe
` [PATCH v2 2/3] t/unit-tests: demonstrate use of integer comparison assertions
` [PATCH v2 3/3] gitattributes: disable blank-at-eof errors for clar test expectations
[PATCH 00/10] Prepare Git's test suite for symbolic link support on Windows
2025-12-06 2:17 UTC (22+ messages)
` [PATCH 03/10] mingw: special-case `open(symlink, O_CREAT | O_EXCL)`
` [PATCH 05/10] t0301: another fix for Windows compatibility
` [PATCH v2 00/10] Prepare Git's test suite for symbolic link support on Windows
` [PATCH v2 01/10] t9700: accommodate for Windows paths
` [PATCH v2 02/10] apply: symbolic links lack a "trustable executable bit"
` [PATCH v2 03/10] mingw: special-case `open(symlink, O_CREAT | O_EXCL)`
` [PATCH v2 04/10] t0001: handle `diff --no-index` gracefully
` [PATCH v2 05/10] t0301: another fix for Windows compatibility
` [PATCH v2 06/10] t0600: fix incomplete prerequisite for a test case
` [PATCH v2 07/10] t1006: accommodate for symlink support in MSYS2
` [PATCH v2 08/10] t1305: skip symlink tests that do not apply to Windows
` [PATCH v2 09/10] t6423: introduce Windows-specific handling for symlinking to /dev/null
` [PATCH v2 10/10] t7800: work around the MSYS path conversion on Windows
[PATCH] packfile: skip decompressing and hashing blobs in add_promisor_object()
2025-12-06 1:58 UTC (10+ messages)
[PATCH] lockfile: add PID file for debugging stale locks
2025-12-05 18:46 UTC (10+ messages)
[PATCH 0/4] more robust functions for parsing int from buf
2025-12-05 18:30 UTC (10+ messages)
` [PATCH 1/4] parse: prefer bool to int for boolean returns
` [PATCH 2/4] parse: add functions for parsing from non-string buffers
` my complaints with clar
[Outreachy] Git Internship: Refactor in order to reduce Git's global state
2025-12-05 17:53 UTC (4+ messages)
Introduction and early interest - Ayush Jain
2025-12-05 14:03 UTC (2+ messages)
[PATCH 0/1] replay: add --revert option to reverse commit changes
2025-12-05 11:33 UTC (6+ messages)
` [PATCH v2 0/2] replay: add --revert mode "
` [PATCH v2 1/2] sequencer: extract revert message formatting into shared function
` [PATCH v2 2/2] replay: add --revert mode to reverse commit changes
[PATCH] repo: add -z as an alias for --format=nul to git-repo-structure
2025-12-05 11:09 UTC (10+ messages)
` [PATCH v2 0/3] "
` [PATCH v2 1/3] repo: remove blank line from Documentation/git-repo.adoc
` [PATCH v2 2/3] repo: use [--format=... | -z] instead of [-z] in git-repo-info synopsis
` [PATCH v2 3/3] repo: add -z as an alias for --format=nul to git-repo-structure
[PATCH RFC 00/11] Introduce git-history(1) command for easy history editing
2025-12-05 8:49 UTC (46+ messages)
` [PATCH v6 "
` [PATCH v6 04/11] builtin: add new "history" command
` [PATCH v6 05/11] builtin/history: implement "reword" subcommand
` [PATCH v6 11/11] builtin/history: implement "split" subcommand
` [PATCH v7 00/12] Introduce git-history(1) command for easy history editing
` [PATCH v7 01/12] wt-status: provide function to expose status for trees
` [PATCH v7 02/12] replay: extract logic to pick commits
` [PATCH v7 03/12] replay: stop using `the_repository`
` [PATCH v7 04/12] builtin: add new "history" command
` [PATCH v7 05/12] builtin/history: implement "reword" subcommand
` [PATCH v7 06/12] add-patch: split out header from "add-interactive.h"
` [PATCH v7 07/12] add-patch: split out `struct interactive_options`
` [PATCH v7 08/12] add-patch: remove dependency on "add-interactive" subsystem
` [PATCH v7 09/12] add-patch: add support for in-memory index patching
` [PATCH v7 10/12] add-patch: allow disabling editing of hunks
` [PATCH v7 11/12] cache-tree: allow writing in-memory index as tree
` [PATCH v7 12/12] builtin/history: implement "split" subcommand
[PATCH] gitk: fix history window panes position
2025-12-05 7:22 UTC (8+ messages)
` AW: "
[GIT PULL] refs/notes/amlog from git/git
2025-12-04 22:08 UTC (3+ messages)
[PATCH 00/10] Convert remaining hooks to hook.h
2025-12-04 14:15 UTC (13+ messages)
` [PATCH v4 00/11] "
` [PATCH v4 01/11] run-command: add first helper for pp child states
` [PATCH v4 02/11] run-command: add stdin callback for parallelization
` [PATCH v4 03/11] hook: provide stdin via callback
` [PATCH v4 04/11] hook: convert 'post-rewrite' hook in sequencer.c to hook API
` [PATCH v4 05/11] transport: convert pre-push "
` [PATCH v4 06/11] reference-transaction: use hook API instead of run-command
` [PATCH v4 07/11] hook: allow overriding the ungroup option
` [PATCH v4 08/11] run-command: allow capturing of collated output
` [PATCH v4 09/11] hooks: allow callers to capture output
` [PATCH v4 10/11] receive-pack: convert update hooks to new API
` [PATCH v4 11/11] receive-pack: convert receive hooks to hook API
[PATCH] replay: drop commits that become empty
2025-12-04 14:08 UTC (5+ messages)
Command line query for teams
2025-12-04 14:04 UTC (3+ messages)
[Outreachy] Blog: Refactor in order to reduce Git's global state
2025-12-04 10:08 UTC
Copieing git repository to another disk is dangerous ! Especially in combination with remotes set to local repositories !
2025-12-04 9:04 UTC (3+ messages)
diff: should warn about EOL when --no-index ?
2025-12-04 8:24 UTC (4+ messages)
[PATCH] doc: git-pull: fix 'git --rebase abort' typo
2025-12-04 8:18 UTC (3+ messages)
[PATCH 0/2] Few fixes for cross-compiling with Meson
2025-12-04 6:16 UTC (6+ messages)
` [PATCH 2/2] meson: only detect ICONV_OMITS_BOM if possible
` [PATCH 3/2] meson: use is_cross_build() where possible
[PATCH 0/4] doc: git-reset: clarify DESCRIPTION section
2025-12-03 18:15 UTC (5+ messages)
` [PATCH 2/4] doc: git-reset: clarify intro
[PATCH v2] diff-index: don't queue unchanged filepairs with diff_change()
2025-12-03 15:06 UTC (5+ messages)
status shows no changes but stage won't pop
2025-12-03 14:40 UTC (3+ messages)
[PATCH] last-modified: support sparse checkouts
2025-12-03 11:11 UTC (3+ messages)
[PATCH 0/3] Sanitize sideband channel messages
2025-12-03 8:04 UTC (6+ messages)
[ANNOUNCE] Git Rev News edition 129
2025-12-03 2:17 UTC
[PATCH v2] doc: git-pull: fix typo in command
2025-12-02 23:49 UTC (2+ messages)
` [PATCH v3] doc: fix typo in git-pull.adoc
[PATCH v8 0/3] fetch: fix non-conflicting tags not being committed
2025-12-02 22:35 UTC (7+ messages)
` [PATCH v8 2/3] "
` [PATCH v8 3/3] fetch: fix failed batched updates skipping operations
[PATCH 0/2] refs: allow setting the reference directory
2025-12-02 22:21 UTC (4+ messages)
` [PATCH 2/2] refs: add GIT_REF_URI to specify reference backend and directory
[PATCH 0/5] Audit and document Scalar config
2025-12-02 19:22 UTC (7+ messages)
` [PATCH v2 "
` [PATCH v2 3/5] scalar: remove stale config values
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).