Git development
 help / color / mirror / Atom feed
 messages from 2026-06-08 17:19:08 to 2026-06-10 14:49:33 UTC [more...]

[PATCH 0/3] Teach git-replay(1) to linearize merge commits
 2026-06-10 14:49 UTC  (9+ 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/3] Teach git-replay(1) to linearize merge commits
  ` [PATCH v2 1/3] replay: refactor enum replay_mode into a bool
  ` [PATCH v2 2/3] replay: add helper to put entry into mapped_commits

[PATCH] bash-completions: add --max-count-oldest
 2026-06-10 14:38 UTC 

trailers: --only-trailers normalizes URLs to trailers
 2026-06-10 14:21 UTC  (3+ messages)

[PATCH] Makefile: drop duplicate %.a from link recipes
 2026-06-10 13:24 UTC  (3+ messages)
` [PATCH v2] Makefile: dedup archives in $(LIBS) so link recipes don't repeat them

[PATCH v3] git-gui: silence install recipes under "make -s"
 2026-06-10 13:19 UTC  (4+ messages)
` [PATCH v4] "

[PATCH 0/2] builtin/history: introduce "drop" subcommand
 2026-06-10 13:11 UTC  (15+ messages)
` [PATCH v4 00/10] "
  ` [PATCH v4 01/10] read-cache: split out function to drop unmerged entries to stage 0
  ` [PATCH v4 02/10] reset: drop `USE_THE_REPOSITORY_VARIABLE`
  ` [PATCH v4 03/10] reset: rename `reset_head()`
  ` [PATCH v4 04/10] reset: modernize flags passed to `reset_working_tree()`
  ` [PATCH v4 05/10] reset: introduce dry-run mode
  ` [PATCH v4 06/10] reset: introduce ability to skip updating HEAD
  ` [PATCH v4 07/10] reset: allow the caller to specify the current HEAD object
  ` [PATCH v4 08/10] reset: stop assuming that the caller passes in a clean index
  ` [PATCH v4 09/10] builtin/history: split handling of ref updates into two phases
  ` [PATCH v4 10/10] builtin/history: implement "drop" subcommand

[PATCH] read_gitfile_gently(): return non-repo path on error
 2026-06-10 13:01 UTC  (3+ messages)

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

[GSoC][PATCH 0/4] teach git repo info to handle path keys
 2026-06-10 12:42 UTC  (23+ 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 "

[PATCH v2] ref-filter: restore prefix-scoped iteration
 2026-06-10 12:29 UTC  (4+ messages)
` [PATCH v3] "

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

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

[BUG] rebase --update-refs emits unqualified "update-ref HEAD" into the todo
 2026-06-10 11:00 UTC 

[PATCH v1 0/4] environment.c: migrate 'trust_executable_bit' into 'repo_config_values'
 2026-06-10  9:36 UTC  (13+ messages)
` [PATCH v1 2/4] read-cache: move 'ce_mode_from_stat()' to 'read-cache.c'
` [PATCH v1 3/4] environment: move 'trust_executable_bit' into repo_config_values
` [PATCH v2 0/3] environment: migrate 'trust_executable_bit' into 'repo_config_values'
  ` [PATCH v2 1/3] read-cache: remove redundant extern declarations
  ` [PATCH v2 2/3] read-cache: move 'ce_mode_from_stat()' to 'read-cache.c'
  ` [PATCH v2 3/3] environment: move trust_executable_bit into repo_config_values

[PATCH RFC 0/2] builtin/history: change git history reword behavior and feedback
 2026-06-10  9:33 UTC  (24+ messages)
` [PATCH RFC 1/2] builtin/history: abort reword on unchanged message
` [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] describe: limit default ref iteration to tags
 2026-06-10  8:08 UTC  (6+ messages)

[PATCH v2 0/9] builtin/history: introduce "drop" subcommand
 2026-06-10  7:31 UTC  (7+ messages)
` [PATCH v2 5/9] reset: introduce ability to skip reference updates

[PATCH 0/7] setup: drop global state
 2026-06-10  6:56 UTC  (8+ messages)
` [PATCH 1/7] builtin/init: stop modifying global `git_work_tree_cfg` variable
` [PATCH 2/7] builtin/init: simplify logic to configure worktree
` [PATCH 3/7] setup: remove global `git_work_tree_cfg` variable
` [PATCH 4/7] builtin/init: stop modifying `is_bare_repository_cfg`
` [PATCH 5/7] environment: split up concerns of `is_bare_repository_cfg`
` [PATCH 6/7] environment: stop using `the_repository` in `is_bare_repository()`
` [PATCH 7/7] treewide: drop USE_THE_REPOSITORY_VARIABLE

[PATCH v2] ls-files: filter pathspec before lstat
 2026-06-09 23:15 UTC  (7+ messages)

[PATCH] unpack-trees: use explicit repository in trace2 calls
 2026-06-09 21:41 UTC  (4+ messages)
` [PATCH v2 0/2] "

[PATCH] update-ref: add --rename option
 2026-06-09 21:35 UTC 

[GSoC Blog] week 1 and 2: Complete and extend the remote-object-info command for git cat-file
 2026-06-09 21:31 UTC 

[PATCH] commit-reach: remove get_reachable_subset()
 2026-06-09 19:28 UTC 

[PATCH v11 0/8] cat-file: add remote-object-info to batch-command
 2026-06-09 18:54 UTC  (14+ messages)
` [PATCH GSoC RFC v12 00/12] "
  ` [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 12/12] cat-file: make remote-object-info allow-list dynamic

git-diff in a worktree is an order of magnitude slower?
 2026-06-09 17:15 UTC  (3+ messages)

[PATCH] transport-helper: fix TSAN race in transfer_debug()
 2026-06-09 13:47 UTC  (4+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH v12 0/6] branch: prune-merged
 2026-06-09 13:21 UTC  (15+ 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] 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  (7+ messages)
` [PATCH 2/3] config: add GIT_CONFIG_INCLUDES

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

[PATCH 00/16] odb: make packed object source a proper `struct odb_source`
 2026-06-09 10:47 UTC  (31+ 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 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] worktree: record creation time and free-form note
 2026-06-09 10:07 UTC  (5+ messages)

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

[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] [Blog] week 1: Improving the new git repo command
 2026-06-09  3:10 UTC  (2+ messages)
` [GSoC] [Blog] week 2: "

[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 

[PATCH] ls-files: filter pathspec before lstat
 2026-06-09  0:13 UTC  (6+ 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 v3 0/2] prio-queue: fold lazy_queue into prio_queue for automatic get+put fusion
 2026-06-08 19:10 UTC  (4+ messages)
` [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  (6+ messages)
` [PATCH v3 0/6] "
  ` [PATCH v3 4/6] diff: add long-running diff process via diff.<driver>.process


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