git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2026-01-07 23:03:27 to 2026-01-09 23:28:02 UTC [more...]

[PATCH RFC 00/11] Introduce git-history(1) command for easy history editing
 2026-01-09 23:27 UTC  (20+ messages)
` [PATCH v8 0/7] "
  ` [PATCH v8 1/7] builtin/replay: extract core logic to replay revisions
  ` [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 0/2] shallow: handling fetch relative-deepen
 2026-01-09 22:23 UTC  (11+ messages)
` [PATCH 1/2] shallow: free local object_array allocations
` [PATCH 2/2] shallow: handling fetch relative-deepen
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] shallow: free local object_array allocations
  ` [PATCH v2 2/2] shallow: handling fetch relative-deepen

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

[PATCH 00/10] tree: stop using the_repository
 2026-01-09 21:30 UTC  (11+ messages)
` [PATCH 01/10] environment: move access to core.maxTreeDepth into repo settings
` [PATCH 02/10] tree: add repo_parse_tree*()
` [PATCH 03/10] add-interactive: use repo_parse_tree_indirect()
` [PATCH 04/10] bloom: use repo_parse_tree()
` [PATCH 05/10] delta-islands: "
` [PATCH 06/10] pack-bitmap-write: "
` [PATCH 07/10] path-walk: use repo_parse_tree_gently()
` [PATCH 08/10] tree: use repo_parse_tree()
` [PATCH 09/10] tree: stop using the_repository
` [PATCH 10/10] cocci: convert parse_tree functions to repo_ variants

[PATCH] repo: add new flag --keys to git-repo-info
 2026-01-09 20:31 UTC  (9+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] repo: add a default output format to enum output_format
` [PATCH v3 0/2] repo: add --format=default and --keys
` [PATCH v3 1/2] repo: add a default output format to enum output_format
` [PATCH v3 2/2] repo: add new flag --keys to git-repo-info

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

[PATCH 00/18] Support symbolic links on Windows
 2026-01-09 20:05 UTC  (29+ messages)
` [PATCH 02/18] mingw: implement `stat()` with symlink support
` [PATCH 11/18] mingw: support renaming symlinks
` [PATCH 13/18] mingw: implement `readlink()`
` [PATCH v2 00/18] Support symbolic links on Windows
  ` [PATCH v2 01/18] mingw: don't call `GetFileAttributes()` twice in `mingw_lstat()`
  ` [PATCH v2 02/18] mingw: implement `stat()` with symlink support
  ` [PATCH v2 03/18] mingw: drop the separate `do_lstat()` function
  ` [PATCH v2 04/18] mingw: let `mingw_lstat()` error early upon problems with reparse points
  ` [PATCH v2 05/18] mingw: teach dirent about symlinks
  ` [PATCH v2 06/18] mingw: compute the correct size for symlinks in `mingw_lstat()`
  ` [PATCH v2 07/18] mingw: factor out the retry logic
  ` [PATCH v2 08/18] mingw: change default of `core.symlinks` to false
  ` [PATCH v2 09/18] mingw: add symlink-specific error codes
  ` [PATCH v2 10/18] mingw: handle symlinks to directories in `mingw_unlink()`
  ` [PATCH v2 11/18] mingw: support renaming symlinks
  ` [PATCH v2 12/18] mingw: allow `mingw_chdir()` to change to symlink-resolved directories
  ` [PATCH v2 13/18] mingw: implement `readlink()`
  ` [PATCH v2 14/18] mingw: implement basic `symlink()` functionality (file symlinks only)
  ` [PATCH v2 15/18] mingw: add support for symlinks to directories
  ` [PATCH v2 16/18] mingw: try to create symlinks without elevated permissions
  ` [PATCH v2 17/18] mingw: emulate `stat()` a little more faithfully
  ` [PATCH v2 18/18] mingw: special-case index entries for symlinks with buggy size

[PATCH 0/5] Last preparations before upstreaming Git for Windows' symlink support
 2026-01-09 20:05 UTC  (7+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/5] mingw: do resolve symlinks in `getcwd()`
  ` [PATCH v2 2/5] init: do parse _all_ core.* settings early
  ` [PATCH v2 3/5] strbuf_readlink(): avoid calling `readlink()` twice in corner-cases
  ` [PATCH v2 4/5] strbuf_readlink(): support link targets that exceed 2*PATH_MAX
  ` [PATCH v2 5/5] trim_last_path_component(): avoid hard-coding the directory separator

[PATCH 10/18] mingw: handle symlinks to directories in `mingw_unlink()`
 2026-01-09 20:04 UTC  (3+ messages)

[PATCH v16 0/2] status: show comparison with push remote tracking branch
 2026-01-09 18:40 UTC  (17+ 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 v18 1/2] refactor format_branch_comparison in preparation
    ` [PATCH v18 2/2] status: show comparison with push remote tracking branch
    ` [PATCH v19 0/2] "
      ` [PATCH v19 1/2] refactor format_branch_comparison in preparation
      ` [PATCH v19 2/2] status: show comparison with push remote tracking branch

[PATCH] remote-curl: Use auth for probe_rpc() requests too
 2026-01-09 18:39 UTC  (4+ messages)

[PATCH v2][next] hook: check for NULL pointer before deref
 2026-01-09 18:19 UTC 

[PATCH v1 2/2] utf8.c: Enable workaround for iconv under macOS 14/15
 2026-01-09 18:01 UTC  (2+ messages)

[PATCH v2] fsck: snapshot default refs before object walk
 2026-01-09 17:49 UTC  (2+ messages)
` [PATCH v3] "

[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 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  (6+ 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 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  (4+ messages)
` [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  (10+ messages)
` [PATCH v8 00/11] Add submodulePathConfig extension and gitdir encoding
  ` [PATCH v8 05/11] submodule: allow runtime enabling extensions.submodulePathConfig
  ` [PATCH v8 06/11] submodule--helper: add gitdir migration command
  ` [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  (5+ 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 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  (5+ messages)
` [PATCH v4 0/7] "
  ` [PATCH v4 1/7] object-file: always set OI_LOOSE when "

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

[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  (7+ messages)

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


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).