public inbox for git@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-09 16:32:45 to 2026-01-12 09:03:25 UTC [more...]

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

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

[RFC PATCH] t5500-fetch-pack.sh: fix suppression of Git exit code in tests
 2026-01-12  8:25 UTC  (4+ messages)

[PATCH] repo: add new flag --keys to git-repo-info
 2026-01-12  8:40 UTC  (9+ messages)
` [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 0/5] Last preparations before upstreaming Git for Windows' symlink support
 2026-01-12  8:35 UTC  (9+ 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] remote-curl: Use auth for probe_rpc() requests too
 2026-01-12  8:21 UTC  (5+ messages)

[PATCH v17 0/2] status: show comparison with push remote tracking branch
 2026-01-12  7:33 UTC  (29+ messages)
` [PATCH v18 "
  ` [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 v17 1/2] refactor format_branch_comparison in preparation
    ` [PATCH v20 0/2] status: show comparison with push remote tracking branch
      ` [PATCH v20 1/2] refactor format_branch_comparison in preparation
      ` [PATCH v20 2/2] status: show comparison with push remote tracking branch
      ` [PATCH v21 0/2] "
        ` [PATCH v21 1/2] refactor format_branch_comparison in preparation
        ` [PATCH v21 2/2] status: show comparison with push remote tracking branch
        ` [PATCH v22 0/2] "
          ` [PATCH v22 1/2] refactor format_branch_comparison in preparation
          ` [PATCH v22 2/2] status: show comparison with push remote tracking branch

Another look?
 2026-01-12  7:34 UTC  (3+ messages)

[PATCH 0/2] t5403: improve post-checkout hook testing
 2026-01-12  6:53 UTC  (10+ messages)
` [PATCH 1/2] t5403:introduce check_post_checkout helper function
  ` [PATCH] t5403: document check_post_checkout helper
` [PATCH 2/2] t5403: use test_cmp for post-checkout argument checks
` [PATCH v2 0/2] t5403: improve post-checkout hook testing
  ` [PATCH v2 1/2] t5403:introduce check_post_checkout helper function
  ` [PATCH v2 2/2] t5403: use test_cmp for post-checkout argument checks

[PATCH v2 1/2] utf8.c: Prepare workaround for iconv under macOS 14/15
 2026-01-12  4:58 UTC  (2+ messages)

[PATCH 0/1] doc: git-bisect to synopsis
 2026-01-12  3:13 UTC  (3+ messages)
` [PATCH 1/1] doc: git-bisect: convert to new doc format

Idea regarding GIT
 2026-01-12  2:53 UTC 

[PATCH] http-backend: write newlines to stderr when responding with errors
 2026-01-12  1:47 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH 0/1] compat: modernize and simplify byte swapping functions
 2026-01-11 22:05 UTC  (5+ messages)
` [PATCH 1/1] "

[PATCH v2 2/2] utf8.c: Enable workaround for iconv under macOS 14/15
 2026-01-11 19:51 UTC 

[PATCH v2 0/2] Workaround for iconv under macOS 14/15
 2026-01-11 19:51 UTC 

[PATCH] t1410: check files and missing paths after reflog rewind
 2026-01-11 19:07 UTC  (3+ messages)
  ` [PATCH v2] t1410: use test helpers in reflog rewind test

[PATCH v1-1 0/2] workaround for iconv under macOS 14/15
 2026-01-11 18:24 UTC  (2+ messages)

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

[PATCH 0/9] Encode submodule gitdir names to avoid conflicts
 2026-01-11 18:24 UTC  (5+ messages)
` [PATCH v8 00/11] Add submodulePathConfig extension and gitdir encoding

Hello
 2026-01-06  8:49 UTC 

Bugreport
 2026-01-11 17:05 UTC 

Difficulties using git rebase. Help, please!
 2026-01-11 16:29 UTC  (2+ messages)

Difficulties using git rebase. Help, please!
 2026-01-11 15:46 UTC 

[PATCH] t1420: use test helpers for lost-found checks
 2026-01-11 14:50 UTC  (2+ messages)

[Bug] hook: -Wanalyzer-deref-before-check warning in run_hooks_opt
 2026-01-11 14:20 UTC  (4+ messages)

[PATCH v2][next] hook: check for NULL pointer before deref
 2026-01-11 14:12 UTC  (3+ messages)

[GSoC PATCH v7] add -p: show user's hunk decision when selecting hunks
 2026-01-11 11:04 UTC  (3+ messages)

[PATCH RFC 00/11] Introduce git-history(1) command for easy history editing
 2026-01-11  6:15 UTC  (25+ messages)
` [PATCH v8 0/7] "
  ` [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 4/7] replay: yield the object ID of the final rewritten commit
  ` [PATCH v9 6/7] builtin: add new "history" command
  ` [PATCH 0/2] Some
    ` [PATCH v9 8/7] SQUASH ME: Fixups
    ` [PATCH v9 9/7] history: fix detached HEAD handling

[PATCH 00/10] Start tracking packfiles per object database source
 2026-01-11  5:46 UTC  (3+ messages)
` [PATCH v3 "

[PATCH v2] fsck: snapshot default refs before object walk
 2026-01-11  4:01 UTC  (3+ messages)
` [PATCH v3] "

[PATCH] .mailmap: replace Karsten Blees' default address
 2026-01-10 17:32 UTC  (2+ messages)

[PATCH 0/3] Sanitize sideband channel messages
 2026-01-10 17:26 UTC  (5+ messages)
` [PATCH v2 0/4] "
  ` [PATCH v2 4/4] sideband: add options to allow more control sequences to be passed through

[Bug] Git subtree regression
 2026-01-10 17:22 UTC  (4+ messages)

[GSoC] Introduction
 2026-01-10 16:33 UTC  (2+ messages)

[PATCH 0/2] shallow: handling fetch relative-deepen
 2026-01-10  5:13 UTC  (15+ 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
  ` [PATCH v3 0/2] "
    ` [PATCH v3 1/2] shallow: free local object_array allocations
    ` [PATCH v3 2/2] shallow: handling fetch relative-deepen

[PATCH] gitfaq: document using stash import/export to sync working tree
 2026-01-10  1:56 UTC  (4+ messages)

[PATCH] contrib/subtree: detect rewritten subtree commits
 2026-01-10  1:18 UTC 

[PATCH 0/5] builtin/repack: make geometric repacking compatible with promisors
 2026-01-09 23:40 UTC  (5+ messages)
` [PATCH 1/5] builtin/pack-objects: exclude promisor objects with "--stdin-packs"
` [PATCH 4/5] repack-promisor: extract function to remove redundant packs

[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 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 10/18] mingw: handle symlinks to directories in `mingw_unlink()`
 2026-01-09 20:04 UTC  (3+ messages)

[PATCH v17 1/2] refactor format_branch_comparison in preparation
 2026-01-09 18:03 UTC  (4+ messages)

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


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