Git development
 help / color / mirror / Atom feed
 messages from 2026-05-06 19:45:06 to 2026-05-11 06:10:27 UTC [more...]

[PATCH] build: tolerate use of _Generic from glibc 2.43 with Clang
 2026-05-11  6:10 UTC  (5+ messages)

What's cooking in git.git (May 2026, #02)
 2026-05-11  5:51 UTC  (2+ messages)

[PATCH 0/7] pack-objects: integrate --path-walk and some --filter options
 2026-05-11  3:05 UTC  (8+ messages)
` [PATCH v2 00/10] "

[PATCH v5 00/10] parseopt: add subcommand autocorrection
 2026-05-11  3:03 UTC  (3+ messages)
` [PATCH v6 "

[PATCH v4 4/6] fetch: add --prune-merged
 2026-05-11  2:59 UTC  (3+ messages)
` [PATCH] fetch: add fetch.pruneLocalBranches config

[PATCH v2 0/8] repo_config_values: migrate more globals
 2026-05-11  2:56 UTC  (5+ messages)
` [PATCH v3 0/8] environment: move core config globals into repo_config_values

[PATCH 0/8] pack-bitmap: fix various pseudo-merge bugs
 2026-05-11  2:53 UTC  (4+ messages)
` [PATCH v2 0/9] "

[PATCH 0/3] Batch prefetching
 2026-05-11  2:51 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/3] builtin/log: prefetch necessary blobs for `git cherry`

[PATCH 0/2] doc: interpret-trailers: explain key format
 2026-05-11  2:41 UTC  (8+ messages)
` [PATCH v2 0/9] "
  ` [PATCH v2 9/9] doc: intepret-trailers: document comment line treatment

[PATCH v5] clone: add clone.<url>.defaultObjectFilter config
 2026-05-11  2:38 UTC  (4+ messages)
` [PATCH v6] "

[PATCH] config: retry acquiring config.lock for 100ms
 2026-05-11  2:32 UTC  (3+ messages)

[PATCH] commit-reach: early exit paint_down_to_common for single merge-base
 2026-05-11  2:08 UTC  (2+ messages)

[PATCH] doc: git-log: document --no-follow
 2026-05-11  2:06 UTC  (14+ messages)
` [PATCH v2] doc: git-log: clarify --follow options
  ` [PATCH v3] doc: clarify --follow and log.follow for git log

[PATCH] doc: add caveat about turning off commit-graph
 2026-05-11  1:16 UTC  (10+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH] rebase: ignore non-branch update-refs
 2026-05-11  0:33 UTC  (12+ messages)
` [PATCH v2] "
  ` [PATCH v3 0/1] "
    ` [PATCH v3 1/1] "

[PATCH] add -p: introduce 'w' command to view hunk with --word-diff
 2026-05-11  0:16 UTC  (7+ messages)

[Bug] fetch --deepen truncates history in v2.54.0
 2026-05-11  0:09 UTC  (3+ messages)
` [PATCH 1/1] shallow: fix relative deepen on non-shallow repositories

[PATCH 0/6] Handle cloning of objects larger than 4GB on Windows
 2026-05-10 23:51 UTC  (32+ messages)
` [PATCH v2 00/11] "
  ` [PATCH v2 01/11] index-pack, unpack-objects: use size_t for object size
  ` [PATCH v2 03/11] odb, packfile: use size_t for streaming object sizes
  ` [PATCH v2 11/11] ci: run expensive tests on push builds to integration branches
  ` [PATCH v3 00/11] Handle cloning of objects larger than 4GB on Windows
    ` [PATCH v3 01/11] index-pack, unpack-objects: use size_t for object size
    ` [PATCH v3 02/11] git-zlib: handle data streams larger than 4GB
    ` [PATCH v3 03/11] odb, packfile: use size_t for streaming object sizes
    ` [PATCH v3 04/11] delta, packfile: use size_t for delta header sizes
    ` [PATCH v3 05/11] test-tool: add a helper to synthesize large packfiles
    ` [PATCH v3 06/11] t5608: add regression test for >4GB object clone
    ` [PATCH v3 07/11] test-tool synthesize: use the unsafe hash for speed
    ` [PATCH v3 08/11] test-tool synthesize: precompute pack for 4 GiB + 1
    ` [PATCH v3 09/11] test-tool synthesize: add precomputed SHA-256 "
    ` [PATCH v3 10/11] t5608: mark >4GB tests as EXPENSIVE
    ` [PATCH v3 11/11] ci: run expensive tests on push builds to integration branches
      ` [PATCH] ci: enable EXPENSIVE for contributor builds

Git trims the last character of content from remotes
 2026-05-10 23:30 UTC  (4+ messages)
  ` [PATCH] sideband: clear full line when printing remote messages

[PATCH] config.mak.dev: suppress C11 extension warning for Clang on Linux
 2026-05-10 22:21 UTC  (3+ messages)

[PATCH] doc: fix typos via codespell
 2026-05-10 22:21 UTC  (3+ messages)

[BUG] git-svn: 'Duplicate specification "id|i=s" for option "i"'
 2026-05-10 21:30 UTC 

git hogs the CPU, RAM and storage despite its config
 2026-05-10 20:00 UTC  (8+ messages)
` unexpected auto-maintenance, was "

[PATCH v3] submodule-config: fix reading submodule.fetchJobs
 2026-05-10  3:50 UTC  (2+ messages)
` [PATCH v4] "

[PATCH 0/4] diff: reject negative context values
 2026-05-10  2:46 UTC  (6+ messages)
` [PATCH 4/4] parse-options: clarify PARSE_OPT_NONEG does not reject negative numbers

[PATCH] mingw: stop using nedmalloc
 2026-05-10  2:31 UTC  (19+ messages)
` [PATCH v2 0/6] "
  ` [PATCH v2 1/6] "
  ` [PATCH v2 2/6] mingw: drop the build-system plumbing for nedmalloc
  ` [PATCH v2 3/6] mingw: drop the small nedmalloc auxiliary files
  ` [PATCH v2 4/6] mingw: drop the first chunk of compat/nedmalloc/malloc.c.h
  ` [PATCH v2 5/6] mingw: drop the second "
  ` [PATCH v2 6/6] mingw: drop the rest "
  ` [PATCH v3 0/6] mingw: stop using nedmalloc
    ` [PATCH v3 1/6] "
    ` [PATCH v3 2/6] mingw: drop the build-system plumbing for nedmalloc
    ` [PATCH v3 3/6] mingw: remove the vendored compat/nedmalloc/ subtree
    ` [PATCH v3 4/6] to be squashed into 3/6 (chunk 1 of 3)
    ` [PATCH v3 5/6] to be squashed into 3/6 (chunk 2 "
    ` [PATCH v3 6/6] to be squashed into 3/6 (chunk 3 "

[PATCH] fetch: add fetch.pruneLocalBranches config
 2026-05-10  1:01 UTC  (3+ messages)
` [PATCH] checkout: add --autostash option for branch switching

[PATCH v4 0/2] revision.c: implement --reverse=before for walks
 2026-05-10  0:48 UTC  (13+ messages)
` [PATCH v5] revision.c: implement --max-count-oldest
  ` [PATCH v6] "

[PATCH] submodule-config: fix reading submodule.fetchJobs
 2026-05-10  0:01 UTC  (4+ messages)
` [PATCH v2] "

[BUG] "git diff --word-diff" gives a diff while they are only space changes
 2026-05-09 15:55 UTC  (5+ messages)

[PATCH] dir: use per-worktree repository ignore patterns upon request
 2026-05-09 14:08 UTC  (3+ messages)
` [PATCH v2] ignore: note info/exclude lives in GIT_COMMON_DIR, not GIT_DIR

Noômen: Gifted Invite Enclosed (Github Community Partnership)
 2026-05-09 13:55 UTC 

[PATCH v5 1/1] git-gui: restructure repository startup
 2026-05-09 13:37 UTC  (12+ messages)
` [PATCH v6 0/3] git-gui: robustify startup and fix environment handling
  ` [PATCH v7 "
    ` [PATCH v7 1/3] git-gui: restructure repository startup
    ` [PATCH v7 2/3] git-gui: disable gitk visualization when no worktree available
    ` [PATCH v7 3/3] git-gui: handle GIT_DIR and GIT_WORK_TREE early
  ` [PATCH v6 1/3] git-gui: restructure repository startup
  ` [PATCH v6 2/3] git-gui: disable gitk visualization when no worktree available
  ` [PATCH v6 3/3] git-gui: handle GIT_DIR and GIT_WORK_TREE early

[PATCH] daemon: fix network address handling bugs
 2026-05-09  1:48 UTC 

[PATCH v6] checkout: extend --track with a "fetch" mode to refresh start-point
 2026-05-08 22:52 UTC  (5+ messages)
    ` [PATCH] checkout: add --fetch to fetch remote before resolving start-point
` [PATCH v7] checkout: extend --track with a "fetch" mode to refresh start-point

[PATCH] git-jump: pick a mode automatically when invoked without arguments
 2026-05-08 17:52 UTC  (4+ messages)

[PATCH] Makefile: link osxkeychain helper against Rust
 2026-05-08 17:44 UTC  (4+ messages)

[PATCH] t5551: "GIT_TEST_LONG=Yes make test" is broken
 2026-05-08 14:03 UTC  (2+ messages)

[PATCH v3 0/5] format-rev: introduce builtin for on-demand pretty formatting
 2026-05-08 13:25 UTC  (8+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/5] name-rev: wrap both blocks in braces
  ` [PATCH v4 2/5] name-rev: run clang-format before factoring code
  ` [PATCH v4 3/5] name-rev: factor code for sharing with a new command
  ` [PATCH v4 4/5] name-rev: make dedicated --annotate-stdin --name-only test
  ` [PATCH v4 5/5] format-rev: introduce builtin for on-demand pretty formatting

[PATCH 0/2] maintenance(geometric): avoid deadlocks on Windows 10
 2026-05-08 13:20 UTC  (8+ messages)
` [PATCH 1/2] mingw: optionally use legacy (non-POSIX) delete semantics
` [PATCH v2 0/2] maintenance(geometric): avoid deadlocks on Windows 10
  ` [PATCH v2 1/2] mingw: optionally use legacy (non-POSIX) delete semantics
  ` [PATCH v2 2/2] maintenance(geometric): do release the `.idx` files before repacking

[PATCH v16 0/5] checkout: 'autostash' for branch switching
 2026-05-08 13:02 UTC  (3+ messages)

[PATCH 0/9] Implement `promisor.storeFields` and `--filter=auto`
 2026-05-08 12:45 UTC  (4+ messages)
` [PATCH v2 0/8] Auto-configure advertised remotes via URL allowlist
  ` [PATCH v2 6/8] promisor-remote: trust known remotes matching acceptFromServerUrl

[PATCH/RFC 0/5] replay: support replaying 2-parent merges
 2026-05-08 10:05 UTC  (11+ messages)
` [PATCH/RFC 1/5] "
` [PATCH/RFC 2/5] replay: short-circuit merge replay when parent and base trees are unchanged
` [PATCH/RFC 3/5] history.adoc: describe merge-replay support and its limits
` [PATCH/RFC 4/5] test-tool: add a "historian" subcommand for building merge fixtures
` [PATCH/RFC 5/5] t3454: cover merge-replay scenarios with the historian helper

git 2.54 fails to build for rhel 6 (2.53 builds fine)
 2026-05-07 22:55 UTC  (7+ messages)
  `  "

[PATCH v4 0/6] fetch: add fetch.pruneBranches config
 2026-05-07 20:14 UTC  (2+ messages)

[PATCH v2 0/2] t: work around bugs in Dash v0.5.13
 2026-05-07  7:37 UTC  (4+ messages)
` [PATCH v2 1/2] t: work around multibyte bug in quoted heredocs with "
  ` [PATCH] parser: Fix multi-byte output in here-doc with quoted delimiter

[PATCH v2 1/1] git-gui: protect rev-parse --show-toplevel call
 2026-05-07  5:09 UTC  (13+ messages)
` [PATCH v3 1/1] git-gui: handle missing worktree and separated gitdir

[PATCH] Makefile: link osxkeychain helper against Rust
 2026-05-07  0:39 UTC  (2+ messages)

[PATCH v4 0/9] refs: move some of the generic logic out of the backends
 2026-05-06 19:44 UTC  (5+ messages)
` [PATCH v4 6/9] update-ref: handle rejections while adding updates


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