git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-11-10 23:58:41 to 2025-11-14 05:52:55 UTC [more...]

[PATCH 0/2] Fix misaligned output of git repo structure
 2025-11-14  5:52 UTC  (2+ messages)
` [PATCH 1/2] t/unit-tests: add UTF-8 width tests for CJK chars

[PATCH v2 00/10] Xdiff cleanup part2
 2025-11-14  5:52 UTC  (21+ messages)
` [PATCH v3 "
  ` [PATCH v3 01/10] doc: define unambiguous type mappings across C and Rust
  ` [PATCH v3 02/10] xdiff: use ptrdiff_t for dstart/dend
  ` [PATCH v3 03/10] xdiff: make xrecord_t.ptr a uint8_t instead of char
  ` [PATCH v3 04/10] xdiff: use size_t for xrecord_t.size
  ` [PATCH v3 05/10] xdiff: use unambiguous types in xdl_hash_record()
  ` [PATCH v3 06/10] xdiff: split xrecord_t.ha into line_hash and minimal_perfect_hash
  ` [PATCH v3 07/10] xdiff: make xdfile_t.nrec a size_t instead of long
  ` [PATCH v3 08/10] xdiff: make xdfile_t.nreff "
  ` [PATCH v3 09/10] xdiff: change rindex from long to size_t in xdfile_t
  ` [PATCH v3 10/10] xdiff: rename rindex -> reference_index

[PATCH] Revert "osxkeychain: state to skip unnecessary store operations"
 2025-11-14  3:37 UTC  (5+ messages)

[PATCH] osxkeychain: avoid incorrectly skipping store operation
 2025-11-14  3:23 UTC  (4+ messages)

git fails to checkout SHA1 submodule in SHA256 repo with --depth=1
 2025-11-13 23:15 UTC  (11+ messages)
` [PATCH] object-file: disallow adding submodules of different hash algo

[PATCH v6] doc: add an explanation of Git's data model
 2025-11-13 23:11 UTC  (14+ messages)

[PATCH 0/5] git-add : Respect submodule ignore=all and only add changes with --force
 2025-11-13 22:07 UTC  (12+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/5] read-cache: update add_files_to_cache take param include_ignored_submodules
  ` [PATCH v2 2/5] read-cache: add/read-cache respect submodule ignore=all
  ` [PATCH v2 3/5] tests: add new t2206-add-submodule-ignored.sh to test ignore=all scenario
  ` [PATCH v2 4/5] tests: fix existing tests when add an ignore=all submodule
  ` [PATCH v2 5/5] Documentation: add --include_ignored_submodules + ignore=all config

[PATCH] fetch: fix non-conflicting tags not being committed
 2025-11-13 21:23 UTC  (11+ messages)
` [PATCH v4 0/2] "
  ` [PATCH v4 1/2] fetch: extract out reference committing logic
  ` [PATCH v4 2/2] fetch: fix non-conflicting tags not being committed
` [PATCH v5 0/2] "
  ` [PATCH v5 1/2] fetch: extract out reference committing logic
  ` [PATCH v5 2/2] fetch: fix non-conflicting tags not being committed

I still use whatchanged
 2025-11-13 21:03 UTC 

[PATCH] RelNotes: fix typo in release notes for 2.52.0
 2025-11-13 17:34 UTC  (2+ messages)

[PATCH 0/9] asan bonanza
 2025-11-13 16:30 UTC  (24+ messages)
` [PATCH 1/9] compat/mmap: mark unused argument in git_munmap()
` [PATCH 2/9] pack-bitmap: handle name-hash lookups in incremental bitmaps
` [PATCH 3/9] Makefile: turn on NO_MMAP when building with ASan
` [PATCH 4/9] cache-tree: avoid strtol() on non-string buffer
` [PATCH 5/9] fsck: assert newline presence in fsck_ident()
` [PATCH 6/9] fsck: avoid strcspn() "
` [PATCH 7/9] fsck: remove redundant date timestamp check
` [PATCH 8/9] fsck: avoid parse_timestamp() on buffer that isn't NUL-terminated
` [PATCH 9/9] t: enable ASan's strict_string_checks option

[ANNOUNCE] Git for Windows 2.52.0-rc2
 2025-11-13 12:28 UTC 

[PATCH] remote-curl: Use auth for probe_rpc() requests too
 2025-11-12 22:37 UTC 

[PATCH v2 00/12] Incomplete lines
 2025-11-12 22:02 UTC  (28+ messages)
` [PATCH v3 "
  ` [PATCH v3 01/12] whitespace: correct bit assignment comments
  ` [PATCH v3 02/12] diff: emit_line_ws_markup() if/else style fix
  ` [PATCH v3 03/12] diff: correct suppress_blank_empty hack
  ` [PATCH v3 04/12] diff: fix incorrect counting of line numbers
  ` [PATCH v3 05/12] diff: refactor output of incomplete line
  ` [PATCH v3 06/12] diff: call emit_callback ecbdata everywhere
  ` [PATCH v3 07/12] diff: update the way rewrite diff handles incomplete lines
  ` [PATCH v3 08/12] apply: revamp the parsing of "
  ` [PATCH v3 09/12] whitespace: allocate a few more bits and define WS_INCOMPLETE_LINE
  ` [PATCH v3 10/12] apply: check and fix incomplete lines
  ` [PATCH v3 11/12] diff: highlight and error out on "
  ` [PATCH v3 12/12] attr: enable incomplete-line whitespace error for this project
  ` [PATCH v4 00/12] Incomplete lines
    ` [PATCH v4 01/12] whitespace: correct bit assignment comments
    ` [PATCH v4 02/12] diff: emit_line_ws_markup() if/else style fix
    ` [PATCH v4 03/12] diff: correct suppress_blank_empty hack
    ` [PATCH v4 04/12] diff: keep track of the type of the last line seen
    ` [PATCH v4 05/12] diff: refactor output of incomplete line
    ` [PATCH v4 06/12] diff: call emit_callback ecbdata everywhere
    ` [PATCH v4 07/12] diff: update the way rewrite diff handles incomplete lines
    ` [PATCH v4 08/12] apply: revamp the parsing of "
    ` [PATCH v4 09/12] whitespace: allocate a few more bits and define WS_INCOMPLETE_LINE
    ` [PATCH v4 10/12] apply: check and fix incomplete lines
    ` [PATCH v4 11/12] diff: highlight and error out on "
    ` [PATCH v4 12/12] attr: enable incomplete-line whitespace error for this project

[PATCH v6] doc: add an explanation of Git's data model
 2025-11-12 20:26 UTC  (3+ messages)
` [PATCH v7] "

[PATCH RFC 00/11] Introduce git-history(1) command for easy history editing
 2025-11-12 19:13 UTC  (3+ messages)
` [PATCH v6 "

[PATCH] commit: add --committer option
 2025-11-12 18:56 UTC  (32+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH] attr: avoid recursion when expanding attribute macros
 2025-11-12 17:40 UTC  (8+ messages)

[ANNOUNCE] Git v2.52.0-rc2
 2025-11-12 17:16 UTC 

[ANNOUNCE] Git v2.52.0-rc2
 2025-11-12 17:16 UTC 

What's cooking in git.git (Nov 2025, #04; Wed, 12)
 2025-11-12 17:16 UTC 

[PATCH 0/3] fast-import: add 'strip-if-invalid' mode to --signed-commits=<mode>
 2025-11-12 16:51 UTC  (10+ messages)
` [PATCH 3/3] "

What's cooking in git.git (Nov 2025, #03; Fri, 7)
 2025-11-12 16:13 UTC  (3+ messages)

[PATCH 0/9] Encode submodule gitdir names to avoid conflicts
 2025-11-12 15:28 UTC  (10+ messages)
` [PATCH v4 0/4] "
  ` [PATCH v4 4/4] submodule: fix case-folding gitdir filesystem colisions

[PATCH v6 0/4] rebase: support --trailer
 2025-11-12 14:50 UTC  (6+ messages)
` [PATCH v6 3/4] trailer: append trailers in-process and drop the fork to `interpret-trailers`
` [PATCH v6 4/4] rebase: support --trailer

[PATCH v1 0/3] War on "work tree"
 2025-11-12  6:41 UTC  (5+ messages)
` [PATCH v1 1/3] notes doc: call NOTES_MERGE_WORKTREE a "worktree", not "
` [PATCH v1 2/3] Documentation: your checkout directory is "working tree" (part 1)
` [PATCH v1 3/3] Documentation: your checkout directory is "working tree" (part 2)

[PATCH] .gitattributes: remove misspelled no-op whitespace attribute
 2025-11-11 22:02 UTC  (3+ messages)

[PATCH] perl: also mark git-contacts executable
 2025-11-11 20:18 UTC  (5+ messages)
` [PATCH v2] "

[PATCH] meson: make GIT_HTML_PATH configurable
 2025-11-11 18:52 UTC  (4+ messages)

[PATCH 00/12] Incomplete lines
 2025-11-11 14:37 UTC  (6+ messages)
` [PATCH 04/12] diff: fix incorrect counting of line numbers

[RFC]: Continue contribution
 2025-11-11 13:00 UTC  (2+ messages)

gitignore redesign proposal
 2025-11-11  2:04 UTC  (2+ messages)

[PATCH 00/14] SHA-1/SHA-256 interoperability, part 2
 2025-11-11  0:12 UTC  (2+ messages)

diff --cached --no-ext-diff --find-copies-harder --quiet exits with wrong status code
 2025-11-10 23:58 UTC  (5+ messages)
` [PATCH v2] diff: disable rename detection with --quiet


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