Git development
 help / color / mirror / Atom feed
 messages from 2026-07-26 15:36:51 to 2026-07-29 15:31:50 UTC [more...]

[PATCH] merge-base: add tests for --is-ancestor
 2026-07-29 15:31 UTC  (4+ messages)

Failing tests with WITH_BREAKING_CHANGES
 2026-07-29 15:25 UTC  (12+ messages)
    ` [PATCH 0/2] fix serial tests without/with breaking-changes
      ` [PATCH 1/2] t0014: factor out choice of deprecated commands
      ` [PATCH 2/2] t0014: generate deprecated command names dynamically

[PATCH] branch: report kind of checkout when rejecting delete
 2026-07-29 15:22 UTC  (5+ messages)
` [PATCH v2] branch: report active bisect run "

What's cooking in git.git (Jul 2026, #12)
 2026-07-29 15:20 UTC  (5+ messages)

[PATCH v22 0/7] branch: delete-merged
 2026-07-29 15:10 UTC  (4+ messages)
` [PATCH v23 "
  ` [PATCH v23 5/7] branch: add --delete-merged <branch>

[PATCH 0/4] git add --resolved
 2026-07-29 15:01 UTC  (9+ messages)
` [PATCH 1/4] merge-ll: consolidate conflict marker scanning logic
` [PATCH 2/4] read-cache: add remove_file_from_index_with_flags()
` [PATCH 3/4] add: introduce '--resolved' option
` [PATCH 4/4] read-cache: reindent

[PATCH v2] rebase: skip branch symref aliases
 2026-07-29 14:26 UTC  (10+ messages)
` [PATCH v3 0/2] rebase: handle --update-refs branch symrefs
  ` [PATCH v3 1/2] rebase: skip branch symref aliases

[PATCH GSoC 0/5] cat-file: extend remote-object-info to support %(objecttype)
 2026-07-29 12:34 UTC  (18+ messages)
` [PATCH GSoC 1/5] protocol-caps: add type support to object-info
` [PATCH GSoC 2/5] fetch-object-info: parse type from server response
` [PATCH GSoC 3/5] fetch-object-info: request all supported options dynamically
` [PATCH GSoC 4/5] serve: advertise type capability
` [PATCH GSoC 5/5] cat-file: unify default format

Assertion failure with git cat-file --batch-command
 2026-07-29 12:17 UTC  (8+ messages)
      ` [PATCH] cat-file: handle content request for --batch-command without type

[PATCH v3 0/4] Add support for an external command for fetching notes
 2026-07-29  9:58 UTC  (6+ messages)
` [PATCH v3 4/4] notes: support an external command to display notes

[RFC PATCH] index-pack: optionally allow duplicate objects
 2026-07-29  1:41 UTC  (3+ messages)

[PATCH] regexec: work around macOS TRE memory leak on invalid UTF-8
 2026-07-29  0:41 UTC  (3+ messages)
` [PATCH v2] regexec: work around macOS TRE "

Clones with fetch.bundleURI slower than standard, full clone?
 2026-07-29  0:41 UTC  (3+ messages)

[PATCH] pack-bitmap: handle objects at bitmap position zero
 2026-07-28 23:31 UTC  (6+ messages)
` [PATCH v2] "

[PATCH 0/2] checkout -m: refine autostash fallback
 2026-07-28 22:49 UTC  (3+ messages)
` [PATCH 2/2] "

[PATCH] mingw: skip symlink type auto-detection for network share targets
 2026-07-28 22:45 UTC  (2+ messages)

[PATCH 0/9] object-file: move writing of loose objects into "loose" source
 2026-07-28 22:10 UTC  (5+ messages)
` [PATCH 1/9] odb: compute compat object ID in `odb_write_object_ext()`
` [PATCH 2/9] t/u-odb-inmemory: implement wrapper for writing objects

[PATCH 0/5] odb: make creation of object database pluggable
 2026-07-28 21:23 UTC  (12+ messages)
` [PATCH 1/5] loose: load loose object map for the correct source
` [PATCH 2/5] setup: detangle loading of loose object maps
` [PATCH 3/5] setup: defer object database creation
` [PATCH 4/5] odb/source: introduce function to map source type to name
` [PATCH 5/5] odb: make creation of on-disk structures pluggable

[GSoC Patch 0/7] repo: add more path keys to git repo info
 2026-07-28 19:00 UTC  (16+ messages)
` [GSoC Patch v3 "
  ` [PATCH v3 1/7] repo: add path.toplevel with absolute and relative suffix formatting
  ` [PATCH v3 2/7] repo: add path.superproject-working-tree with absolute and relative suffixes
  ` [PATCH v3 3/7] repo: add path.objects with absolute and relative suffix formatting
  ` [PATCH v3 4/7] repo: add path.hooks "

[PATCH v7 0/3] Teach git-replay(1) to linearize merge commits
 2026-07-28 18:26 UTC  (13+ messages)
` [PATCH v7 3/3] replay: offer an option to linearize the commit topology
` [PATCH v8 0/3] Teach git-replay(1) to linearize merge commits
  ` [PATCH v8 1/3] replay: add helper to put entry into replayed_commits
  ` [PATCH v8 2/3] replay: resolve the replay base outside pick_regular_commit()
  ` [PATCH v8 3/3] replay: offer an option to linearize the commit topology

[PATCH] change utf8_strwidth() return type to size_t
 2026-07-28 18:24 UTC  (23+ messages)
  ` [PATCH v2] utf8: use size_t for string width methods and callee sites
` [PATCH v3] utf8: make utf8_strwidth() and utf8_strnwidth() return size_t
` [PATCH v4] utf8: replace utf8_strwidth todo with descriptive comment
` [PATCH v5] "

[PATCH] merge: fix leak with merge.defaultToUpstream
 2026-07-28 18:12 UTC  (3+ messages)

Bug: Makefile ignores CARGO_TARGET_DIR
 2026-07-28 18:01 UTC  (2+ messages)

[PATCH] diff: ignore unmerged paths outside prefix with --relative --cached
 2026-07-28 17:12 UTC  (10+ messages)
  ` [PATCH 0/2] diff-lib relative-path cleanups
    ` [PATCH 2/2] diff-lib: skip paths outside prefix in oneway_diff()
          ` [PATCH] diff-lib: add idx/tree sanity check to oneway_diff

REBASE_HEAD still exists after success end rebase
 2026-07-28 15:34 UTC  (6+ messages)

[PATCH] stash: add 'rename' subcommand
 2026-07-28 15:42 UTC  (11+ messages)
` [PATCH v2] stash: add 'reword' subcommand

git-history(1) fixup broken with worktrees?
 2026-07-28 13:44 UTC  (3+ messages)

[PATCH 1/3] urlmatch: normalize ssh and ftp default ports
 2026-07-28 10:51 UTC  (3+ messages)

Vagrant + GitBash Issues
 2026-07-28 10:50 UTC  (3+ messages)

Let me get kernel
 2026-07-28  9:11 UTC 

[PATCH v1 0/3] environment: migrate more global variables, pt.2
 2026-07-28  1:46 UTC  (4+ messages)
` [PATCH v2 0/2] environment: migrate more global variables into
  ` [PATCH v2 1/2] environment: migrate pack_size_limit_cfg into repo_config_values
  ` [PATCH v2 2/2] environment: migrate assume_unchanged "

[PATCH v3 0/2] mv: report missing destination leading directory
 2026-07-27 22:24 UTC  (6+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/2] mv: name both source and destination when rename fails
  ` [PATCH v4 2/2] mv: reject a destination whose leading path is missing or a symlink

[PATCH] userdiff: add support for Swift
 2026-07-27 17:37 UTC  (5+ messages)
` [PATCH v2] "

Invitation to tender quotation for 57 market avenue
 2026-07-27 16:58 UTC 

Please provide help with how to fix
 2026-07-27 16:38 UTC  (5+ messages)

[PATCH] submodule absorbgitdirs tests: use test_* helper functions
 2026-07-27 15:59 UTC  (4+ messages)

Performance regression in connectivity check during receive-pack (git 2.54)
 2026-07-27 15:45 UTC  (7+ messages)

[PATCH 0/5] Reintroduce writev(3p)
 2026-07-27 15:44 UTC  (3+ messages)

[RFC PATCH 00/10] repack: combine '--geometric' and '--cruft'
 2026-07-27 15:04 UTC  (2+ messages)

[PATCH] revision: make get_commit_action() a pure predicate
 2026-07-27 13:45 UTC  (5+ messages)

[PATCH 0/2] t: add and use a commit_body test helper
 2026-07-27  9:56 UTC  (8+ messages)
` [PATCH 1/2] test-lib-functions: add commit_body helper
` [PATCH 2/2] t: use commit_body to extract commit message bodies
  ` [PATCH v2 0/2] t: add and use a commit_body test helper
    ` [PATCH v2 1/2] test-lib-functions: add commit_body helper
    ` [PATCH v2 2/2] t: use commit_body to extract commit message bodies

[PATCH v5 0/3] packfile URIs: support concurrent downloads
 2026-07-27  0:28 UTC  (8+ messages)
` [PATCH v6 0/6] "
  ` [PATCH v6 1/6] http-fetch: correct --index-pack-arg documentation
  ` [PATCH v6 2/6] http: avoid closing index-pack input twice
  ` [PATCH v6 3/6] http: accept HTTP 416 for complete partial packs
  ` [PATCH v6 4/6] http: avoid concurrent appends to "
  ` [PATCH v6 5/6] http: permit unlinking partial packs on Windows
  ` [PATCH v6 6/6] fetch-pack: accept "pack" output for packfile URIs

[PATCH 0/2] rebase: a couple of fixup fixes
 2026-07-26 21:32 UTC  (8+ messages)
` [PATCH 2/2] rebase: remember fixup -c after skipping fixup/squash
` [PATCH v2 0/2] rebase: a couple of fixup fixes
  ` [PATCH v2 1/2] rebase -i: fix counting of fixups after rebase --skip
  ` [PATCH v2 2/2] rebase: remember fixup -c after skipping fixup/squash

Hello my friend
 2026-07-26 20:01 UTC 

[PATCH v5 0/9] [RFC] diff: add diff.<driver>.process for external hunk providers
 2026-07-26 18:51 UTC  (11+ messages)
` [PATCH v6 "
  ` [PATCH v6 1/9] gitattributes: document how external diff drivers relate to diff features
  ` [PATCH v6 2/9] xdiff: support external hunks via xpparam_t
  ` [PATCH v6 3/9] userdiff: add diff.<driver>.process config
  ` [PATCH v6 4/9] sub-process: separate process lifecycle from hashmap management
  ` [PATCH v6 5/9] diff: add long-running diff process via diff.<driver>.process
  ` [PATCH v6 6/9] diff: bypass diff process with --no-ext-diff and in format-patch
  ` [PATCH v6 7/9] blame: consult diff process for no-hunk detection
  ` [PATCH v6 8/9] diff: consult diff process for --stat counts
  ` [PATCH v6 9/9] line-log: consult diff process for range tracking

[PATCH] mv: report missing destination leading directory
 2026-07-26 17:59 UTC  (8+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 2/2] mv: check for missing destination directory before renaming

[PATCH 0/2] bump static-analysis ci image version
 2026-07-26 16:34 UTC  (2+ messages)

[PATCH v2 00/12] odb: make optimizations pluggable
 2026-07-26 16:25 UTC  (5+ messages)
` [PATCH v2 11/12] builtin/gc: fix signedness issues in ODB-related functionality


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