git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2024-03-13 19:02:55 to 2024-03-16 06:04:45 UTC [more...]

[PATCH 00/22] avoid redundant pipelines
 2024-03-16  6:04 UTC  (28+ messages)
` [PATCH v2 "
  ` [PATCH v2 01/22] doc: avoid redundant use of cat
  ` [PATCH v2 02/22] contrib/subtree/t: "
  ` [PATCH v2 03/22] t/lib-cvs.sh: "
  ` [PATCH v2 04/22] t/annotate-tests.sh: "
  ` [PATCH v2 05/22] t/perf: "
  ` [PATCH v2 06/22] t/t0*: avoid redundant uses "
  ` [PATCH v2 07/22] t/t1*: "
  ` [PATCH v2 08/22] t/t3*: "
  ` [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

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

[PATCH v3] diff: add diff.srcPrefix and diff.dstPrefix configuration variables
 2024-03-16  5:57 UTC  (14+ messages)
` [PATCH v4] "
    ` [PATCH v5] "

[PATCH v2 0/16] allow multi-byte core.commentChar
 2024-03-16  5:50 UTC  (10+ 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] docs: correct trailer `key_value_separator` description
 2024-03-16  3:55 UTC 

[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] bugreport.c: fix a crash in `git bugreport` with `--no-suffix` option
 2024-03-16  1:56 UTC  (11+ messages)
` [PATCH v2 0/2] bugreport.c: fix a crash in git bugreport with --no-suffix option
  ` [PATCH v2 1/2] bugreport.c: fix a crash in `git bugreport` with `--no-suffix` option
  ` [PATCH v2 2/2] doc: update doc file and usage for git-bugreport
      ` [PATCH v3] bugreport.c: fix a crash in git bugreport with --no-suffix option
  ` [PATCH v3] bugreport.c: fix a crash in `git bugreport` with `--no-suffix` option

What's cooking in git.git (Mar 2024, #04; Fri, 15)
 2024-03-16  0:26 UTC 

[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

Git is not recognizing some merge conflicts and just accepting incoming master version
 2024-03-15 22:29 UTC  (6+ messages)

[PATCH 0/5] Unify trailer formatting functions
 2024-03-15 21:43 UTC  (12+ messages)
` [PATCH 1/5] format_trailer_info(): use trailer_item objects
` [PATCH 2/5] format_trailer_info(): drop redundant unfold_value()
` [PATCH 3/5] format_trailer_info(): append newline for non-trailer lines
` [PATCH 4/5] trailer: begin formatting unification
` [PATCH 5/5] trailer: finish "

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

[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  (13+ messages)

Expanded worktree tooling?
 2024-03-15 19:12 UTC  (2+ messages)

[PATCH] t5300: fix test_with_bad_commit()
 2024-03-15 17:07 UTC  (2+ messages)

[PATCH 2/2] Add transport message for up-to-date references
 2024-03-15 16:54 UTC  (9+ messages)

t0032 fails on NFS mounts
 2024-03-15 15:41 UTC  (4+ messages)

Name for initial branch is ignored when repository is cloned with SSH
 2024-03-15 13:49 UTC  (3+ messages)
  ` sshd support for Git protocol v2 (was: Re: Name for initial branch is ignored when repository is cloned with SSH)

[PATCH 2/5] refs: make `is_pseudoref_syntax()` stricter
 2024-03-15 10:05 UTC 

[PATCH 1/2] Teach send-pack & push to --send-up-to-date refs
 2024-03-15  8:18 UTC  (3+ messages)

[PATCH] fuzz: add fuzzer for config parsing
 2024-03-15  5:47 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v3 00/10] Enrich Trailer API
 2024-03-15  5:31 UTC  (8+ messages)
` [PATCH v4 00/28] "
  ` [PATCH v4 15/28] format_trailer_info(): avoid double-printing the separator

[PATCH 0/15] allow multi-byte core.commentChar
 2024-03-14 19:37 UTC  (5+ messages)
` [PATCH 11/15] find multi-byte comment chars in unterminated buffers

[PATCH] config.txt: perform some minor reformatting
 2024-03-14 19:34 UTC 

[PATCH] checkout: plug some leaks in git-restore
 2024-03-14 18:57 UTC  (6+ messages)
  ` [PATCH v2] "

[PATCH 0/3] Improve the documentation and test coverage for whitespace and comments
 2024-03-14 18:48 UTC  (14+ messages)
` [PATCH 1/3] config.txt: describe whitespace characters further and more accurately
` [PATCH 2/3] config.txt: perform some minor reformatting
` [PATCH 3/3] t1300: add tests for internal whitespace and inline comments

[PATCH 0/4] checkout: cleanup --conflict=
 2024-03-14 17:32 UTC  (12+ messages)
` [PATCH v2 0/5] "
  ` [PATCH v2 1/5] xdiff-interface: refactor parsing of merge.conflictstyle
  ` [PATCH v2 2/5] merge-ll: introduce LL_MERGE_OPTIONS_INIT
  ` [PATCH v2 3/5] merge options: add a conflict style member
  ` [PATCH v2 4/5] checkout: cleanup --conflict=<style> parsing
  ` [PATCH v2 5/5] checkout: fix interaction between --conflict and --merge

GSoC with Git - Tyler Baxter
 2024-03-14  4:09 UTC 

Graphical glitches in GUI client
 2024-03-14 11:55 UTC  (2+ messages)

[PATCH v6 2/2] patch-id: replace `atoi()` with `strtoi_with_tail()`
 2024-03-14 10:22 UTC  (3+ messages)

[PATCH] t0006: add more tests with a negative TZ offset
 2024-03-14  8:55 UTC 

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

[RFC PATCH] mailsplit: add option to extract PATCH M/N numbers
 2024-03-14  0:03 UTC  (3+ messages)

log.date 'iso-strict' does not comply with ISO 8601-1:2020-12
 2024-03-13 23:06 UTC  (10+ messages)
` [PATCH] date: make "iso-strict" conforming for the UTC timezone
    ` [PATCH v2] "
        ` [PATCH v3] "

[PATCH 0/1] log: make the --oneline option work with -L
 2024-03-13 22:47 UTC  (6+ messages)

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

[RFC PATCH 0/1] Add hostname condition to includeIf
 2024-03-13 21:53 UTC  (7+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/1] config: learn the "hostname:" includeIf condition

[GSoC] Discuss: Implement support for reftables in ‘dumb’ HTTP transport
 2024-03-13 21:39 UTC  (2+ messages)

having issue with git commands. Probably a bug
 2024-03-13 21:35 UTC  (2+ messages)

[PATCH 0/3] cat-file: add %(objectmode) avoid verifying submodules' OIDs
 2024-03-13 21:23 UTC  (4+ messages)
` [PATCH 2/3] cat-file: add %(objectmode) atom

[PATCH 0/2] status --untracked=no
 2024-03-13 20:17 UTC  (3+ messages)
` [PATCH 2/2] status: allow --untracked=false and friends

bisect does not respect 'log.date'
 2024-03-13 19:26 UTC  (3+ messages)

[PATCH 0/6] parse-options: long option parsing fixes and cleanup
 2024-03-13 18:47 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 3/6] parse-options: factor out register_abbrev() and struct parsed_option

Sparse worktree always contains root files
 2024-03-13 18:34 UTC  (2+ 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).