git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-11-09 18:35:24 to 2025-11-12 22:03:21 UTC [more...]

[PATCH 00/12] Incomplete lines
 2025-11-12 22:02 UTC  (52+ messages)
` [PATCH 04/12] diff: fix incorrect counting of line numbers
` [PATCH 07/12] diff: update the way rewrite diff handles incomplete lines
` [PATCH 11/12] diff: highlight and error out on "
` [PATCH 12/12] attr: enable incomplete-line whitespace error for this project
` [PATCH v2 00/12] Incomplete lines
  ` [PATCH v2 05/12] diff: refactor output of incomplete line
  ` [PATCH v2 07/12] diff: update the way rewrite diff handles incomplete lines
  ` [PATCH v3 00/12] Incomplete lines
    ` [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 0/9] asan bonanza
 2025-11-12 20:06 UTC  (18+ 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

[PATCH v6] doc: add an explanation of Git's data model
 2025-11-12 19:16 UTC  (8+ messages)

[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  (35+ 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] "

[PATCH] Revert "osxkeychain: state to skip unnecessary store operations"
 2025-11-12 16:47 UTC  (2+ messages)

[PATCH] fetch: fix non-conflicting tags not being committed
 2025-11-12 16:34 UTC  (7+ 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

git fails to checkout SHA1 submodule in SHA256 repo with --depth=1
 2025-11-12 16:32 UTC  (2+ messages)

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  (12+ 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  (18+ messages)
` [PATCH v6 1/4] interpret-trailers: factor out buffer-based processing to process_trailers()
` [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 v2 00/10] Xdiff cleanup part2
 2025-11-11 23:40 UTC  (19+ 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] .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)

[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  (8+ messages)
` [PATCH v2] diff: disable rename detection with --quiet

/Re,
 2025-11-10 13:29 UTC 

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

[PATCH 0/5] maintenance: add an 'is-needed' subcommand
 2025-11-10  6:46 UTC  (3+ messages)
` [PATCH v4 "


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