public inbox for git@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-22 01:33:51 to 2026-01-25 20:17:53 UTC [more...]

[RFC PATCH 0/2] Adding string_list_sort_u to replace combined calls of string_list_sort and string_list_remove_duplicates calls
 2026-01-25 20:17 UTC  (9+ messages)
` [RFC PATCH 1/2] Adding string_list_sort_u which sorts a list then deduplicates it
` [RFC PATCH 2/2] Replacing calls of string_list_sort and string_list_remove_duplicates with the combined variant string_list_u
` [PATCH 1/2] u-string-list: add unit tests for string-list methods
  ` [PATCH 2/2] string-list: add string_list_sort_u() that mimics "sort -u"

[PATCH 0/4] doc: some more synopsis conversions and fixes
 2026-01-25 19:27 UTC  (6+ messages)
` [PATCH 1/4] convert git-submodule doc to synopsis style
` [PATCH 2/4] doc: finalize git-clone documentation conversion "
` [PATCH 3/4] doc: fix some style issues in git-clone and for-each-ref-options
` [PATCH 4/4] doc: convert git-show to synopsis style

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

[PATCH] xdiff: re-diff shifted change groups when using histogram algorithm
 2026-01-25 17:34 UTC  (4+ messages)

[PATCH v26 0/2] status: add status.compareBranches config for multiple branch comparisons
 2026-01-25 17:29 UTC  (24+ messages)
` [PATCH v27 "
  ` [PATCH v27 1/2] refactor format_branch_comparison in preparation
  ` [PATCH v27 2/2] status: add status.compareBranches config for multiple branch comparisons
  ` [PATCH v28 0/2] "
    ` [PATCH v28 1/2] refactor format_branch_comparison in preparation
    ` [PATCH v28 2/2] status: add status.compareBranches config for multiple branch comparisons

Missing and omitted objects
 2026-01-25 15:42 UTC  (2+ messages)

[GIT PULL] git-gui: more Bulgarian translation updates
 2026-01-25 17:06 UTC  (2+ messages)

The SHA256 of "xy\n" (ASCII, no CRLF) contains 1337, ACBAD in za, and I am 1aa
 2026-01-25 14:21 UTC  (10+ messages)

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

[PATCH v3 0/4] Change git-last-modified(1) default behavior and add documentation
 2026-01-25 11:24 UTC  (3+ messages)
` [PATCH v3 4/4] last-modified: change default max-depth to 0

[regression][bisected] git-subtree remote desynchronization
 2026-01-25  4:51 UTC  (3+ messages)

[Outreachy PATCH v3 0/3] store repo specific config values in new `struct repo_config_values`
 2026-01-24 12:21 UTC  (24+ messages)
` [Outreachy PATCH v3 1/3] environment: stop storing `core.attributesFile` globally
` [Outreachy PATCH v3 2/3] environment: environment: stop using core.sparseCheckout globally
` [Outreachy PATCH v3 3/3] environment: move "branch.autoSetupMerge" into `struct repo_config_values`
` [Outreachy PATCH v4 0/3] store repo specific config values in new "
  ` [Outreachy PATCH v4 1/3] environment: stop storing `core.attributesFile` globally
  ` [Outreachy PATCH v4 2/3] environment: stop using core.sparseCheckout globally
  ` [Outreachy PATCH v4 3/3] environment: move "branch.autoSetupMerge" into `struct repo_config_values`
  ` [Outreachy PATCH v5 0/3] store repo specific config values in new "
    ` [Outreachy PATCH v5 1/3] environment: stop storing `core.attributesFile` globally
    ` [Outreachy PATCH v5 2/3] environment: stop using core.sparseCheckout globally
    ` [Outreachy PATCH v5 3/3] environment: move "branch.autoSetupMerge" into `struct repo_config_values`

[GIT PULL] git-gui: small Bulgarian translation update
 2026-01-24  8:31 UTC 

[PATCH v2] submodule: fetch missing objects from default remote
 2026-01-24  2:18 UTC  (8+ messages)
` [PATCH v3] "

[RFC PATCH 0/1] add-patch: Allow reworking with a file after deciding on its hunks
 2026-01-23 21:43 UTC  (4+ messages)
` [RFC PATCH 1/1] add-patch: Allow reworking with a file after deciding on all "

[RFC][PATCH 0/3] show-index: modernize and implement auto-detection of hash algorithm
 2026-01-23 20:29 UTC  (8+ messages)
` [PATCH 1/3] show-index: implement automatic hash detection

[PATCH 00/14] odb: introduce `odb_for_each_object()`
 2026-01-23 18:35 UTC  (46+ messages)
` [PATCH v3 "
  ` [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] revision: add --maximal option
 2026-01-23 18:08 UTC  (14+ messages)
` [PATCH v2] revision: add --maximal-only option

[PATCH v4 0/1] subtree: validate --prefix against commit in split
 2026-01-23 17:47 UTC 

[PATCH] ci(*-leaks): skip the git-svn tests to save time
 2026-01-23 17:46 UTC  (7+ messages)

[PATCH v4 0/1] subtree: validate --prefix against commit in split
 2026-01-23 17:37 UTC  (3+ messages)
` [PATCH v4 1/1] "

[PATCH v3 0/4] Fix git-last-modified(1) bug triggered when passing a tree-ish
 2026-01-23 17:31 UTC  (11+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/4] last-modified: rewrite error message when more than one revision given
  ` [PATCH v4 2/4] last-modified: fix memory leak when more than one revision is given
  ` [PATCH v4 3/4] last-modified: remove double error message
  ` [PATCH v4 4/4] last-modified: verify revision argument is a commit-ish

What's cooking in git.git (Jan 2026, #08)
 2026-01-23 17:22 UTC  (3+ messages)

[PATCH] repo: add new flag --keys to git-repo-info
 2026-01-23 16:34 UTC  (4+ messages)
` [PATCH v5 0/2] repo: add --keys and rename "keyvalue" to "lines"
  ` [PATCH v5 1/2] repo: "
  ` [PATCH v5 2/2] repo: add new flag --keys to git-repo-info

[PATCH] reset: avoid reflog update on no-op reset
 2026-01-23 16:18 UTC  (2+ messages)

[ANNOUNCE] Git for Windows 2.53.0-rc1
 2026-01-23 15:20 UTC 

[PATCH 00/10] Convert remaining hooks to hook.h
 2026-01-23  7:47 UTC  (20+ 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 06/12] hook: allow separate std[out|err] streams
  ` [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 v5] lockfile: add PID file for debugging stale locks
 2026-01-22 20:17 UTC  (3+ messages)
` [PATCH v6] "

[PATCH] reset: avoid reflog update on no-op reset
 2026-01-22 19:09 UTC  (3+ messages)

Memory leak
 2026-01-22 18:19 UTC  (3+ messages)

CVE-2025-66476
 2026-01-22 18:09 UTC  (2+ messages)

[PATCH v2 4/4] sideband: add options to allow more control sequences to be passed through
 2026-01-22 17:58 UTC  (14+ messages)

make "git --pager/--nopager" work as intended
 2026-01-22 17:17 UTC  (2+ messages)

[PATCH 00/17] midx: incremental MIDX/bitmap layer compaction
 2026-01-22 17:07 UTC  (10+ messages)
` [PATCH v2 00/18] "
  ` [PATCH v2 11/18] git-compat-util.h: introduce `u32_add()`

HIMSS 2026 Leads list
 2026-01-22 14:45 UTC 

Git project and GSoC 2026
 2026-01-22 14:43 UTC  (4+ messages)

[PATCH 0/2] refs: allow setting the reference directory
 2026-01-22 12:36 UTC  (6+ messages)
` [PATCH v3 "

[PATCH 00/10] Xdiff cleanup part 3
 2026-01-22 10:16 UTC  (5+ messages)
` [PATCH 03/10] xdiff: don't waste time guessing the number of lines

[PATCH v3 0/6] refs: provide detailed error messages when using batched update
 2026-01-22  9:05 UTC  (4+ messages)
` [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  (2+ messages)


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