Git development
 help / color / mirror / Atom feed
 messages from 2026-05-26 10:48:03 to 2026-05-30 22:18:23 UTC [more...]

[PATCH 0/4] doc: replay: fix config link
 2026-05-30 22:18 UTC  (2+ messages)

[PATCH v1 0/4] environment.c: migrate 'trust_executable_bit' into 'repo_config_values'
 2026-05-30 18:14 UTC  (7+ 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

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

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

[BUG] internal date format does not accept small unix timestamps
 2026-05-30  7:43 UTC  (5+ messages)
      ` doc: document '@' prefix for raw timestamps

[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`

git hook question
 2026-05-29 21:00 UTC  (7+ messages)

[PATCH 0/5] [RFC] diff: add diff.<driver>.process for external hunk providers
 2026-05-29 20:48 UTC  (14+ 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] 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/5] git son: add command to create independent child repositories
 2026-05-29 12:35 UTC  (8+ messages)
` [PATCH 1/5] git-son: "
` [PATCH 2/5] git-son: register in Makefile and meson build system
` [PATCH 3/5] git-son: add to command list as mainporcelain
` [PATCH 4/5] git-son: add documentation
` [PATCH 5/5] git-son: add tests

[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/2] commit: remove deprecated functions
 2026-05-29  8:37 UTC  (10+ 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

[PATCH 0/8] pack-bitmap-write: speed up bitmap generation
 2026-05-29  8:34 UTC  (35+ 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 4/8] pack-bitmap: consolidate `find_object_pos()` success path
` [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] "

[PATCH] doc: add missing --message long option to merge docs
 2026-05-29  5:02 UTC  (2+ messages)

[PATCH] describe: fix --exclude, --match with --contains and --all
 2026-05-28 23:29 UTC 

[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

[PATCH] doc: fix typos via codespell
 2026-05-28 20:37 UTC  (4+ messages)

git mv after the fact
 2026-05-28 20:36 UTC  (10+ 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)

limiting git branch --contains
 2026-05-27  7:05 UTC  (2+ messages)

[RFC PATCH 0/3] diff: pair edited lines inside moved blocks
 2026-05-27  4:24 UTC  (4+ messages)
` [RFC PATCH 1/3] diff: add word-diff-align line pairing
` [RFC PATCH 2/3] diff: render word-diff-align pairs for RFC review
` [RFC PATCH 3/3] t4034: cover moved-and-edited word diff alignment

[PATCH] completion: hide dotfiles for selected path completion
 2026-05-27  3:22 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2 0/9] doc: interpret-trailers: explain key format
 2026-05-26 21:45 UTC  (4+ messages)

[PATCH v2] git-jump: pick a mode automatically when invoked without arguments
 2026-05-26 21:33 UTC  (4+ messages)
` [PATCH v3] "

[PATCH/RFC 0/5] replay: support replaying 2-parent merges
 2026-05-26 21:15 UTC  (3+ messages)
` [PATCH/RFC 1/5] "

[PATCH 0/2] restore: better integrate with sparse index
 2026-05-26 20:26 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] t1092: test 'git restore' "
  ` [PATCH v2 2/2] restore: avoid sparse index expansion

[PATCH v3] config: suggest the correct form when key contains "=" in set context
 2026-05-26 19:24 UTC  (3+ messages)
` [PATCH v4] config: improve diagnostic for "set" with missing value

What's cooking in git.git (May 2026, #07)
 2026-05-26 13:56 UTC 

[PATCH 0/1] commit: allow -m/-F with --fixup=amend: or reword:
 2026-05-26 10:47 UTC  (4+ messages)
` [PATCH v2 0/2] commit: allow -m/-F/-c/-C for all --fixup variations
  ` [PATCH v2 1/2] commit: allow -m/-F for all kinds of --fixup
  ` [PATCH v2 2/2] commit: allow -c/-C "


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