git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2026-01-07 10:05:42 to 2026-01-09 16:41:49 UTC [more...]

[PATCH v16 0/2] status: show comparison with push remote tracking branch
 2026-01-09 16:41 UTC  (11+ messages)
` [PATCH v17 "
  ` [PATCH v17 1/2] refactor format_branch_comparison in preparation
  ` [PATCH v17 2/2] status: show comparison with push remote tracking branch
  ` [PATCH v18 0/2] "

[PATCH 0/2] shallow: handling fetch relative-deepen
 2026-01-09 16:33 UTC  (5+ messages)
` [PATCH 1/2] shallow: free local object_array allocations

[Bug] hook: -Wanalyzer-deref-before-check warning in run_hooks_opt
 2026-01-09 16:18 UTC  (5+ messages)

[PATCH][next] hook: check for NULL pointer before deref
 2026-01-09 15:57 UTC  (3+ messages)

[PATCH 0/6] doc: patch-id: six small improvements
 2026-01-09 14:55 UTC  (20+ messages)
` [PATCH 1/6] doc: patch-id: don’t use semicolon between bullet points
` [PATCH 2/6] doc: patch-id: capitalize Git version
` [PATCH 3/6] patch-id: use “patch ID” throughout
` [PATCH 4/6] doc: patch-id: use definite article for the result
` [PATCH 5/6] doc: patch-id: spell out the git-diff-tree(1) form
` [PATCH 6/6] doc: patch-id: --verbatim locks in --stable
` [PATCH v2 0/6] doc: patch-id: six small improvements
  ` [PATCH v2 1/6] doc: patch-id: don’t use semicolon between bullet points
  ` [PATCH v2 2/6] doc: patch-id: capitalize Git version
  ` [PATCH v2 3/6] patch-id: use “patch ID” throughout
  ` [PATCH v2 4/6] doc: patch-id: use definite article for the result
  ` [PATCH v2 5/6] doc: patch-id: spell out the git-diff-tree(1) form
  ` [PATCH v2 6/6] doc: patch-id: --verbatim locks in --stable

[PATCH] remote-curl: Use auth for probe_rpc() requests too
 2026-01-09 14:51 UTC  (2+ messages)

[PATCH] gitfaq: document using stash import/export to sync working tree
 2026-01-09 14:32 UTC  (2+ messages)

[PATCH v2] reftable/iter: fix undefined behavior in indexed_table_ref_iter_next
 2026-01-09 14:19 UTC  (4+ messages)
  ` [PATCH v2] reftable/iter: fix UB "

What's cooking in git.git (Jan 2026, #03)
 2026-01-09 14:01 UTC  (3+ messages)

[PATCH v2] ws: add new tab-between-non-ws check
 2026-01-09 13:33 UTC  (8+ messages)

Feat. req.: add a flag to `git clean` to also remove ignored nested repositories
 2026-01-09 13:18 UTC  (2+ messages)

[PATCH] fsck: snapshot default refs before object walk
 2026-01-09 13:11 UTC  (4+ messages)

[PATCH 00/17] Fixes and improvements for ref consistency checks
 2026-01-09 12:39 UTC  (18+ messages)
` [PATCH 01/17] refs/files: simplify iterating through root refs
` [PATCH 02/17] refs/files: move fsck functions into global scope
` [PATCH 03/17] refs/files: remove `refs_check_dir` parameter
` [PATCH 04/17] refs/files: remove useless indirection
` [PATCH 05/17] refs/files: extract function to check single ref
` [PATCH 06/17] refs/files: improve error handling when verifying symrefs
` [PATCH 07/17] refs/files: perform consistency checks for root refs
` [PATCH 08/17] fsck: drop unused fields from `struct fsck_ref_report`
` [PATCH 09/17] refs/files: extract generic symref target checks
` [PATCH 10/17] refs/files: introduce function to perform normal ref checks
` [PATCH 11/17] refs/reftable: adapt includes to become consistent
` [PATCH 12/17] refs/reftable: extract function to retrieve backend for worktree
` [PATCH 13/17] refs/reftable: fix consistency checks with worktrees
` [PATCH 14/17] refs/reftable: introduce generic checks for refs
` [PATCH 15/17] builtin/fsck: move generic object ID checks into `refs_fsck()`
` [PATCH 16/17] builtin/fsck: move generic HEAD check "
` [PATCH 17/17] builtin/fsck: drop `fsck_head_link()`

[PATCH 0/3] Sanitize sideband channel messages
 2026-01-09 12:38 UTC  (10+ messages)
` [PATCH v2 0/4] "
  ` [PATCH v2 1/4] sideband: mask control characters
  ` [PATCH v2 2/4] sideband: introduce an "escape hatch" to allow "
  ` [PATCH v2 3/4] sideband: do allow ANSI color sequences by default
  ` [PATCH v2 4/4] sideband: add options to allow more control sequences to be passed through

[PATCH] builtin.h: update documentation
 2026-01-09 11:37 UTC  (2+ messages)

[GSoC] t7101: modernize test path checks
 2026-01-09 11:24 UTC  (2+ messages)

[PATCH RFC 00/11] Introduce git-history(1) command for easy history editing
 2026-01-09  8:35 UTC  (23+ messages)
` [PATCH v8 0/7] "
  ` [PATCH v8 1/7] builtin/replay: extract core logic to replay revisions
  ` [PATCH v8 2/7] builtin/replay: move core logic into "libgit.a"
  ` [PATCH v8 3/7] replay: small set of cleanups
  ` [PATCH v8 4/7] replay: yield the object ID of the final rewritten commit
  ` [PATCH v8 5/7] wt-status: provide function to expose status for trees
  ` [PATCH v8 6/7] builtin: add new "history" command
  ` [PATCH v8 7/7] builtin/history: implement "reword" subcommand
` [PATCH v9 0/7] Introduce git-history(1) command for easy history editing
  ` [PATCH v9 1/7] builtin/replay: extract core logic to replay revisions
  ` [PATCH v9 2/7] builtin/replay: move core logic into "libgit.a"
  ` [PATCH v9 3/7] replay: small set of cleanups
  ` [PATCH v9 4/7] replay: yield the object ID of the final rewritten commit
  ` [PATCH v9 5/7] wt-status: provide function to expose status for trees
  ` [PATCH v9 6/7] builtin: add new "history" command
  ` [PATCH v9 7/7] builtin/history: implement "reword" subcommand

[PATCH 00/10] Start tracking packfiles per object database source
 2026-01-09  8:33 UTC  (12+ messages)
` [PATCH v3 "
  ` [PATCH v3 01/10] packfile: create store via its owning source
  ` [PATCH v3 02/10] packfile: pass source to `prepare_pack()`
  ` [PATCH v3 03/10] packfile: refactor kept-pack cache to work with packfile stores
  ` [PATCH v3 04/10] packfile: refactor misleading code when unusing pack windows
  ` [PATCH v3 05/10] packfile: move packfile store into object source
  ` [PATCH v3 06/10] packfile: only prepare owning store in `packfile_store_get_packs()`
  ` [PATCH v3 07/10] packfile: only prepare owning store in `packfile_store_prepare()`
  ` [PATCH v3 08/10] packfile: inline `find_kept_pack_entry()`
  ` [PATCH v3 09/10] packfile: refactor `find_pack_entry()` to work on the packfile store
  ` [PATCH v3 10/10] packfile: move MIDX into "

[PATCH v2 00/10] Start tracking packfiles per object database source
 2026-01-09  6:17 UTC  (10+ messages)
` [PATCH v2 04/10] packfile: refactor misleading code when unusing pack windows
` [PATCH v2 05/10] packfile: move packfile store into object source
` [PATCH v2 07/10] packfile: only prepare owning store in `packfile_store_prepare()`
` [PATCH v2 08/10] packfile: inline `find_kept_pack_entry()`

git init with specified user.email
 2026-01-08 23:22 UTC  (2+ messages)

[PATCH] http-backend: write newlines to stderr when responding with errors
 2026-01-08 22:59 UTC 

[PATCH 0/9] Encode submodule gitdir names to avoid conflicts
 2026-01-08 22:30 UTC  (27+ messages)
` [PATCH v7 00/11] Add submodulePathConfig extension and gitdir encoding
  ` [PATCH v7 04/11] submodule: introduce extensions.submodulePathConfig
  ` [PATCH v7 05/11] submodule: allow runtime enabling extensions.submodulePathConfig
  ` [PATCH v7 06/11] submodule--helper: add gitdir migration command
` [PATCH v8 00/11] Add submodulePathConfig extension and gitdir encoding
  ` [PATCH v8 01/11] submodule--helper: use submodule_name_to_gitdir in add_submodule
  ` [PATCH v8 02/11] submodule: always validate gitdirs inside submodule_name_to_gitdir
  ` [PATCH v8 03/11] builtin/submodule--helper: add gitdir command
  ` [PATCH v8 04/11] submodule: introduce extensions.submodulePathConfig
  ` [PATCH v8 05/11] submodule: allow runtime enabling extensions.submodulePathConfig
  ` [PATCH v8 06/11] submodule--helper: add gitdir migration command
  ` [PATCH v8 07/11] builtin/credential-store: move is_rfc3986_unreserved to url.[ch]
  ` [PATCH v8 08/11] submodule--helper: fix filesystem collisions by encoding gitdir paths
  ` [PATCH v8 09/11] submodule: fix case-folding gitdir filesystem collisions
  ` [PATCH v8 10/11] submodule: hash the submodule name for the gitdir path
  ` [PATCH v8 11/11] submodule: detect conflicts with existing gitdir configs

[PATCH] doc: git-blame: convert blame to new doc format
 2026-01-08 18:24 UTC  (8+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] doc: blame-options: convert "
  ` [PATCH v2 2/2] doc: git-blame: "

[RFC] reftable: indexed_table_ref_iter inefficiency
 2026-01-08 17:58 UTC 

[PATCH] Documentation/MyFirstContribution: add missing dependencies and clarify build steps
 2026-01-08 17:40 UTC 

[PATCH v1-1 0/2] workaround for iconv under macOS 14/15
 2026-01-08 17:40 UTC 

[PATCH v1 2/2] utf8.c: Enable workaround for iconv under macOS 14/15
 2026-01-08 17:40 UTC 

[PATCH v1 1/2] utf8.c: Prepare workaround for iconv under macOS 14/15
 2026-01-08 17:40 UTC 

Improved Rust hunk headers
 2026-01-08 17:29 UTC  (2+ messages)

[PATCH v1 0/2] workaround for iconv under macOS 14/15
 2026-01-08 17:23 UTC 

[PATCH v1 2/2] utf8.c: Enable workaround for iconv under macOS 14/15
 2026-01-08 17:23 UTC 

[PATCH v1 1/2] utf8.c: Prepare workaround for iconv under macOS 14/15
 2026-01-08 17:23 UTC 

[GSoC PATCH v6] add -p: show user's hunk decision when selecting hunks
 2026-01-08 15:07 UTC  (2+ messages)
` [GSoC PATCH v7] "

[PATCH 00/10] Xdiff cleanup part 3
 2026-01-08 14:34 UTC  (3+ messages)
` [PATCH 01/10] ivec: introduce the C side of ivec

[PATCH v3] lockfile: add PID file for debugging stale locks
 2026-01-08 14:19 UTC  (4+ messages)
` [PATCH v4] "

[PATCH v2 0/3] Update clar for improved integer handling
 2026-01-08 12:46 UTC  (6+ messages)
` [PATCH v2 1/3] t/unit-tests: update clar to 39f11fe

ABQ
 2026-01-08 10:19 UTC  (2+ messages)

[PATCH 0/8] Improvements for reading object info
 2026-01-08  9:30 UTC  (18+ messages)
` [PATCH v3 0/7] "
  ` [PATCH v3 1/7] object-file: always set OI_LOOSE when "
  ` [PATCH v3 3/7] packfile: extend `is_delta` field to allow for "unknown" state
` [PATCH v4 0/7] Improvements for reading object info
  ` [PATCH v4 1/7] object-file: always set OI_LOOSE when "
  ` [PATCH v4 2/7] packfile: always declare object info to be OI_PACKED
  ` [PATCH v4 3/7] packfile: extend `is_delta` field to allow for "unknown" state
  ` [PATCH v4 4/7] packfile: always populate pack-specific info when reading object info
  ` [PATCH v4 5/7] packfile: disentangle return value of `packed_object_info()`
  ` [PATCH v4 6/7] packfile: skip unpacking object header for disk size requests
  ` [PATCH v4 7/7] packfile: drop repository parameter from `packed_object_info()`

Slow git pack-refs --all
 2026-01-08  6:33 UTC  (12+ messages)

[PATCH] repo: add new flag --keys to git-repo-info
 2026-01-08  6:13 UTC  (6+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] repo: add a default output format to enum output_format

[GSoC PATCH] t1420-lost-found.sh: use test_path_is_file for error logging
 2026-01-08  1:30 UTC  (3+ messages)

[PATCH] ignores: handle non UTF-8 exclude files
 2026-01-08  1:13 UTC  (11+ messages)

Delta Islands without bitmaps?
 2026-01-08  0:56 UTC 

What are the changes that mingw-w64-x86_64-git-extra
 2026-01-07 21:47 UTC 

What's cooking in git.git (Jan 2026, #02)
 2026-01-07 20:15 UTC  (3+ messages)

git-last-modified on bare repository
 2026-01-07 17:12 UTC  (9+ messages)

[Outreachy] Blog: Refactor in order to reduce Git’s global state (week 3 & 4)
 2026-01-07 15:42 UTC 

[Outreachy PATCH v2] environment: move "core.attributesFile" into repo-setting
 2026-01-07 15:33 UTC  (11+ messages)

Project Financing Opportunity
 2026-01-07 13:18 UTC 

[PATCH 0/9] Implement `promisor.storeFields` and `--filter=auto`
 2026-01-07 10:05 UTC  (7+ messages)
` [PATCH 7/9] list-objects-filter-options: implement auto filter resolution
` [PATCH 8/9] promisor-remote: keep advertised filter in memory
` [PATCH 9/9] fetch-pack: wire up and enable auto filter logic


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).