Git development
 help / color / mirror / Atom feed
 messages from 2026-06-08 06:48:58 to 2026-06-09 12:59:41 UTC [more...]

[PATCH] switch: add --ensure option
 2026-06-09 12:59 UTC  (2+ messages)

[PATCH 0/3] config: allow disabling config includes
 2026-06-09 12:59 UTC  (9+ messages)
` [PATCH 1/3] git-config.adoc: fix paragraph break
` [PATCH 2/3] config: add GIT_CONFIG_INCLUDES
` [PATCH 3/3] git: add --no-includes top-level option

[PATCH v12 0/6] branch: prune-merged
 2026-06-09 12:38 UTC  (13+ messages)
` [PATCH v13 "
  ` [PATCH v13 2/6] branch: let delete_branches warn instead of error on bulk refusal
  ` [PATCH v14 0/6] branch: prune-merged
    ` [PATCH v14 1/6] branch: add --forked filter for --list mode
    ` [PATCH v14 2/6] branch: let delete_branches warn instead of error on bulk refusal
    ` [PATCH v14 3/6] branch: prepare delete_branches for a bulk caller
    ` [PATCH v14 4/6] branch: add --prune-merged <branch>
    ` [PATCH v14 5/6] branch: add branch.<name>.pruneMerged opt-out
    ` [PATCH v14 6/6] branch: add --dry-run for --prune-merged

[PATCH v3 0/8] Auto-configure advertised remotes via URL allowlist
 2026-06-09 12:25 UTC  (5+ messages)
` [PATCH v4 "

[PATCH 0/2] Documentation: recommend the use of b4
 2026-06-09 12:04 UTC  (6+ messages)
` [PATCH v3 0/3] "
  ` [PATCH v3 1/3] MyFirstContribution: recommend shallow threading of cover letters
  ` [PATCH v3 2/3] MyFirstContribution: recommend the use of b4
  ` [PATCH v3 3/3] b4: introduce configuration for the Git project

[PATCH v2] describe: limit default ref iteration to tags
 2026-06-09 11:09 UTC  (2+ messages)

[PATCH v1 1/1] environment.c: move 'protect_hfs' and 'protect_ntfs' into 'repo_config_values'
 2026-06-09 10:54 UTC  (4+ messages)
` [PATCH v1 0/1] environment: move protect_hfs and protect_ntfs

[PATCH 00/16] odb: make packed object source a proper `struct odb_source`
 2026-06-09 10:47 UTC  (35+ messages)
` [PATCH 02/16] packfile: move packed source into "odb/" subsystem
` [PATCH 04/16] odb/source-packed: start converting to a proper `struct odb_source`
` [PATCH 05/16] odb/source-packed: wire up `close()` callback
` [PATCH 07/16] packfile: use higher-level interface to implement `has_object_pack()`
` [PATCH 11/16] odb/source-packed: wire up `count_objects()` callback
` [PATCH v2 00/17] odb: make packed object source a proper `struct odb_source`
  ` [PATCH v2 01/17] packfile: rename `struct packfile_store` to `odb_source_packed`
  ` [PATCH v2 02/17] packfile: split out packfile list logic
  ` [PATCH v2 03/17] packfile: move packed source into "odb/" subsystem
  ` [PATCH v2 04/17] odb/source-packed: store pointer to "files" instead of generic source
  ` [PATCH v2 05/17] odb/source-packed: start converting to a proper `struct odb_source`
  ` [PATCH v2 06/17] odb/source-packed: wire up `close()` callback
  ` [PATCH v2 07/17] odb/source-packed: wire up `reprepare()` callback
  ` [PATCH v2 08/17] packfile: use higher-level interface to implement `has_object_pack()`
  ` [PATCH v2 09/17] odb/source-packed: wire up `read_object_info()` callback
  ` [PATCH v2 10/17] odb/source-packed: wire up `read_object_stream()` callback
  ` [PATCH v2 11/17] odb/source-packed: wire up `for_each_object()` callback
  ` [PATCH v2 12/17] odb/source-packed: wire up `count_objects()` callback
  ` [PATCH v2 13/17] odb/source-packed: wire up `find_abbrev_len()` callback
  ` [PATCH v2 14/17] odb/source-packed: wire up `freshen_object()` callback
  ` [PATCH v2 15/17] odb/source-packed: stub out remaining functions
  ` [PATCH v2 16/17] midx: refactor interfaces to work on "packed" source
  ` [PATCH v2 17/17] odb/source-packed: drop pointer to "files" parent source

[PATCH RFC 0/2] builtin/history: change git history reword behavior and feedback
 2026-06-09 10:42 UTC  (20+ messages)
` [PATCH RFC 1/2] builtin/history: abort reword on unchanged message
` [PATCH RFC 2/2] builtin/history: print feedback after successful reword
` [PATCH RFC v2 0/2] builtin/history: abort reword on same message
  ` [PATCH RFC v2 1/2] builtin/history: refactor function signature
  ` [PATCH RFC v2 2/2] builtin/history: abort reword on same message

[PATCH v2] ls-files: filter pathspec before lstat
 2026-06-09 10:41 UTC  (6+ messages)

[PATCH] worktree: record creation time and free-form note
 2026-06-09 10:07 UTC  (9+ messages)

[PATCH v2 0/9] builtin/history: introduce "drop" subcommand
 2026-06-09 10:03 UTC  (9+ messages)
` [PATCH v2 3/9] reset: modernize flags passed to `reset_head()`
` [PATCH v2 5/9] reset: introduce ability to skip reference updates

[PATCH] docs: fix typos
 2026-06-09  6:34 UTC  (3+ messages)

[PATCH v11 0/8] cat-file: add remote-object-info to batch-command
 2026-06-09  6:28 UTC  (17+ messages)
` [PATCH GSoC RFC v12 00/12] "
  ` [PATCH GSoC RFC v12 01/12] transport-helper: fix memory leak of helper on disconnect
  ` [PATCH GSoC RFC v12 02/12] git-compat-util: add strtoul_ul() with error handling
  ` [PATCH GSoC RFC v12 03/12] cat-file: add declaration of variable i inside its for loop
  ` [PATCH GSoC RFC v12 04/12] t1006: split test utility functions into new "lib-cat-file.sh"
  ` [PATCH GSoC RFC v12 05/12] fetch-pack: move function to connect.c
  ` [PATCH GSoC RFC v12 06/12] connect: refactor packet writing
  ` [PATCH GSoC RFC v12 07/12] fetch-pack: move fetch initialization
  ` [PATCH GSoC RFC v12 08/12] serve: advertise object-info feature
  ` [PATCH GSoC RFC v12 09/12] transport: add client support for object-info
  ` [PATCH GSoC RFC v12 10/12] cat-file: add remote-object-info to batch-command
  ` [PATCH GSoC RFC v12 11/12] cat-file: validate remote atoms with allow_list
  ` [PATCH GSoC RFC v12 12/12] cat-file: make remote-object-info allow-list dynamic

[GSoC Blog] Week 1&2 : Improve Disk Space Recovery for Partial Clones
 2026-06-09  6:24 UTC 

[PATCH] ref-filter: restore prefix-scoped iteration
 2026-06-09  6:05 UTC  (4+ messages)

[GSoC][PATCH 0/4] teach git repo info to handle path keys
 2026-06-09  5:00 UTC  (20+ messages)
` [GSoC PATCH v2 "
  ` [GSoC PATCH v2 1/4] path: introduce format_path() for centralized path formatting
  ` [GSoC PATCH v2 2/4] rev-parse: use format_path for "
  ` [GSoC PATCH v2 3/4] repo: add path.gitdir with absolute and relative suffix formatting
  ` [GSoC PATCH v2 4/4] repo: add path.commondir "

[GSoC] [Blog] week 1: Improving the new git repo command
 2026-06-09  3:10 UTC  (2+ messages)
` [GSoC] [Blog] week 2: "

[PATCH v2 0/2] Reuse --contains traversal results
 2026-06-09  2:36 UTC  (3+ messages)
` [PATCH v2 1/2] commit-reach: handle cycles in contains walk
` [PATCH v2 2/2] ref-filter: memoize --contains with generations

[PATCH v2] ref-filter: restore prefix-scoped iteration
 2026-06-09  2:34 UTC 

[PATCH v3 0/8] t: fix broken TAP output
 2026-06-09  1:22 UTC  (3+ messages)
` [PATCH v3 5/8] t7810: turn MB_REGEX check into a lazy prereq

What's cooking in git.git (Jun 2026, #03)
 2026-06-09  0:56 UTC 

trailers: --only-trailers normalizes URLs to trailers
 2026-06-09  0:43 UTC  (2+ messages)

[PATCH] transport-helper: fix TSAN race in transfer_debug()
 2026-06-09  0:28 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] ls-files: filter pathspec before lstat
 2026-06-09  0:13 UTC  (6+ messages)

git-diff in a worktree is an order of magnitude slower?
 2026-06-09  0:11 UTC  (2+ messages)

[PATCH] ref-filter: reuse --contains traversal results
 2026-06-08 23:56 UTC  (7+ messages)

[PATCH 0/6] Support hashing objects larger than 4GB on Windows
 2026-06-08 23:56 UTC  (3+ messages)

followRemoteHEAD management question
 2026-06-08 23:49 UTC  (2+ messages)

Mirror repositories for submodules
 2026-06-08 23:41 UTC  (6+ messages)

limiting git branch --contains
 2026-06-08 23:12 UTC  (3+ messages)

[PATCH 0/6] t: add lint-style.pl and convert grep to test_grep
 2026-06-08 21:36 UTC  (2+ messages)

[PATCH 0/3] Teach git-replay(1) to linearize merge commits
 2026-06-08 19:29 UTC  (5+ messages)
` [PATCH 1/3] replay: refactor enum replay_mode into a bool
` [PATCH 2/3] replay: add helper to put entry into mapped_commits
` [PATCH 3/3] replay: offer an option to linearize the commit topology

[PATCH v2 0/2] prio-queue: fold lazy_queue into prio_queue for automatic get+put fusion
 2026-06-08 19:10 UTC  (6+ messages)
` [PATCH v3 "
  ` [PATCH v4 "
    ` [PATCH v4 1/2] prio-queue: rename .nr to .nr_ and add accessor helpers
    ` [PATCH v4 2/2] prio-queue: fold lazy_queue into prio_queue for automatic get+put fusion

inconsistent order of --diff-algorithm variants in man pages
 2026-06-08 17:56 UTC  (2+ messages)

[PATCH v2 0/4] [RFC] diff: add diff.<driver>.process for external hunk providers
 2026-06-08 17:19 UTC  (8+ messages)
` [PATCH v3 0/6] "
  ` [PATCH v3 4/6] diff: add long-running diff process via diff.<driver>.process

[PATCH 0/2] parse-options: introduce die_for_required_opt() helper
 2026-06-08 17:00 UTC  (4+ messages)
` [PATCH 2/2] builtin/add: use "
` [PATCH v2] parse-options: introduce die_for_missing_opt()

[PATCH] describe: limit default ref iteration to tags
 2026-06-08 15:53 UTC  (5+ messages)

[PATCH] log: improve --follow following renames for non-linear history
 2026-06-08 15:10 UTC  (2+ messages)

[PATCH 0/2] worktree: copy-on-write creation and shared-branch worktrees
 2026-06-08 14:36 UTC  (2+ messages)

[PATCH] prio-queue: fold lazy_queue into prio_queue for automatic get+put fusion
 2026-06-08 14:07 UTC  (4+ messages)

[PATCH 0/7] More work supporting objects larger than 4GB on Windows
 2026-06-08 13:53 UTC  (11+ messages)
` [PATCH 2/7] patch-delta: use size_t for sizes
` [PATCH 3/7] pack-objects(check_pack_inflate()): use size_t instead of unsigned long
` [PATCH 4/7] packfile: widen unpack_entry()'s size out-parameter to size_t
` [PATCH 6/7] packfile,delta: drop the `cast_size_t_to_ulong()` wrappers
` [PATCH 7/7] odb: use size_t for object_info.sizep and the size APIs

[PATCH v2] compat/posix.h: enable UNUSED warning messages for Clang
 2026-06-08 12:44 UTC  (3+ messages)
` [PATCH v3 1/2] "
  ` [PATCH v3 2/2] compat/posix.h: simplify GIT_GNUC_PREREQ() comparison

[PATCH 0/8] setup: centralize object database creation
 2026-06-08 12:06 UTC  (4+ messages)
` [PATCH v3 "

[PATCH] prio-queue: use cascade-down sift for faster extract-min
 2026-06-08 11:56 UTC  (7+ messages)
` [PATCH v2] prio-queue: use cascade-down "

[BUG] "git diff --word-diff" gives a diff while they are only space changes
 2026-06-08 10:58 UTC  (10+ messages)

[PATCH] doc: fix typos via codespell
 2026-06-08 10:56 UTC  (5+ messages)
` [PATCH v3] "

[PATCH 0/2] builtin/history: introduce "drop" subcommand
 2026-06-08 10:23 UTC  (11+ messages)
` [PATCH v3 0/9] "
  ` [PATCH v3 1/9] read-cache: split out function to drop unmerged entries to stage 0
  ` [PATCH v3 2/9] reset: drop `USE_THE_REPOSITORY_VARIABLE`
  ` [PATCH v3 3/9] reset: modernize flags passed to `reset_head()`
  ` [PATCH v3 4/9] reset: introduce dry-run mode
  ` [PATCH v3 5/9] reset: introduce ability to skip reference updates
  ` [PATCH v3 6/9] reset: allow the caller to specify the current HEAD object
  ` [PATCH v3 7/9] reset: stop assuming that the caller passes in a clean index
  ` [PATCH v3 8/9] builtin/history: split handling of ref updates into two phases
  ` [PATCH v3 9/9] builtin/history: implement "drop" subcommand

[PATCH v2 0/3] Documentation: recommend the use of b4
 2026-06-08  8:31 UTC  (8+ messages)
` [PATCH v2 1/3] Documentation/MyFirstContribution: recommend shallow threading
` [PATCH v2 3/3] b4: introduce configuration for the Git project

[PATCH] doc: fix typo in GIT_ALTERNATE_OBJECT_DIRECTORIES
 2026-06-08  7:02 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