git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2024-03-05 22:52:42 to 2024-03-08 02:26:54 UTC [more...]

What's cooking in git.git (Mar 2024, #02; Thu, 7)
 2024-03-08  2:26 UTC 

[BUG] git commit --trailer --verbose puts trailer below scissors line
 2024-03-08  2:21 UTC  (6+ messages)
      ` [PATCH] trailer: fix comment/cut-line regression with opts->no_divider

[PATCH] reftable/block: fix binary search over restart counter
 2024-03-08  0:40 UTC  (7+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] reftable/record: fix memory leak when decoding object records
  ` [PATCH v2 2/2] reftable/block: fix binary search over restart counter

[RFC/PATCH 0/2] some transport-helper "option object-format" confusion
 2024-03-07 22:20 UTC  (4+ messages)
` [PATCH 1/2] t5801: fix object-format handling in git-remote-testgit
` [PATCH 2/2] doc/gitremote-helpers: match object-format option docs to code

[RFC PATCH 0/1] Add hostname condition to includeIf
 2024-03-07 21:40 UTC  (3+ messages)
` [RFC PATCH 1/1] config: learn the "hostname:" includeIf condition

[PATCH] wt-status: Don't find scissors line beyond buf len
 2024-03-07 21:30 UTC  (9+ messages)

[PATCH v4 0/4] Preliminary patches before git-std-lib
 2024-03-07 21:13 UTC  (3+ messages)
` [PATCH v5 3/3] test-stdlib: show that git-std-lib is independent

[PATCH 0/4] reftable/stack: register temporary files
 2024-03-07 21:06 UTC  (26+ messages)
` [PATCH 1/4] lockfile: report when rollback fails
` [PATCH 2/4] reftable/stack: register new tables as tempfiles
` [PATCH 3/4] reftable/stack: register lockfiles during compaction
` [PATCH 4/4] reftable/stack: register compacted tables as tempfiles
` [PATCH v2 0/4] reftable/stack: register temporary files
  ` [PATCH v2 1/4] lockfile: report when rollback fails
  ` [PATCH v2 2/4] reftable/stack: register new tables as tempfiles
  ` [PATCH v2 3/4] reftable/stack: register lockfiles during compaction
  ` [PATCH v2 4/4] reftable/stack: register compacted tables as tempfiles

[PATCH] git: --no-lazy-fetch option
 2024-03-07 20:33 UTC  (11+ messages)
      ` [PATCH] git: extend --no-lazy-fetch to work across subprocesses

[PATCH] doc/gitremote-helpers: fix missing single-quote
 2024-03-07 20:31 UTC  (2+ messages)

Should --update-refs exclude refs pointing to the current HEAD?
 2024-03-07 20:16 UTC  (9+ messages)

[PATCH 0/3] format-patch: teach `--header-cmd`
 2024-03-07 19:59 UTC  (4+ messages)
` [PATCH 1/3] log-tree: take ownership of pointer
` [PATCH 2/3] format-patch: teach `--header-cmd`
` [PATCH 3/3] format-patch: check if header output looks valid

Clarify the meaning of "character" in the documentation
 2024-03-07 19:47 UTC  (27+ messages)
        ` [messy PATCH] multi-byte core.commentChar
          ` [PATCH 0/15] allow "
            ` [PATCH 01/15] strbuf: simplify comment-handling in add_lines() helper
            ` [PATCH 02/15] strbuf: avoid static variables in strbuf_add_commented_lines()
            ` [PATCH 03/15] commit: refactor base-case of adjust_comment_line_char()
            ` [PATCH 04/15] strbuf: avoid shadowing global comment_line_char name
            ` [PATCH 05/15] environment: store comment_line_char as a string
            ` [PATCH 06/15] strbuf: accept a comment string for strbuf_stripspace()
            ` [PATCH 07/15] strbuf: accept a comment string for strbuf_commented_addf()
            ` [PATCH 08/15] strbuf: accept a comment string for strbuf_add_commented_lines()
            ` [PATCH 09/15] prefer comment_line_str to comment_line_char for printing
            ` [PATCH 10/15] find multi-byte comment chars in NUL-terminated strings
            ` [PATCH 11/15] find multi-byte comment chars in unterminated buffers
            ` [PATCH 12/15] sequencer: handle multi-byte comment characters when writing todo list
            ` [PATCH 13/15] wt-status: drop custom comment-char stringification
            ` [PATCH 14/15] environment: drop comment_line_char compatibility macro
            ` [PATCH 15/15] config: allow multi-byte core.commentChar

[PATCH v2] tests: modernize the test script t0010-racy-git.sh
 2024-03-07 18:33 UTC  (9+ messages)
` [PATCH v3] "
  ` [PATCH v4] "

[PATCH] Allow git-config to append a comment
 2024-03-07 15:57 UTC  (11+ messages)
` [PATCH v2] config: add --comment option to add "

[PATCH 0/4] trace2: move 'def_param' events into 'cmd_name' and 'cmd_alias'
 2024-03-07 15:22 UTC  (10+ messages)
` [PATCH 4/4] trace2: remove unneeded calls to generate 'def_param' set
` [PATCH v2 0/3] trace2: move generation of 'def_param' events into code for 'cmd_name'
  ` [PATCH v2 1/3] t0211: demonstrate missing 'def_param' events for certain commands
  ` [PATCH v2 2/3] trace2: avoid emitting 'def_param' set more than once
  ` [PATCH v2 3/3] trace2: emit 'def_param' set with 'cmd_name' event

[PATCH 0/1] rebase: teach `--exec` about `GIT_REBASE_BRANCH`
 2024-03-07 15:18 UTC  (4+ messages)
` [PATCH 1/1] "

[PATCH 0/8] builtin/config: introduce subcommands
 2024-03-07 13:22 UTC  (27+ messages)
` [PATCH 1/8] builtin/config: move option array around
` [PATCH 2/8] builtin/config: move "fixed-value" option to correct group
` [PATCH 3/8] builtin/config: use `OPT_CMDMODE()` to specify modes
` [PATCH 4/8] builtin/config: move modes into separate functions
` [PATCH 5/8] builtin/config: track subcommands by action
` [PATCH 6/8] builtin/config: introduce subcommands
` [PATCH 7/8] t1300: exercise both old- and new-style modes
` [PATCH 8/8] Documentation/git-config: update to new-style syntax

[PATCH v2 0/2] Change xwrite() to write_in_full() in builtins
 2024-03-07 10:00 UTC  (7+ messages)
` [PATCH v2 3/3] builtin/unpack-objects.c: change xwrite to write_in_full avoid truncation

[PATCH 0/2] name-rev: use memory pool for name strings
 2024-03-07  9:58 UTC  (7+ messages)
` [PATCH 1/2] mem-pool: add mem_pool_strfmt()

[PATCH 0/4] osxkeychain: bring in line with other credential helpers
 2024-03-07  9:47 UTC  (5+ messages)

[PATCH 0/7] reftable: memory optimizations for reflog iteration
 2024-03-07  6:00 UTC  (5+ messages)
` [PATCH 1/7] refs/reftable: reload correct stack when creating reflog iter

[PATCH] userdiff: better method/property matching for C#
 2024-03-07  2:11 UTC  (3+ messages)
` [PATCH v2] "

Bug in Git
 2024-03-07  0:22 UTC  (2+ messages)

[Feature request] git config - includeif - resolve symlinks using realpath
 2024-03-07  0:20 UTC 

[PATCH 00/22] avoid redundant pipelines
 2024-03-06 21:47 UTC  (30+ messages)
` [PATCH 04/22] t/annotate-tests.sh: avoid redundant use of cat
` [PATCH 09/22] t/t4*: avoid redundant uses "
` [PATCH 14/22] t/t9*: "
` [PATCH 16/22] t/t3*: merge a "grep | awk" pipeline
` [PATCH 18/22] t/t5*: merge a "grep | sed" pipeline
` [PATCH 19/22] t/t8*: merge "grep | sed" pipelines
` [PATCH 20/22] t/t9*: "
` [PATCH 22/22] git-quiltimport: avoid an unnecessary subshell

[PATCH 0/3] t-ctype: simplify unit test definitions
 2024-03-06 18:16 UTC  (13+ messages)
` [PATCH 3/3] t-ctype: do one test per class and char
` [PATCH v2 0/4] t-ctype: simplify unit test definitions
  ` [PATCH v2 4/4] t-ctype: avoid duplicating class names

[PATCH v2 00/16] FSMonitor edge cases on case-insensitive file systems
 2024-03-06 18:10 UTC  (9+ messages)
` [PATCH v3 00/14] "
  ` [PATCH v3 11/14] fsmonitor: return invalided cache-entry count on non-directory event
  ` [PATCH v3 14/14] fsmonitor: support case-insensitive events

[PATCH] setup: allow cwd=.git w/ bareRepository=explicit
 2024-03-06 17:27 UTC  (2+ messages)

[PATCH v5 0/9] Enrich Trailer API
 2024-03-06 17:09 UTC  (7+ messages)
` [PATCH v6 "

[RFC PATCH 0/3] Parallel submodule status
 2024-03-06 16:57 UTC  (9+ messages)
` [RFC PATCH 1/3] Make read_gitfile and resolve_gitfile thread safe
` [RFC PATCH 2/3] Make ce_compare_gitlink thread-safe

[PATCH] show-ref: add --unresolved option
 2024-03-06 16:48 UTC  (9+ messages)

[PATCH v3] build: support z/OS (OS/390)
 2024-03-06 16:10 UTC  (3+ messages)
` [PATCH v4] "

diff on the commandline
 2024-03-06 16:02 UTC 

Discuss GSoC: Implement consistency checks for refs
 2024-03-06 14:45 UTC  (2+ messages)

[Outreachy][PATCH 1/2] strbuf: introduce strbuf_addstrings() to repeatedly add a string
 2024-03-06 14:25 UTC  (4+ messages)
` [Outreachy][PATCH v2 "
  ` [Outreachy][PATCH v2 2/2] Port helper/test-sha256.c and helper/test-sha1.c to unit-tests/t-hash.c

[PATCH] reftable/stack: use geometric table compaction
 2024-03-06 12:37 UTC  (3+ messages)

(No Subject)
 2024-03-06 12:36 UTC 

[PATCH 1/2] refs/reftable: don't fail empty transactions in repo without HEAD
 2024-03-06 11:17 UTC  (2+ messages)
` [PATCH] t0610: remove unused variable assignment

Tc
 2024-03-06  8:34 UTC 

[PATCH 0/2] fuzz: build fuzzers by default on Linux
 2024-03-06  1:00 UTC  (4+ messages)
` [PATCH 1/2] ci: also define CXX environment variable


Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).