messages from 2026-06-10 08:09:03 to 2026-06-10 20:07:25 UTC [more...]
[PATCH 0/3] doc: config: fix AsciiDoc glitches
2026-06-10 20:07 UTC (6+ messages)
` [PATCH 1/3] doc: config: terminate runaway lists
` [PATCH 2/3] doc: config/sideband: fix typo in adoc markup
` [PATCH 3/3] doc: git-config: escape erroneous "
[PATCH] commit-reach: remove get_reachable_subset()
2026-06-10 19:29 UTC (4+ messages)
[PATCH] completion: hide dotfiles for selected path completion
2026-06-10 18:56 UTC (3+ messages)
` [PATCH v2] "
[PATCH v2] describe: limit default ref iteration to tags
2026-06-10 18:50 UTC (7+ messages)
` [PATCH v3] "
[PATCH v3] remote: qualify "git pull" advice for non-upstream compareBranches
2026-06-10 17:35 UTC (4+ messages)
` [PATCH v4] "
[PATCH 0/9] refs: stop using `chdir_notify_reparent()`
2026-06-10 17:32 UTC (11+ messages)
` [PATCH 1/9] setup: inline `check_and_apply_repository_format()`
` [PATCH 2/9] setup: stop applying repository format twice
` [PATCH 3/9] setup: don't apply "GIT_REFERENCE_BACKEND" without a repository
` [PATCH 4/9] refs: unregister reference stores from "chdir_notify"
` [PATCH 5/9] chdir-notify: drop unused `chdir_notify_reparent()`
` [PATCH 6/9] repository: free main reference database
` [PATCH 7/9] refs: fix recursing `get_main_ref_store()` with "onbranch" config
` [PATCH 8/9] refs: drop local buffer in `refs_compute_filesystem_location()`
` [PATCH 9/9] refs: always use absolute paths for reference stores
[PATCH] bash-completions: add --max-count-oldest
2026-06-10 17:08 UTC (2+ messages)
[PATCH 0/3] Teach git-replay(1) to linearize merge commits
2026-06-10 17:02 UTC (9+ messages)
` [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 v2 3/3] replay: offer an option to linearize the commit topology
[PATCH v1 1/1] environment.c: move 'protect_hfs' and 'protect_ntfs' into 'repo_config_values'
2026-06-10 16:41 UTC (4+ messages)
` [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'
[PATCH 0/2] builtin/history: introduce "drop" subcommand
2026-06-10 16:25 UTC (16+ 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 RFC 0/2] builtin/history: change git history reword behavior and feedback
2026-06-10 16:02 UTC (11+ messages)
` [PATCH RFC v2 0/2] builtin/history: abort reword on same message
` [PATCH RFC v2 2/2] "
[BUG] rebase --update-refs emits unqualified "update-ref HEAD" into the todo
2026-06-10 15:39 UTC (2+ messages)
[GSoC RFC PATCH 0/1] graph: add indentation for commits preceded by a root
2026-06-10 15:28 UTC (10+ messages)
[PATCH v3 0/8] Auto-configure advertised remotes via URL allowlist
2026-06-10 15:11 UTC (6+ messages)
` [PATCH v4 "
[PATCH v2] index-pack: retain child bases in delta cache
2026-06-10 14:51 UTC (5+ messages)
` [PATCH v3] "
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] read_gitfile_gently(): return non-repo path on error
2026-06-10 13:01 UTC (3+ messages)
[GSoC][PATCH 0/4] teach git repo info to handle path keys
2026-06-10 12:42 UTC (10+ messages)
` [GSoC PATCH v2 "
` [GSoC PATCH v2 3/4] repo: add path.gitdir with absolute and relative suffix formatting
[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 (4+ messages)
` [PATCH v2 2/2] ref-filter: memoize --contains with generations
[PATCH v3 0/3] Documentation: recommend the use of b4
2026-06-10 11:13 UTC (5+ messages)
` [PATCH v3 1/3] MyFirstContribution: recommend shallow threading of cover letters
` [PATCH v3 3/3] b4: introduce configuration for the Git project
[PATCH v1 0/4] environment.c: migrate 'trust_executable_bit' into 'repo_config_values'
2026-06-10 9:36 UTC (8+ messages)
` [PATCH v1 2/4] read-cache: move 'ce_mode_from_stat()' to 'read-cache.c'
` [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
page: | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox