public inbox for git@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-19 06:34:18 to 2026-01-21 18:04:36 UTC [more...]

[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  (14+ messages)
` [PATCH v5 1/2] "
` [PATCH v6] sparse-checkout: optimize string_list construction and add tests to verify deduplication
  ` [PATCH v7] "

[PATCH v4] lockfile: add PID file for debugging stale locks
 2026-01-21 16:39 UTC  (8+ messages)
` [PATCH v5] "

[PATCH] replay: drop rev-list formatting options from manual
 2026-01-21 16:26 UTC  (9+ messages)
` [PATCH v2] "

[PATCH 0/6] refs: provide detailed error messages when using batched update
 2026-01-21 16:21 UTC  (9+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/6] refs: skip to next ref when current ref is rejected
  ` [PATCH v3 2/6] refs: add rejection detail to the callback function
  ` [PATCH v3 3/6] update-ref: utilize rejected error details if available
  ` [PATCH v3 4/6] fetch: utilize rejected ref error details
  ` [PATCH v3 5/6] receive-pack: "
  ` [PATCH v3 6/6] fetch: delay user information post committing of transaction

What's cooking in git.git (Jan 2026, #06)
 2026-01-21 16:20 UTC  (7+ messages)

[PATCH 00/10] Xdiff cleanup part 3
 2026-01-21 15:01 UTC  (30+ 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

Git project and GSoC 2026
 2026-01-21 14:41 UTC  (4+ messages)

[PATCH] repo: add new flag --keys to git-repo-info
 2026-01-21 14:38 UTC  (9+ messages)
` [PATCH v4 0/2] repo: add --format=default and --keys
  ` [PATCH v4 1/2] repo: add a default output format to enum output_format
  ` [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] "

[PATCH 00/14] odb: introduce `odb_for_each_object()`
 2026-01-21 12:50 UTC  (45+ messages)
` [PATCH 03/14] object-file: extract function to read object info from path
` [PATCH 04/14] object-file: introduce function to iterate through objects
` [PATCH 07/14] odb: introduce `odb_for_each_object()`
` [PATCH 10/14] treewide: drop uses of `for_each_{loose,packed}_object()`
` [PATCH v2 00/14] odb: introduce `odb_for_each_object()`
  ` [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

[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 00/17] midx: incremental MIDX/bitmap layer compaction
 2026-01-21  8:51 UTC  (7+ messages)
` [PATCH v2 00/18] "
  ` [PATCH v2 11/18] git-compat-util.h: introduce `u32_add()`

[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 0/4] Sanitize sideband channel messages
 2026-01-21  7:39 UTC  (17+ messages)
` [PATCH v2 4/4] sideband: add options to allow more control sequences to be passed through

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/3] Expand and enhance git-last-modified(1) documentation
 2026-01-20 21:47 UTC  (9+ messages)
` [PATCH v2 0/5] Change git-last-modified(1) default behavior and add documentation
  ` [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

[PATCH v26 2/2] status: add status.compareBranches config for multiple branch comparisons
 2026-01-20 21:42 UTC  (4+ messages)
` Memory leak

[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  (11+ messages)
` [PATCH 1/4] remote: return non-const pointer from error_buf()
` [PATCH 4/4] remote: always allocate branch.push_tracking_ref
` 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  (8+ 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 

Triangular workflow
 2026-01-20  8:35 UTC  (2+ messages)

[PATCH 2/2] t0610-reftable-basics: mitigate a flaky test on cygwin
 2026-01-20  5:49 UTC  (4+ messages)

[PATCH] help: report on whether or not gettext is enabled
 2026-01-20  5:47 UTC  (6+ messages)

What's cooking in git.git (Jan 2026, #05)
 2026-01-20  4:11 UTC  (4+ messages)

git submodule: update --remote --checkout + upstream branch change
 2026-01-20  2:20 UTC 

[PATCH] revision: add --maximal option
 2026-01-20  0:22 UTC  (7+ messages)

[PATCH] t1091: cone mode list deduplicates and normalizes paths
 2026-01-19 18:11 UTC  (2+ messages)

[PATCH v2 0/7] refs: provide detailed error messages when using batched update
 2026-01-19 16:11 UTC  (7+ messages)
` [PATCH v2 1/7] refs: drop unnecessary header includes
` [PATCH v2 7/7] fetch: delay user information post committing of transaction

[PATCH v2 0/3] Fix git-last-modified(1) bug triggered when passing a tree-ish
 2026-01-19  6:57 UTC  (9+ messages)
` [PATCH v2 1/3] last-modified: rewrite error message when more than one revision given


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox