Git Mailing List Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-13 18:43:10 to 2023-06-19 18:40:30 UTC [more...]

git fetch recursion problem
 2023-06-19 18:40 UTC  (4+ messages)

What's cooking in git.git (Jun 2023, #04; Wed, 14)
 2023-06-19 16:57 UTC  (4+ messages)

[PATCH 0/5] replace strbuf_expand()
 2023-06-19 16:10 UTC  (7+ messages)
` [PATCH 1/5] pretty: factor out expand_separator()
` [PATCH 2/5] strbuf: factor out strbuf_expand_step()
` [PATCH 3/5] replace strbuf_expand_dict_cb() with strbuf_expand_step()
` [PATCH 4/5] replace strbuf_expand() "
` [PATCH 5/5] strbuf: simplify strbuf_expand_literal_cb()

Possible bug regarding trailers
 2023-06-19 15:13 UTC  (11+ messages)
      ` [PATCH] commit: pass --no-divider to interpret-trailers

[GSoC] Blog
 2023-06-19 14:53 UTC 

Business proposal
 2023-06-19 14:31 UTC 

commit messages are silently re-encoded to UTF-8 despite docs implying otherwise
 2023-06-19 13:22 UTC 

[PATCH v9 0/6] notes.c: introduce "--separator" option
 2023-06-19  6:08 UTC  (9+ messages)
` [PATCH v9 4/6] notes.c: introduce '--separator=<paragraph-break>' option
    ` [PATCH] notes: do not access before the beginning of an array

[PATCH] Add 'preserve' subcommand to 'git stash'
 2023-06-19  1:42 UTC  (10+ messages)

Is MacOS CI flaky?
 2023-06-17  9:13 UTC  (8+ messages)
  ` [PATCH] http: handle both "h2" and "h2h3" in curl info lines

tests: mark as passing with SANITIZE=leak
 2023-06-17  6:41 UTC  (37+ messages)
` [PATCH 01/11] rev-parse: fix a leak with --abbrev-ref
` [PATCH 03/11] remote: fix a leak in query_matches_negative_refspec
` [PATCH 04/11] branch: fix a leak in dwim_and_setup_tracking
` [PATCH 05/11] branch: fix a leak in setup_tracking
` [PATCH 06/11] branch: fix a leak in cmd_branch
` [PATCH 10/11] config: fix a leak in git_config_copy_or_rename_section_in_file
` [PATCH v2 0/5] tests: mark as passing with SANITIZE=leak
  ` [PATCH v2 1/5] rev-parse: fix a leak with --abbrev-ref
  ` [PATCH v2 2/5] branch: fix a leak in setup_tracking
  ` [PATCH v2 3/5] branch: fix a leak in cmd_branch
  ` [PATCH v2 4/5] config: fix a leak in git_config_copy_or_rename_section_in_file
  ` [PATCH v2 5/5] tests: mark as passing with SANITIZE=leak
  ` [PATCH v3 0/5] "
    ` [PATCH v3 1/5] rev-parse: fix a leak with --abbrev-ref
    ` [PATCH v3 2/5] branch: fix a leak in setup_tracking
    ` [PATCH v3 3/5] branch: fix a leak in cmd_branch
    ` [PATCH v3 4/5] config: fix a leak in git_config_copy_or_rename_section_in_file
    ` [PATCH v3 5/5] tests: mark as passing with SANITIZE=leak

[PATCH] credential/wincred: store oauth_refresh_token
 2023-06-16 22:30 UTC  (2+ messages)

[PATCH v4] credential/libsecret: store new attributes
 2023-06-16 19:55 UTC  (2+ messages)
` [PATCH v5] "

[PATCH 0/2] credential: improvements to erase in helpers
 2023-06-16 16:54 UTC  (26+ messages)
` [PATCH 1/2] credential: avoid erasing distinct password
` [PATCH 2/2] credential: erase all matching credentials
` [PATCH v2 0/2] credential: improvements to erase in helpers
  ` [PATCH v2 1/2] credential: avoid erasing distinct password
  ` [PATCH v2 2/2] credential: erase all matching credentials
  ` [PATCH v3 0/2] credential: improvements to erase in helpers
    ` [PATCH v3 1/2] credential: avoid erasing distinct password
    ` [PATCH v3 2/2] credential: erase all matching credentials
    ` [PATCH v4 0/2] credential: improvements to erase in helpers
      ` [PATCH v4 1/2] credential: avoid erasing distinct password
      ` [PATCH v4 2/2] credential: erase all matching credentials

[PATCH] setup.c: don't setup in discover_git_directory()
 2023-06-16 16:03 UTC  (3+ messages)

Reminder about the Git Rev News Reader Survey
 2023-06-16 11:10 UTC 

Business proposal
 2023-06-16 10:23 UTC 

[PATCH 0/9] Repack objects into separate packfiles based on a filter
 2023-06-16  3:08 UTC  (19+ messages)
` [PATCH 1/9] pack-objects: allow `--filter` without `--stdout`
` [PATCH 2/9] pack-objects: add `--print-filtered` to print omitted objects
` [PATCH 3/9] t/helper: add 'find-pack' test-tool
` [PATCH 4/9] repack: refactor piping an oid to a command
` [PATCH 5/9] repack: refactor finishing pack-objects command
` [PATCH 6/9] repack: add `--filter=<filter-spec>` option
` [PATCH 7/9] gc: add `gc.repackFilter` config option
` [PATCH 8/9] repack: implement `--filter-to` for storing filtered out objects
` [PATCH 9/9] gc: add `gc.repackFilterTo` config option

[PATCH 0/3] handling pathspec magic with --follow
 2023-06-15 19:00 UTC  (5+ messages)
` [PATCH 3/3] diff: detect pathspec magic not supported by --follow

Video conference libification eng discussion, this Thursday 17:00 UTC
 2023-06-15 18:31 UTC  (2+ messages)

[PATCH] cmake: adapt to `cache.h` being no more
 2023-06-15 17:41 UTC  (2+ messages)

[PATCH] ls-tree: fix documentation of %x format placeholder
 2023-06-15 17:33 UTC 

[PATCH 0/3] revision: handle pseudo-opts in `--stdin` mode
 2023-06-15 14:39 UTC  (12+ messages)
` [PATCH 1/3] revision: reorder `read_revisions_from_stdin()`
` [PATCH 2/3] revision: small readability improvement for reading from stdin
` [PATCH 3/3] revision: handle pseudo-opts in `--stdin` mode
` [PATCH v2 0/3] "
  ` [PATCH v2 1/3] revision: reorder `read_revisions_from_stdin()`
  ` [PATCH v2 2/3] revision: small readability improvement for reading from stdin
  ` [PATCH v2 3/3] revision: handle pseudo-opts in `--stdin` mode

Business proposal
 2023-06-15  9:58 UTC 

[PATCH v2 0/9] docs: interpret-trailers: reword and add examples
 2023-06-15  7:47 UTC  (24+ messages)
` [PATCH v3 "
  ` [PATCH v3 3/9] doc: trailer: drop "commit message part" phrasing
  ` [PATCH v3 4/9] doc: trailer: examples: avoid the word "message" by itself
  ` [PATCH v3 8/9] doc: trailer: mention 'key' in DESCRIPTION
  ` [PATCH v4 0/9] docs: interpret-trailers: reword and add examples
    ` [PATCH v4 1/9] doc: trailer: fix grammar
    ` [PATCH v4 2/9] doc: trailer: swap verb order
    ` [PATCH v4 3/9] doc: trailer: drop "commit message part" phrasing
    ` [PATCH v4 4/9] doc: trailer: examples: avoid the word "message" by itself
    ` [PATCH v4 5/9] doc: trailer: remove redundant phrasing
    ` [PATCH v4 6/9] doc: trailer: use angle brackets for <token> and <value>
    ` [PATCH v4 7/9] doc: trailer.<token>.command: emphasize deprecation
    ` [PATCH v4 8/9] doc: trailer: mention 'key' in DESCRIPTION
    ` [PATCH v4 9/9] doc: trailer: add more examples "

[PATCH v2] CodingGuidelines: use octal escapes, not hex
 2023-06-14 21:54 UTC  (4+ messages)
` [PATCH v3] "

[GSoC] Blog
 2023-06-14 19:50 UTC  (2+ messages)

[PATCH v4] diff-lib: honor override_submodule_config flag bit
 2023-06-14 19:08 UTC  (2+ messages)

[PATCH] diff-lib: honor override_submodule_config flag bit
 2023-06-14 18:45 UTC  (4+ messages)

[PATCH v3] diff-lib: honor override_submodule_config flag bit
 2023-06-14 16:46 UTC  (2+ messages)

[PATCH v2] diff-lib: honor override_submodule_config flag bit
 2023-06-14 16:14 UTC  (2+ messages)

Purchase_Statement_Id#5511157
 2023-06-14 14:49 UTC 

[PATCH v3 0/8] git-compat-util cleanups
 2023-06-14  1:58 UTC  (8+ messages)
` [PATCH v3 5/8] common.h: move non-compat specific macros and functions

[PATCH 00/15] refs: implement skip lists for packed backend
 2023-06-14  0:40 UTC  (14+ messages)
` [PATCH v3 00/16] refs: implement jump "
  ` [PATCH v3 01/16] refs.c: rename `ref_filter`
  ` [PATCH v3 05/16] ref-filter.c: parameterize match functions over patterns
  ` [PATCH v3 07/16] refs: plumb `exclude_patterns` argument throughout
  ` [PATCH v3 09/16] refs/packed-backend.c: implement jump lists to avoid excluded pattern(s)
  ` [PATCH v3 10/16] refs/packed-backend.c: add trace2 counters for jump list
  ` [PATCH v3 12/16] refs/packed-backend.c: ignore complicated hidden refs rules

[PATCH RFC v2 0/4] Add an external testing library for unit tests
 2023-06-13 22:30 UTC  (3+ messages)
` [RFC PATCH v3 1/1] unit tests: Add a project plan document

[PATCH 0/2] Fix behavior of worktree config in submodules
 2023-06-13 22:17 UTC  (4+ messages)
` [PATCH v2 0/3] "

[PATCH 0/2] Changed path filter hash fix and version bump
 2023-06-13 21:58 UTC  (5+ messages)
` [PATCH v4 0/4] "
  ` [PATCH v4 1/4] gitformat-commit-graph: describe version 2 of BDAT

[PATCH v2 3/3] repository: move 'repository_format_worktree_config' to repo scope
 2023-06-13 19:45 UTC  (5+ messages)
` [PATCH] setup: copy repository_format using helper

[PATCH] CodingGuidelines: use octal escapes, not hex
 2023-06-13 19:29 UTC  (4+ messages)

[PATCH v3 0/4] Changed path filter hash fix and version bump
 2023-06-13 19:16 UTC  (2+ messages)


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