Git development
 help / color / mirror / Atom feed
 messages from 2026-07-23 19:31:52 to 2026-07-24 11:49:56 UTC [more...]

[PATCH] branch: avoid slow strvec Coccinelle matching
 2026-07-24 11:49 UTC  (2+ messages)

[PATCH 0/3] config: support scp-style --url
 2026-07-24 11:35 UTC  (5+ messages)
` [PATCH 1/3] urlmatch: normalize ssh and ftp default ports
` [PATCH 2/3] t1300: cover --url for some --get-urlmatch tests
` [PATCH 3/3] config: use url_parse for --url

[PATCH GSoC v20 00/13] cat-file: add remote-object-info to batch-command
 2026-07-24 10:54 UTC  (15+ messages)
` [PATCH GSoC v21 "
  ` [PATCH GSoC v21 01/13] transport-helper: fix memory leak of helper on disconnect
  ` [PATCH GSoC v21 02/13] cat-file: declare loop counter inside for()
  ` [PATCH GSoC v21 03/13] t1006: extract helper functions into new 'lib-cat-file.sh'
  ` [PATCH GSoC v21 04/13] fetch-pack: drop the static advertise_sid variable
  ` [PATCH GSoC v21 05/13] fetch-pack: use unsigned int for hash_algo variable
  ` [PATCH GSoC v21 06/13] fetch-pack: move write_fetch_command_and_capabilities() to connect.c
  ` [PATCH GSoC v21 07/13] connect: make write_fetch_command_and_capabilities() more generic
  ` [PATCH GSoC v21 08/13] fetch-pack: move fetch initialization
  ` [PATCH GSoC v21 09/13] protocol-caps: check object existence regardless of the attributes requested
  ` [PATCH GSoC v21 10/13] serve: advertise object-info feature
  ` [PATCH GSoC v21 11/13] transport: add client support for object-info
  ` [PATCH GSoC v21 12/13] cat-file: add remote-object-info to batch-command
  ` [PATCH GSoC v21 13/13] cat-file: make remote-object-info allow-list adapt to the server

[PATCH v20 0/7] branch: delete-merged
 2026-07-24 10:36 UTC  (9+ messages)
` [PATCH v21 "
  ` [PATCH v21 1/7] branch: add --forked filter for --list mode
  ` [PATCH v21 2/7] branch: convert delete_branches() to a flags argument
  ` [PATCH v21 3/7] branch: let delete_branches skip unmerged branches on bulk refusal
  ` [PATCH v21 4/7] branch: prepare delete_branches for a bulk caller
  ` [PATCH v21 5/7] branch: add --delete-merged <branch>
  ` [PATCH v21 6/7] branch: add branch.<name>.deleteMerged opt-out
  ` [PATCH v21 7/7] branch: add --dry-run for --delete-merged

[PATCH v2] rebase: skip branch symref aliases
 2026-07-24  9:55 UTC  (5+ messages)
` [PATCH v3 0/2] rebase: handle --update-refs branch symrefs
  ` [PATCH v3 1/2] rebase: skip branch symref aliases

What's cooking in git.git (Jul 2026, #10)
 2026-07-24  9:53 UTC  (4+ messages)

[PATCH 0/2] packfile URIs: support concurrent downloads
 2026-07-24  8:14 UTC  (7+ messages)
` [PATCH v3 0/3] "
  ` [PATCH v4 "
    ` [PATCH v4 1/3] http-fetch: correct --index-pack-arg documentation
    ` [PATCH v4 2/3] http: avoid concurrent appends to partial packs
    ` [PATCH v4 3/3] fetch-pack: accept "pack" output for packfile URIs

[PATCH] regexec: work around macOS TRE memory leak on invalid UTF-8
 2026-07-24  4:19 UTC  (2+ messages)

[PATCH 0/5] odb: make creation of object database pluggable
 2026-07-24  3:48 UTC  (6+ 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

Performance regression in connectivity check during receive-pack (git 2.54)
 2026-07-24  3:46 UTC  (6+ messages)

[PATCH v9] show-branch: convert per-branch flags to commit-slab
 2026-07-24  3:29 UTC  (5+ messages)
` [PATCH v10] "

[PATCH] fsmonitor: flush pending FSEvents before cookie wait
 2026-07-24  2:41 UTC  (2+ messages)

[PATCH v2 0/4] doc: replay: fix config link
 2026-07-23 23:58 UTC  (3+ messages)
` [PATCH v3 "

[PATCH 0/2] doc: interpret-trailers: explain key format
 2026-07-23 23:48 UTC  (5+ messages)
` [PATCH v3 00/11] "

[PATCH v2] completion: hide dotfiles for selected path completion
 2026-07-23 23:48 UTC  (3+ messages)
` [PATCH v3 0/2] "

[PATCH v14 0/2] checkout: --track=fetch
 2026-07-23 23:48 UTC  (3+ messages)
` [PATCH v15 "

[PATCH] mv: report missing destination leading directory
 2026-07-23 23:28 UTC  (10+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 2/2] mv: check for missing destination directory before renaming
  ` [PATCH v3 0/2] mv: report missing destination leading directory
    ` [PATCH v3 1/2] mv: name both source and destination when rename fails
    ` [PATCH v3 2/2] mv: check for missing destination directory before renaming

[PATCH 0/4] A new batch of synopsis conversion
 2026-07-23 21:19 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/4] doc: convert git-imap-send synopsis and options to new style
  ` [PATCH v2 2/4] doc: convert git-format-patch "
  ` [PATCH v2 3/4] doc: convert git-send-email "
  ` [PATCH v2 4/4] doc: convert git-request-pull "

[PATCH] config: retry acquiring config.lock for 100ms
 2026-07-23 19:54 UTC  (3+ messages)
` [PATCH v2] config: retry acquiring config.lock, configurable via core.configLockTimeout

[RFC PATCH 0/7] repack: add --drop-filtered to reclaim space in partial clones
 2026-07-23 19:42 UTC  (8+ messages)
` [RFC PATCH 1/7] builtin/repack.c: add --drop-filtered and --dry-run options
` [RFC PATCH 6/7] builtin/repack: actually drop filtered promisor blobs
` [RFC PATCH 7/7] repack-promisor: record dropped objects in a drop log


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