git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
[PATCH 0/5] New config option for git-grep to include untracked files
 2024-03-19  0:58 UTC  (14+ messages)
` [PATCH 1/5] grep: perform some minor code and comment cleanups
` [PATCH 2/5] grep docs: describe --recurse-submodules further and improve formatting a bit
` [PATCH 3/5] grep docs: describe --no-index further
` [PATCH 4/5] grep: introduce new config option to include untracked files
` [PATCH 5/5] grep docs: describe "

[PATCH v3 0/4] Fix a bug in configuration parsing, and improve tests and documentation
 2024-03-18 22:24 UTC  (5+ messages)
` [PATCH v3 1/4] config: minor addition of whitespace
` [PATCH v3 2/4] config: really keep value-internal whitespace verbatim
` [PATCH v3 3/4] t1300: add more tests for whitespace and inline comments
` [PATCH v3 4/4] config.txt: describe handling of whitespace further

[PATCH 00/15] refs: introduce `--auto` to pack refs as needed
 2024-03-18 22:14 UTC 

[PATCH 0/2] git-compat-util: move convert_slashes from compat/mingw.h and rename it
 2024-03-18 21:58 UTC  (5+ messages)
` [PATCH 1/2] git-compat-util: migrate `convert_slashes()` from compat/mingw.h
` [PATCH 2/2] test-lib: replace repeated code logic with an existing helper

[PATCH v2 0/5] Fix a bug in configuration parsing, and improve tests and documentation
 2024-03-18 21:57 UTC  (20+ messages)
` [PATCH v2 1/5] config: minor addition of whitespace
` [PATCH v2 2/5] config: really keep value-internal whitespace verbatim
` [PATCH v2 3/5] test: introduce new x_to_tab() helper function
` [PATCH v2 4/5] t1300: add more tests for whitespace and inline comments
` [PATCH v2 5/5] config.txt: describe handling of whitespace further

[PATCH] docs: correct trailer `key_value_separator` description
 2024-03-18 19:13 UTC  (11+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] docs: adjust trailer `separator` and `key_value_separator` language

[PATCH 0/2] fix certain cases of add and commit with untracked path not erroring out
 2024-03-18 17:31 UTC  (5+ messages)
` [PATCH 1/2] builtin/commit: error out when passing untracked path with -i
` [PATCH 2/2] builtin/add: error out when passing untracked path with -u

What's cooking in git.git (Mar 2024, #04; Fri, 15)
 2024-03-18 16:59 UTC  (3+ messages)

[PATCH] sequencer: allow disabling conflict advice
 2024-03-18 16:31 UTC  (17+ messages)
` [PATCH v2 0/2] Allow disabling advice shown after merge conflicts
  ` [PATCH v2 1/2] sequencer: allow disabling conflict advice
  ` [PATCH v2 2/2] builtin/am: "
  ` [PATCH v3 0/2] Allow disabling advice shown after merge conflicts
    ` [PATCH v3 1/2] sequencer: allow disabling conflict advice
    ` [PATCH v3 2/2] builtin/am: "

[PATCH 1/2] t-prio-queue: shorten array index message
 2024-03-18 16:25 UTC  (3+ messages)
` [PATCH 2/2] t-prio-queue: check result array bounds

[GSoC][PATCH 0/1] add zero count optimization in ewah_bitmap.c
 2024-03-18 15:42 UTC  (4+ messages)
` [GSoC][PATCH v2] Optimize ewah_bitmap.c for efficiency using trailing zeros for set bit iteration

[RFC PATCH 0/5] maintenance: use packaged systemd units
 2024-03-18 15:31 UTC  (6+ messages)
` [RFC PATCH 1/5] maintenance: package "
` [RFC PATCH 2/5] maintenance: add fixed random delay to systemd timers
` [RFC PATCH 3/5] maintenance: use packaged systemd units
` [RFC PATCH 4/5] maintenance: update systemd scheduler docs
` [RFC PATCH 5/5] DON'T APPLY YET: maintenance: remove cleanup code

[PATCH v6 2/2] patch-id: replace `atoi()` with `strtoi_with_tail()`
 2024-03-18 15:27 UTC  (4+ messages)

(no subject)
 2024-03-18 15:07 UTC  (6+ messages)
` [RFC PATCH 1/5] maintenance: package systemd units
` [RFC PATCH 2/5] maintenance: add fixed random delay to systemd timers
` [RFC PATCH 3/5] maintenance: use packaged systemd units
` [RFC PATCH 4/5] maintenance: update systemd scheduler docs
` [RFC PATCH 5/5] DON'T APPLY YET: maintenance: remove cleanup code

[PATCH 00/15] refs: introduce `--auto` to pack refs as needed
 2024-03-18 10:53 UTC  (16+ messages)
` [PATCH 01/15] reftable/stack: fix error handling in `reftable_stack_init_addition()`
` [PATCH 02/15] reftable/error: discern locked/outdated errors
` [PATCH 03/15] reftable/stack: use error codes when locking fails during compaction
` [PATCH 04/15] reftable/stack: gracefully handle failed auto-compaction due to locks
` [PATCH 05/15] refs/reftable: print errors on compaction failure
` [PATCH 06/15] t/helper: drop pack-refs wrapper
` [PATCH 07/15] refs: move `struct pack_refs_opts` to where it's used
` [PATCH 08/15] refs: remove `PACK_REFS_ALL` flag
` [PATCH 09/15] refs/reftable: expose auto compaction via new flag
` [PATCH 10/15] builtin/pack-refs: release allocated memory
` [PATCH 11/15] builtin/pack-refs: introduce new "--auto" flag
` [PATCH 12/15] builtin/gc: move `struct maintenance_run_opts`
` [PATCH 13/15] t6500: extract objects with "17" prefix
` [PATCH 14/15] builtin/gc: forward git-gc(1)'s `--auto` flag when packing refs
` [PATCH 15/15] builtin/gc: pack refs when using `git maintenance run --auto`

Failures in GitHub Actions linux-leaks and linux-asan-ubsan
 2024-03-18  9:08 UTC  (4+ messages)

[RFC/PATCH 0/2] some transport-helper "option object-format" confusion
 2024-03-18  8:49 UTC  (11+ messages)
` [PATCH 2/2] doc/gitremote-helpers: match object-format option docs to code

[RFC PATCH 0/1] Add hostname condition to includeIf
 2024-03-18  8:17 UTC  (14+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/1] config: learn the "hostname:" includeIf condition

[PATCH v5] diff: add diff.srcPrefix and diff.dstPrefix configuration variables
 2024-03-18  4:39 UTC  (6+ messages)

Subject: Resetting git account from system completely
 2024-03-18  2:12 UTC  (2+ messages)

[PATCH 0/2] utf8: change return type of some helpers from int to size_t
 2024-03-17 16:51 UTC  (4+ messages)
` [PATCH 1/2] utf8: change type "
` [PATCH 2/2] utf8: make utf8_strnwidth & utf8_strwidth return size_t instead of int

[GSoC] microproject: builtin patterns for userdiff
 2024-03-16 21:16 UTC 

[GSoC][PROPOSAL v1] Refactor git-bisect(1) to make its state self-contained
 2024-03-16 18:57 UTC 

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

[PATCH 00/22] avoid redundant pipelines
 2024-03-16 18:06 UTC  (27+ messages)
` [PATCH v2 "
  ` [PATCH v2 03/22] t/lib-cvs.sh: avoid redundant use of cat
  ` [PATCH v2 04/22] t/annotate-tests.sh: "
  ` [PATCH v2 05/22] t/perf: "
  ` [PATCH v2 08/22] t/t3*: avoid redundant uses "
  ` [PATCH v2 09/22] t/t4*: "
  ` [PATCH v2 10/22] t/t5*: "
  ` [PATCH v2 11/22] t/t6*: "
  ` [PATCH v2 12/22] t/t7*: avoid redundant use "
  ` [PATCH v2 13/22] t/t8*: "
  ` [PATCH v2 14/22] t/t9*: avoid redundant uses "
  ` [PATCH v2 15/22] t/t1*: merge a "grep | sed" pipeline
  ` [PATCH v2 16/22] t/t3*: merge a "grep | awk" pipeline
  ` [PATCH v2 17/22] t/t4*: merge a "grep | sed" pipeline
  ` [PATCH v2 18/22] t/t5*: "
  ` [PATCH v2 19/22] t/t8*: merge "grep | sed" pipelines
  ` [PATCH v2 20/22] t/t9*: "
  ` [PATCH v2 21/22] contrib/coverage-diff: avoid redundant pipelines
  ` [PATCH v2 22/22] git-quiltimport: avoid an unnecessary subshell

[PATCH 0/6] Make trailer_info struct private (plus sequencer cleanup)
 2024-03-16 17:06 UTC  (8+ messages)
` [PATCH 1/6] trailer: teach iterator about non-trailer lines
` [PATCH 2/6] sequencer: use the trailer iterator
` [PATCH 3/6] interpret-trailers: access trailer_info with new helpers
` [PATCH 4/6] trailer: make parse_trailers() return trailer_info pointer
` [PATCH 5/6] trailer: make trailer_info struct private
` [PATCH 6/6] trailer: retire trailer_info_get() from API

[PATCH 0/2] Doc fixes
 2024-03-16 15:50 UTC  (4+ messages)
` [PATCH 1/2] doc: format alternatives in synopsis
` [PATCH 2/2] doc: fix some placeholders formating

Git is not recognizing some merge conflicts and just accepting incoming master version
 2024-03-16  9:19 UTC  (7+ messages)

[PATCH v2 0/16] allow multi-byte core.commentChar
 2024-03-16  5:50 UTC  (8+ messages)
` [PATCH v2 16/16] config: "

[PATCH 1/4] sequencer: Do not require `allow_empty` for redundant commit options
 2024-03-16  5:20 UTC  (5+ messages)
` [PATCH v3 7/7] cherry-pick: add `--empty` for more robust redundant commit handling

[PATCH 1/2] docs: clarify file options in git-config `--edit`
 2024-03-16  5:01 UTC  (2+ messages)
` [PATCH 2/2] docs: fix typo in git-config `--default`

[PATCH v3 4/7] sequencer: treat error reading HEAD as unborn branch
 2024-03-16  3:07 UTC  (2+ messages)

[PATCH v3 4/7] sequencer: treat error reading HEAD as unborn branch
 2024-03-16  3:05 UTC  (2+ messages)

[PATCH v2 0/2] bugreport.c: fix a crash in git bugreport with --no-suffix option
 2024-03-16  1:56 UTC  (3+ messages)
` [PATCH v3] bugreport.c: fix a crash in `git bugreport` with `--no-suffix` option

[PATCH] bugreport.c: fix a crash in `git bugreport` with `--no-suffix` option
 2024-03-16  1:55 UTC  (3+ messages)

[PATCH v2] config: add --comment option to add a comment
 2024-03-15 23:44 UTC  (7+ messages)
` [PATCH v3] "
    ` [PATCH 3/1] config: allow tweaking whitespace between value and comment

[PATCH v2 0/2] bugreport.c: fix a crash in git bugreport with --no-suffix option
 2024-03-15 22:42 UTC  (2+ messages)
` [PATCH v3] "

[PATCH 0/5] Unify trailer formatting functions
 2024-03-15 21:43 UTC  (4+ messages)

[PATCH 0/4] Fix a bug in configuration parsing, and improve tests and documentation
 2024-03-15 21:42 UTC  (9+ messages)
` [PATCH 2/4] config: really keep value-internal whitespace verbatim
` [PATCH 3/4] t1300: add more tests for whitespace and inline comments

[Idea] Only allow commits when no undeletable file has been deleted
 2024-03-15 20:41 UTC  (2+ messages)

[PATCH 0/2] Optionally support push options on up-to-date branches
 2024-03-15 20:29 UTC  (7+ messages)


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