messages from 2026-01-20 14:10:01 to 2026-01-22 10:59:15 UTC [more...]
[PATCH 00/10] Convert remaining hooks to hook.h
2026-01-22 10:58 UTC (24+ messages)
` [PATCH v7 00/12] "
` [PATCH v7 01/12] t1800: add hook output stream tests
` [PATCH v7 02/12] run-command: add first helper for pp child states
` [PATCH v7 03/12] run-command: add stdin callback for parallelization
` [PATCH v7 04/12] hook: provide stdin via callback
` [PATCH v7 05/12] hook: convert 'post-rewrite' hook in sequencer.c to hook API
` [PATCH v7 06/12] hook: allow separate std[out|err] streams
` [PATCH v7 07/12] transport: convert pre-push to hook API
` [PATCH v7 08/12] reference-transaction: use hook API instead of run-command
` [PATCH v7 09/12] hook: add jobs option
` [PATCH v7 10/12] run-command: poll child stdin in addition to stdout
` [PATCH v7 11/12] receive-pack: convert update hooks to new API
` [PATCH v7 12/12] receive-pack: convert receive hooks to hook API
[PATCH 00/10] Xdiff cleanup part 3
2026-01-22 10:16 UTC (36+ messages)
` [PATCH 01/10] ivec: introduce the C side of ivec
` [PATCH 02/10] xdiff: make classic diff explicit by creating xdl_do_classic_diff()
` [PATCH 03/10] xdiff: don't waste time guessing the number of lines
` [PATCH 04/10] xdiff: let patience and histogram benefit from xdl_trim_ends()
` [PATCH 05/10] xdiff: use xdfenv_t in xdl_trim_ends() and xdl_cleanup_records()
` [PATCH 06/10] xdiff: cleanup xdl_trim_ends()
` [PATCH 07/10] xdiff: replace xdfile_t.dstart with xdfenv_t.delta_start
` [PATCH 09/10] xdiff: remove dependence on xdlclassifier from xdl_cleanup_records()
` [PATCH 10/10] xdiff: move xdl_cleanup_records() from xprepare.c to xdiffi.c
make "git --pager/--nopager" work as intended
2026-01-22 9:37 UTC
[PATCH 0/6] refs: provide detailed error messages when using batched update
2026-01-22 9:05 UTC (7+ messages)
` [PATCH v3 "
` [PATCH v3 6/6] fetch: delay user information post committing of transaction
[PATCH] .mailmap: fix and expand mappings for Jean-Noël Avila
2026-01-22 8:25 UTC (4+ messages)
Git project and GSoC 2026
2026-01-22 7:33 UTC (4+ messages)
[PATCH 00/14] odb: introduce `odb_for_each_object()`
2026-01-22 6:52 UTC (43+ messages)
` [PATCH 07/14] "
` [PATCH v2 00/14] "
` [PATCH v2 01/14] odb: rename `FOR_EACH_OBJECT_*` flags
` [PATCH v2 02/14] odb: fix flags parameter to be unsigned
` [PATCH v2 03/14] object-file: extract function to read object info from path
` [PATCH v2 04/14] object-file: introduce function to iterate through objects
` [PATCH v2 05/14] packfile: extract function to iterate through objects of a store
` [PATCH v2 06/14] packfile: introduce function to iterate through objects
` [PATCH v2 07/14] odb: introduce `odb_for_each_object()`
` [PATCH v2 08/14] builtin/fsck: refactor to use `odb_for_each_object()`
` [PATCH v2 09/14] treewide: enumerate promisor objects via `odb_for_each_object()`
` [PATCH v2 10/14] treewide: drop uses of `for_each_{loose,packed}_object()`
` [PATCH v2 11/14] odb: introduce mtime fields for object info requests
` [PATCH v2 12/14] builtin/pack-objects: use `packfile_store_for_each_object()`
` [PATCH v2 13/14] reachable: convert to use `odb_for_each_object()`
` [PATCH v2 14/14] odb: drop unused `for_each_{loose,packed}_object()` functions
` [PATCH v3 00/14] odb: introduce `odb_for_each_object()`
` [PATCH v3 01/14] odb: rename `FOR_EACH_OBJECT_*` flags
` [PATCH v3 02/14] odb: fix flags parameter to be unsigned
` [PATCH v3 03/14] object-file: extract function to read object info from path
` [PATCH v3 04/14] object-file: introduce function to iterate through objects
` [PATCH v3 05/14] packfile: extract function to iterate through objects of a store
` [PATCH v3 06/14] packfile: introduce function to iterate through objects
` [PATCH v3 07/14] odb: introduce `odb_for_each_object()`
` [PATCH v3 08/14] builtin/fsck: refactor to use `odb_for_each_object()`
` [PATCH v3 09/14] treewide: enumerate promisor objects via `odb_for_each_object()`
` [PATCH v3 10/14] treewide: drop uses of `for_each_{loose,packed}_object()`
` [PATCH v3 11/14] odb: introduce mtime fields for object info requests
` [PATCH v3 12/14] builtin/pack-objects: use `packfile_store_for_each_object()`
` [PATCH v3 13/14] reachable: convert to use `odb_for_each_object()`
` [PATCH v3 14/14] odb: drop unused `for_each_{loose,packed}_object()` functions
[PATCH 00/17] midx: incremental MIDX/bitmap layer compaction
2026-01-22 2:26 UTC (9+ messages)
` [PATCH v2 00/18] "
` [PATCH v2 11/18] git-compat-util.h: introduce `u32_add()`
What's cooking in git.git (Jan 2026, #07)
2026-01-22 0:59 UTC (4+ messages)
.gitignore issue
2026-01-21 21:09 UTC (3+ messages)
[PATCH] xdiff: re-diff shifted change groups when using histogram algorithm
2026-01-21 20:51 UTC (2+ messages)
Memory leak
2026-01-21 20:49 UTC (5+ messages)
[PATCH] replay: drop rev-list formatting options from manual
2026-01-21 20:03 UTC (9+ messages)
[PATCH] worktree: clarify --expire applies to missing worktrees
2026-01-21 19:55 UTC (3+ messages)
` [PATCH v2 0/2] "
What's cooking in git.git (Jan 2026, #06)
2026-01-21 19:54 UTC (8+ messages)
[PATCH v4] lockfile: add PID file for debugging stale locks
2026-01-21 19:53 UTC (10+ messages)
` [PATCH v5] "
[PATCH RFC 00/11] Introduce git-history(1) command for easy history editing
2026-01-21 19:02 UTC (6+ messages)
` [PATCH v11 0/8] "
[PATCH v2 0/5] Change git-last-modified(1) default behavior and add documentation
2026-01-21 18:40 UTC (7+ messages)
` [PATCH v3 0/4] "
` [PATCH v3 1/4] last-modified: clarify in the docs the command takes a pathspec
` [PATCH v3 2/4] last-modified: document option '-z'
` [PATCH v3 3/4] last-modified: document option '--max-depth'
` [PATCH v3 4/4] last-modified: change default max-depth to 0
.gitignore issue
2026-01-21 18:32 UTC
[PATCH v2] symlinks: use unsigned int for flags
2026-01-21 18:04 UTC (2+ messages)
[RFC][PATCH 0/3] show-index: modernize and implement auto-detection of hash algorithm
2026-01-21 17:23 UTC (11+ messages)
` [PATCH 1/3] show-index: implement automatic hash detection
` [PATCH 2/3] show-index: use gettext wrapping in error messages
` [PATCH 3/3] show-index: remove global state variables
[ANNOUNCE] Git v2.53.0-rc1
2026-01-21 17:13 UTC
[PATCH] sparse-checkout: optimize string_list construction
2026-01-21 16:51 UTC (9+ messages)
` [PATCH v5 1/2] "
` [PATCH v6] sparse-checkout: optimize string_list construction and add tests to verify deduplication
` [PATCH v7] "
[PATCH] repo: add new flag --keys to git-repo-info
2026-01-21 14:38 UTC (7+ messages)
` [PATCH v4 0/2] repo: add --format=default and --keys
` [PATCH v4 2/2] repo: add new flag --keys to git-repo-info
Bug: git-stash fails for new file not staged for commit
2026-01-21 12:30 UTC (2+ messages)
[RFC PATCH] t5500-fetch-pack.sh: fix suppression of Git exit code in tests
2026-01-21 12:54 UTC (4+ messages)
` [GSOC][PATCH] t5500: simplify test implementation and fix git exit code suppression
` [GSOC][PATCH V2] "
[GSoC 2026] Inquiry regarding participation and newcomer guidance
2026-01-21 12:11 UTC
Missing and omitted objects
2026-01-21 11:54 UTC
[PATCH] mailmap: add an entry for Phillip Wood
2026-01-21 10:43 UTC (7+ messages)
[PATCH v1][RFC] symlinks: use unsigned int for flags
2026-01-21 9:39 UTC (4+ messages)
[PATCH RFC v4 1/9] meson: add infrastructure to build internal Rust library
2026-01-21 8:00 UTC (4+ messages)
` [PATCH RFC v4 1/9] meson: add infrastructure to build internal
` [PATCH RFC v4 1/9] meson: add infrastructure to build internalg
[PATCH v2 4/4] sideband: add options to allow more control sequences to be passed through
2026-01-21 7:39 UTC (15+ messages)
Detecting source of a push in a pre-receive hook
2026-01-21 5:31 UTC (4+ messages)
How to get failed refs with new 'git fetch' behavior?
2026-01-21 5:28 UTC (3+ messages)
[PATCH 0/4] more robust functions for parsing int from buf
2026-01-21 5:27 UTC (5+ messages)
` [PATCH 2/4] parse: add functions for parsing from non-string buffers
[PATCH] Fetch missing submodule objects from default remote
2026-01-21 0:48 UTC (3+ messages)
` [PATCH v2] submodule: fetch missing "
[PATCH 0/2] refs: allow setting the reference directory
2026-01-20 21:03 UTC (5+ messages)
` [PATCH v3 "
[PATCH] Fixed --shallow-since generating descendant borders
2026-01-20 20:59 UTC (4+ messages)
` [PATCH v2] shallow: set borders which are all reachable after clone shallow since
[PATCH v6 0/4] rebase: support --trailer
2026-01-20 20:49 UTC (4+ messages)
` [PATCH v6 4/4] "
git-add ignores exclude markers for ignored files
2026-01-20 20:46 UTC (3+ messages)
[PATCH/RFC 0/4] config: read both home and xdg files for --global
2026-01-20 20:41 UTC (4+ messages)
[PATCH 1/2] doc: git-worktree: Link to examples
2026-01-20 20:38 UTC (8+ messages)
` [PATCH v2 2/2] doc: git-worktree: Add side by side branch checkout example
[PATCH 0/4] memory leaks in remote.c
2026-01-20 20:18 UTC (8+ messages)
` [PATCH 1/4] remote: return non-const pointer from error_buf()
` Triangular workflow
[PATCH] gitk: use config settings for head/tag colors
2026-01-20 16:02 UTC (3+ messages)
[PATCH] ci(*-leaks): skip the git-svn tests to save time
2026-01-20 15:42 UTC (5+ messages)
[Outreachy PATCH v2 0/3] store git_default_config() parsed values in new config struct
2026-01-20 15:19 UTC (3+ messages)
` [Outreachy PATCH v3 0/3] store repo specific config values in new `struct repo_config_values`
[Outreachy] Blog: Refactor in order to reduce Git’s global state (week 5 & 6)
2026-01-20 14:42 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