Git development
 help / color / mirror / Atom feed
 messages from 2026-07-16 21:08:32 to 2026-07-17 17:09:04 UTC [more...]

[PATCH] copy: drop dependency on `the_repository`
 2026-07-17 17:09 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 0/3] bisect: add --auto-reset to leave when done
 2026-07-17 16:43 UTC  (7+ messages)
` [PATCH 3/3] "

[PATCH v5] show-branch: convert per-branch flags to commit-slab
 2026-07-17 16:32 UTC  (9+ messages)
` [PATCH v6] "
    ` [PATCH v7] "
              ` [PATCH v8] "

[PATCH] userdiff: add support for Swift
 2026-07-17 16:27 UTC  (2+ messages)

[PATCH] trace2: tolerate failed timestamp formatting
 2026-07-17 16:24 UTC  (2+ messages)

Please provide help with how to fix
 2026-07-17 16:12 UTC  (4+ messages)

[PATCH 0/2] rebase: a couple of fixup fixes
 2026-07-17 16:06 UTC  (3+ messages)
` [PATCH 1/2] rebase -i: fix counting of fixups after rebase --skip
` [PATCH 2/2] rebase: remember fixup -c after skipping fixup/squash

[PATCH v6 0/4] environment: migrate 'trust_executable_bit' and 'has_symlinks' into 'repo_config_values'
 2026-07-17 16:01 UTC  (7+ messages)
` [PATCH v7 "
  ` [PATCH v7 1/4] read-cache: remove redundant extern declarations
  ` [PATCH v7 2/4] read-cache: pass 'repo' to 'ce_mode_from_stat()'
  ` [PATCH v7 3/4] environment: move trust_executable_bit into repo_config_values
  ` [PATCH v7 4/4] environment: move has_symlinks "

[PATCH 0/4] last-modified: use the pathspec's Bloom key to pre-filter commits
 2026-07-17 15:47 UTC  (5+ messages)
` [PATCH 1/4] revision: move bloom keyvec precondition into function
` [PATCH 2/4] revision: expose check for paths maybe changed in Bloom filter
` [PATCH 3/4] last-modified: check pathspec against Bloom filter first
` [PATCH 4/4] last-modified: keep per-path Bloom filters for wildcard pathspecs

[PATCH GSoC v18 00/13] cat-file: add remote-object-info to batch-command
 2026-07-17 15:05 UTC  (15+ messages)
` [PATCH GSoC v19 "
  ` [PATCH GSoC v19 01/13] transport-helper: fix memory leak of helper on disconnect
  ` [PATCH GSoC v19 02/13] cat-file: declare loop counter inside for()
  ` [PATCH GSoC v19 03/13] t1006: extract helper functions into new 'lib-cat-file.sh'
  ` [PATCH GSoC v19 04/13] fetch-pack: drop the static advertise_sid variable
  ` [PATCH GSoC v19 05/13] fetch-pack: move write_fetch_command_and_capabilities() to connect.c
  ` [PATCH GSoC v19 06/13] connect: use unsigned int for hash_algo_by_name() calls
  ` [PATCH GSoC v19 07/13] connect: make write_fetch_command_and_capabilities() more generic
  ` [PATCH GSoC v19 08/13] fetch-pack: move fetch initialization
  ` [PATCH GSoC v19 09/13] protocol-caps: check object existence regardless of the attributes requested
  ` [PATCH GSoC v19 10/13] serve: advertise object-info feature
  ` [PATCH GSoC v19 11/13] transport: add client support for object-info
  ` [PATCH GSoC v19 12/13] cat-file: add remote-object-info to batch-command
  ` [PATCH GSoC v19 13/13] cat-file: make remote-object-info allow-list adapt to the server

[PATCH 0/6] Update Contributor Guides
 2026-07-17 14:59 UTC  (10+ messages)
` [PATCH 1/6] SubmittingPatches: clarify expected structure of commit log message
` [PATCH 2/6] MyFirstContribution: what if I don't get a reply?

[PATCH v7 0/3] Teach git-replay(1) to linearize merge commits
 2026-07-17 14:57 UTC  (8+ messages)
` [PATCH v7 3/3] replay: offer an option to linearize the commit topology

[PATCH 0/3] history: sign rewritten commits
 2026-07-17 14:51 UTC  (4+ messages)
` [PATCH v2 0/2] history: support signing "
` [PATCH v2 1/2] replay: allow callers to sign commits
` [PATCH v2 2/2] builtin/history: sign rewritten commits

[PATCH] wt-status: avoid quadratic insertion for untracked paths
 2026-07-17 14:46 UTC  (6+ messages)
` [PATCH v2] wt-status: avoid repeated "

[PATCH 0/2] gitweb: shorten commitdiff index hashes with file modes
 2026-07-17 13:52 UTC  (6+ messages)
` [PATCH 2/2] t9502: test gitweb index hash formatting with modes
` [PATCH v2] gitweb: shorten index hashes with trailing file modes

[GSoC Patch 0/7] repo: add more path keys to git repo info
 2026-07-17 13:30 UTC  (9+ messages)
` [GSoC Patch v2 "
  ` [GSoC Patch v2 1/7] repo: add path.toplevel with absolute and relative suffix formatting
  ` [GSoC Patch v2 2/7] repo: add path.superproject-working-tree with absolute and relative suffixes
  ` [GSoC Patch v2 3/7] repo: add path.objects with absolute and relative suffix formatting
  ` [GSoC Patch v2 4/7] repo: add path.hooks "
  ` [GSoC Patch v2 5/7] repo: add path.index "
  ` [GSoC Patch v2 6/7] repo: add path.grafts "
  ` [GSoC Patch v2 7/7] repo: add path.git-prefix path key

[PATCH 0/9] object-file: move writing of loose objects into "loose" source
 2026-07-17  9:32 UTC  (10+ messages)
` [PATCH 1/9] odb: compute compat object ID in `odb_write_object_ext()`
` [PATCH 2/9] t/u-odb-inmemory: implement wrapper for writing objects
` [PATCH 3/9] odb: compute object hash in `odb_write_object_ext()`
` [PATCH 4/9] odb: lift object existence check out of the "loose" backend
` [PATCH 5/9] odb: support setting mtime when writing objects
` [PATCH 6/9] object-file: fix memory leak in `force_object_loose()`
` [PATCH 7/9] object-file: force objects loose via generic interface
` [PATCH 8/9] object-file: move `force_object_loose()`
` [PATCH 9/9] object-file: move logic to write loose objects

[PATCH v3] show-branch: convert per-branch flags to commit-slab
 2026-07-17  8:51 UTC  (3+ messages)
` [PATCH v5] "

git-last-modified(1) slower than git-log(1)?
 2026-07-17  8:09 UTC  (7+ messages)

[PATCH 0/3] refspec: remove dependency on `the_repository`
 2026-07-17  6:02 UTC  (4+ messages)
` [PATCH 3/3] refspec: stop depending "

[PATCH] stash: add 'rename' subcommand
 2026-07-17  1:11 UTC  (5+ messages)

What's cooking in git.git (Jul 2026, #07)
 2026-07-16 23:30 UTC 

[PATCH 0/7] fast-import: standardize usage string and SYNOPSIS
 2026-07-16 22:31 UTC  (7+ messages)
` [PATCH 1/7] parse-options: introduce OPT_HIDDEN_GROUP
    ` .mailmap etiquette (was "Re: [PATCH 1/7] parse-options: introduce OPT_HIDDEN_GROUP")
` [PATCH 7/7] fast-import: use struct option for usage string

[RFC PATCH 0/7] repack: add --drop-filtered to reclaim space in partial clones
 2026-07-16 21:08 UTC  (3+ messages)
` [RFC PATCH 1/7] builtin/repack.c: add --drop-filtered and --dry-run options


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