Git development
 help / color / mirror / Atom feed
 messages from 2026-05-27 09:45:37 to 2026-06-01 06:16:31 UTC [more...]

[PATCH] prio-queue: use cascade-down sift for faster extract-min
 2026-06-01  6:16 UTC  (3+ messages)

Mirror repositories for submodules
 2026-06-01  6:11 UTC 

[PATCH 0/2] commit: remove deprecated functions
 2026-06-01  5:58 UTC  (11+ messages)
` [PATCH 1/2] *: replace deprecated free_commit_list
` [PATCH 2/2] commit: remove deprecated functions
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] *: replace deprecated free_commit_list
  ` [PATCH v2 2/2] commit: remove deprecated functions

git hook question
 2026-06-01  5:55 UTC  (9+ messages)

[PATCH 0/5] git son: add command to create independent child repositories
 2026-06-01  5:33 UTC  (4+ messages)

[PATCH 0/5] [RFC] diff: add diff.<driver>.process for external hunk providers
 2026-06-01  4:28 UTC  (16+ messages)
` [PATCH v2 0/4] "
  ` [PATCH v2 3/4] diff: add long-running diff process via diff.<driver>.process
  ` [PATCH v3 0/6] [RFC] diff: add diff.<driver>.process for external hunk providers
    ` [PATCH v3 1/6] xdiff: support external hunks via xpparam_t
    ` [PATCH v3 2/6] userdiff: add diff.<driver>.process config
    ` [PATCH v3 3/6] sub-process: separate process lifecycle from hashmap management
    ` [PATCH v3 4/6] diff: add long-running diff process via diff.<driver>.process
    ` [PATCH v3 5/6] diff: bypass diff process with --no-ext-diff and in format-patch
    ` [PATCH v3 6/6] blame: consult diff process for no-hunk detection

[PATCH] sub-process: use gentle handshake to avoid die() on startup failure
 2026-06-01  4:15 UTC 

[PATCH] doc: fix typos via codespell
 2026-06-01  1:16 UTC  (6+ messages)
` [PATCH v2] "

[PATCH] describe: fix --exclude, --match with --contains and --all
 2026-06-01  0:40 UTC  (4+ messages)

[PATCH] Makefile: drop duplicate %.a from link recipes
 2026-05-31 23:16 UTC 

[PATCH v2 00/11] Improve git gui operation without a worktree
 2026-05-31 23:02 UTC  (14+ messages)
` [PATCH v3 00/12] "
  ` [PATCH v3 01/12] git-gui: use HEAD as current branch when detached
  ` [PATCH v3 02/12] git-gui: remove unnecessary 'cd $_gitworktree' from do_gitk
  ` [PATCH v3 03/12] git-gui: guard set/unset of GIT_DIR and GIT_WORK_TREE
  ` [PATCH v3 04/12] git-gui: do not change global vars in choose_repository::pick
  ` [PATCH v3 05/12] git-gui: use --absolute-git-dir
  ` [PATCH v3 06/12] git-gui: use rev-parse exclusively to find a repository
  ` [PATCH v3 07/12] git-gui: use git rev-parse for worktree discovery
  ` [PATCH v3 08/12] git-gui: simplify [is_bare] to report if a worktree is known
  ` [PATCH v3 09/12] git-gui: try harder to find worktree from gitdir
  ` [PATCH v3 10/12] git-gui: allow specifying path '.' to the browser
  ` [PATCH v3 11/12] git-gui: check browser/blame arguments carefully
  ` [PATCH v3 12/12] git-gui: add gui and pick as explicit subcommands

Draft of Git Rev News edition 135
 2026-05-31 11:01 UTC 

[BUG] internal date format does not accept small unix timestamps
 2026-05-31  8:29 UTC  (6+ messages)
      ` doc: document '@' prefix for raw timestamps

[PATCH] doc: add missing --message long option to merge docs
 2026-05-31  6:37 UTC  (3+ messages)

[PATCH 0/2] status: improve rebase todo list parsing
 2026-05-31  0:46 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/2] "

[PATCH v1 0/4] environment.c: migrate 'trust_executable_bit' into 'repo_config_values'
 2026-05-30 23:17 UTC  (8+ messages)
` [PATCH v1 1/4] read-cache: remove redundant extern declarations
` [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 v1 4/4] read-cache: pass 'istate' to stat/mode helper functions

[PATCH 0/4] doc: replay: fix config link
 2026-05-30 22:37 UTC  (11+ messages)
` [PATCH 1/4] doc: link to config for git-replay(1)
` [PATCH 2/4] doc: replay: simplify replay.refAction description
` [PATCH 3/4] doc: replay: use a nested definition list
` [PATCH 4/4] doc: replay: move “default” to the right-hand-side

Unique article idea – your thoughts?
 2026-05-30 15:07 UTC 

git-history drops signatures
 2026-05-30 10:44 UTC 

[PATCH] log: improve --follow following renames in merge commits
 2026-05-30  6:28 UTC  (2+ messages)

[PATCH 0/3] pack-objects: support bitmaps and delta-islands with `--path-walk`
 2026-05-29 22:20 UTC  (9+ messages)
` [PATCH 1/3] pack-objects: support reachability bitmaps "
` [PATCH 2/3] pack-objects: extract `record_tree_depth()` helper
` [PATCH 3/3] pack-objects: support `--delta-islands` with `--path-walk`

[PATCH] commit-reach: stop sorting in paint_down_to_common()
 2026-05-29 19:04 UTC  (4+ messages)

Suggetsions for collaboration workflows in large repos
 2026-05-29 18:06 UTC  (3+ messages)

[PATCH] index-pack: retain child bases in delta cache
 2026-05-29 16:06 UTC 

[PATCH] pkt-line: initialize packet_buffer to avoid macOS linker warning
 2026-05-29 14:32 UTC  (6+ messages)
` [PATCH v2] config.mak.uname: avoid macOS linker warning on Xcode 16.3+

[PATCH 0/3] line-log: integrate -L with the standard log output pipeline
 2026-05-29 12:04 UTC  (10+ messages)
` [PATCH v2 "
  ` [PATCH v3 "
    ` [PATCH v3 1/3] revision: move -L setup before output_format-to-diff derivation
    ` [PATCH v3 2/3] line-log: integrate -L output with the standard log-tree pipeline
    ` [PATCH v3 3/3] line-log: allow non-patch diff formats with -L

[PATCH 0/8] pack-bitmap-write: speed up bitmap generation
 2026-05-29  8:34 UTC  (33+ messages)
` [PATCH 1/8] pack-bitmap: pass object position to `fill_bitmap_tree()`
` [PATCH 2/8] pack-bitmap: check subtree bits before recursing
` [PATCH 3/8] pack-bitmap: reuse stored selected bitmaps
` [PATCH 5/8] pack-bitmap: cache object positions during fill
` [PATCH 6/8] pack-bitmap: sort bitmaps before XORing
` [PATCH 8/8] pack-bitmap: build pseudo-merge bitmaps after regular bitmaps
` [PATCH v2 0/8] pack-bitmap-write: speed up bitmap generation
  ` [PATCH v2 1/8] pack-bitmap: pass object position to `fill_bitmap_tree()`
  ` [PATCH v2 2/8] pack-bitmap: check subtree bits before recursing
  ` [PATCH v2 3/8] pack-bitmap: reuse stored selected bitmaps
  ` [PATCH v2 4/8] pack-bitmap: consolidate `find_object_pos()` success path
  ` [PATCH v2 5/8] pack-bitmap: cache object positions during fill
  ` [PATCH v2 6/8] pack-bitmap: sort bitmaps before XORing
  ` [PATCH v2 7/8] pack-bitmap: remember pseudo-merge parents
  ` [PATCH v2 8/8] pack-bitmap: build pseudo-merge bitmaps after regular bitmaps

[PATCH] doc: fix typos via codespell
 2026-05-29  8:17 UTC  (2+ messages)
` [PATCH] docs: fix typos and grammar

[PATCH] t3070: skip ls-files tests with backslash patterns on Windows
 2026-05-29  8:04 UTC  (3+ messages)

[PATCH] http: fix memory leak in fetch_and_setup_pack_index()
 2026-05-29  5:40 UTC  (7+ messages)
` [PATCH v2] "

[BUG] broken behaviour when running cd in a hook in a secondary worktree
 2026-05-28 21:03 UTC 

[PATCH 0/2] rebase: handle --update-refs branch symrefs
 2026-05-28 20:42 UTC  (5+ messages)
` [PATCH 1/2] t3404: add failing branch symref test
` [PATCH 2/2] rebase: skip branch symref aliases

git mv after the fact
 2026-05-28 20:36 UTC  (7+ messages)

[PATCH] compat/mingw: Allow SIGKILL to kill in mingw_kill
 2026-05-28 20:28 UTC  (4+ messages)

[BUG] "git diff --word-diff" gives a diff while they are only space changes
 2026-05-28 19:25 UTC  (9+ messages)

[PATCH] doc: clarify that --word-diff operates on line-level hunks
 2026-05-28 19:21 UTC  (2+ messages)
` [PATCH v2] "

(no subject)
 2026-05-28 14:16 UTC  (2+ messages)
` 

[PATCH] config: retry acquiring config.lock for 100ms
 2026-05-28 12:23 UTC  (4+ messages)
` [PATCH v2] config: retry acquiring config.lock, configurable via core.configLockTimeout

Suggestion: Real-time or Conflict-Reducing Collaboration Support for Specific Directories
 2026-05-28  9:23 UTC  (2+ messages)

[PATCH v3 0/4] Add support for an external command for fetching notes
 2026-05-28  5:59 UTC  (2+ messages)

[PATCH 0/3] daemon: fix network address handling bugs
 2026-05-28  2:56 UTC  (10+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] daemon: fix IPv6 address corruption in lookup_hostname()
  ` [PATCH v2 2/3] daemon: fix IPv6 address truncation in ip2str()
  ` [PATCH v2 3/3] daemon: guard NULL REMOTE_PORT in execute() logging
  ` [PATCH v3 0/3] daemon: fix network address handling bugs
    ` [PATCH v3 1/3] daemon: fix IPv6 address corruption in lookup_hostname()
    ` [PATCH v3 2/3] daemon: fix IPv6 address truncation in ip2str()
    ` [PATCH v3 3/3] daemon: guard NULL REMOTE_PORT in execute() logging

[PATCH] describe: bail of --contains --all is used with --exclude or --match
 2026-05-28  0:43 UTC  (3+ messages)

What's cooking in git.git (May 2026, #08)
 2026-05-27 16:06 UTC 

[PATCH 0/3] revision: use priority queue for streaming walks
 2026-05-27 15:50 UTC  (4+ messages)
` [PATCH 1/3] pack-objects: call release_revisions() after cruft traversal
` [PATCH 2/3] revision: introduce rev_walk_mode to clarify get_revision_1()
` [PATCH 3/3] revision: use priority queue for non-limited streaming walks

[PATCH v2 0/8] Auto-configure advertised remotes via URL allowlist
 2026-05-27 15:37 UTC  (17+ messages)
` [PATCH v3 "
  ` [PATCH v3 4/8] promisor-remote: add 'local_name' to 'struct promisor_info'
  ` [PATCH v3 6/8] promisor-remote: trust known remotes matching acceptFromServerUrl
  ` [PATCH v4 0/8] Auto-configure advertised remotes via URL allowlist
    ` [PATCH v4 1/8] t5710: simplify 'mkdir X' followed by 'git -C X init'
    ` [PATCH v4 2/8] urlmatch: change 'allow_globs' arg to bool
    ` [PATCH v4 3/8] urlmatch: add url_normalize_pattern() helper
    ` [PATCH v4 4/8] promisor-remote: add 'local_name' to 'struct promisor_info'
    ` [PATCH v4 5/8] promisor-remote: introduce promisor.acceptFromServerUrl
    ` [PATCH v4 6/8] promisor-remote: trust known remotes matching acceptFromServerUrl
    ` [PATCH v4 7/8] promisor-remote: auto-configure unknown remotes
    ` [PATCH v4 8/8] doc: promisor: improve acceptFromServer entry

I discovered a minor issue with `git fetch`
 2026-05-27 10:56 UTC  (2+ messages)
` git-maintenance detach timing, was "

[PATCH] fetch: pass transport to post-fetch connectivity check
 2026-05-27 10:39 UTC  (4+ messages)


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