Git Mailing List Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-10 02:19:05 to 2023-05-12 07:05:12 UTC [more...]

[PATCH 00/24] Header cleanups (final splitting of cache.h, and some splitting of other headers)
 2023-05-12  7:04 UTC  (15+ messages)
` [PATCH 01/24] init-db: remove unnecessary global variable & document existing bug
` [PATCH v2 00/27] Header cleanups (final splitting of cache.h, and some splitting of other headers)
  ` [PATCH v2 01/27] init-db: document existing bug with core.bare in template config
  ` [PATCH v2 02/27] init-db: remove unnecessary global variable
  ` [PATCH v2 03/27] init-db, clone: change unnecessary global into passed parameter
  ` [PATCH v2 05/27] read-cache: move shared commit and ls-files code
  ` [PATCH v2 06/27] add: modify add_files_to_cache() to avoid globals
  ` [PATCH v2 09/27] run-command.h: move declarations for run-command.c from cache.h

[PATCH v3 0/2] pack-objects: introduce `pack.extraRecentObjectsHook`
 2023-05-12  4:58 UTC  (7+ messages)
` [PATCH v3 1/2] reachable.c: extract `obj_is_recent()`
` [PATCH v3 2/2] builtin/pack-objects.c: introduce `pack.recentObjectsHook`

[PATCH v9 0/6] notes.c: introduce "--separator" option
 2023-05-12  4:07 UTC  (4+ messages)
` [PATCH v9 4/6] notes.c: introduce '--separator=<paragraph-break>' option

[PATCH 23/24] hash-ll, hashmap: move oidhash() to hash-ll
 2023-05-12  4:07 UTC  (6+ messages)

What's cooking in git.git (May 2023, #04; Thu, 11)
 2023-05-12  3:46 UTC  (4+ messages)

Join us for Review Club
 2023-05-12  3:39 UTC  (4+ messages)

[PATCH 0/8] fetch: introduce machine-parseable output
 2023-05-12  1:09 UTC  (39+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/8] fetch: fix `--no-recurse-submodules` with multi-remote fetches
  ` [PATCH v4 3/8] fetch: add a test to exercise invalid output formats
  ` [PATCH v4 4/8] fetch: fix missing from-reference when fetching HEAD:foo
  ` [PATCH v4 5/8] fetch: introduce `display_format` enum
  ` [PATCH v4 6/8] fetch: move display format parsing into main function
  ` [PATCH v4 8/8] fetch: introduce machine-parseable "porcelain" output format
` [PATCH v5 0/9] fetch: introduce machine-parseable output
  ` [PATCH v5 1/9] fetch: fix `--no-recurse-submodules` with multi-remote fetches
  ` [PATCH v5 2/9] fetch: split out tests for output format
  ` [PATCH v5 3/9] fetch: add a test to exercise invalid output formats
  ` [PATCH v5 4/9] fetch: print left-hand side when fetching HEAD:foo
  ` [PATCH v5 5/9] fetch: refactor calculation of the display table width
  ` [PATCH v5 6/9] fetch: introduce `display_format` enum
  ` [PATCH v5 7/9] fetch: lift up parsing of "fetch.output" config variable
  ` [PATCH v5 8/9] fetch: move option related variables into main function
  ` [PATCH v5 9/9] fetch: introduce machine-parseable "porcelain" output format

[PATCH] pack-refs: teach --exclude option to exclude refs from being packed
 2023-05-12  0:00 UTC  (15+ messages)
` [PATCH v2 0/3] pack-refs: Teach "
  ` [PATCH v2 3/3] pack-refs: teach pack-refs --include option
  ` [PATCH v3 0/4] pack-refs: allow users control over which refs to pack
    ` [PATCH v3 1/4] docs: clarify git-pack-refs --all will pack all refs
    ` [PATCH v3 2/4] pack-refs: teach --exclude option to exclude refs from being packed
    ` [PATCH v3 3/4] revision: modify ref_exclusions to handle inclusions
    ` [PATCH v3 4/4] pack-refs: teach pack-refs --include option

[PATCH] Fix merge_recursive_config()
 2023-05-11 23:59 UTC 

Can we clarify the purpose of `git diff -s`?
 2023-05-11 23:28 UTC  (17+ messages)

[RFC PATCH 0/2] add an external testing library for unit tests
 2023-05-11 23:16 UTC  (8+ messages)
` [RFC PATCH 1/2] Add C TAP harness

Changed path filter hash differs from murmur3 if char is signed
 2023-05-11 23:10 UTC  (3+ messages)

[PATCH] merge-tree: load default git config
 2023-05-11 22:07 UTC  (16+ messages)
` [PATCH] merge-tree: load config correctly

[PATCH v4 0/7] strbuf cleanups
 2023-05-11 21:42 UTC  (18+ messages)
` [PATCH v4 1/7] strbuf: clarify API boundary
` [PATCH v4 7/7] strbuf: remove global variable
` [PATCH v5 0/7] strbuf cleanups
  ` [PATCH v5 1/7] strbuf: clarify API boundary
  ` [PATCH v5 2/7] abspath: move related functions to abspath
  ` [PATCH v5 3/7] credential-store: move related functions to credential-store file
  ` [PATCH v5 4/7] object-name: move related functions to object-name
  ` [PATCH v5 5/7] path: move related function to path
  ` [PATCH v5 6/7] strbuf: clarify dependency
  ` [PATCH v5 7/7] strbuf: remove global variable

[PATCH 00/11] docs: interpret-trailers: reword and add examples
 2023-05-11 21:19 UTC  (25+ messages)
` [PATCH 04/11] doc: trailer: explain "commit mesage part" on first usage
` [PATCH 06/11] doc: trailer: trailer.<token>.cmd: add missing verb phrase
` [PATCH 08/11] doc: trailer.<token>.command: refer to existing example
` [PATCH 09/11] doc: trailer.<token>.command: emphasize deprecation
` [PATCH v2 0/9] docs: interpret-trailers: reword and add examples
  ` [PATCH v2 1/9] doc: trailer: fix grammar
  ` [PATCH v2 2/9] doc: trailer: swap verb order
  ` [PATCH v2 3/9] doc: trailer: drop "commit message part" phrasing
  ` [PATCH v2 4/9] doc: trailer: examples: avoid the word "message" by itself
  ` [PATCH v2 5/9] doc: trailer: remove redundant phrasing
  ` [PATCH v2 6/9] doc: trailer: use angle brackets for <token> and <value>
  ` [PATCH v2 7/9] doc: trailer.<token>.command: emphasize deprecation
  ` [PATCH v2 8/9] doc: trailer: mention 'key' in DESCRIPTION
  ` [PATCH v2 9/9] doc: trailer: add more examples "

git rebase --root bug
 2023-05-11 19:52 UTC  (6+ messages)

[PATCH 0/2] Fix two rebase bugs related to total_nr
 2023-05-11 18:08 UTC  (7+ messages)
` [PATCH 1/2] rebase --update-refs: fix loops
` [PATCH 2/2] rebase -r: fix the total number shown in the progress

[PATCH 0/3] fsck index files from all worktrees
 2023-05-11 17:01 UTC  (6+ messages)
` [PATCH 3/3] fsck: mention file path for index errors

[PATCH 10/14] (RFC-only) config: finish config_fn_t refactor
 2023-05-11 16:21 UTC  (2+ messages)

[PATCH 0/3] pack-bitmap: boundary-based bitmap traversal
 2023-05-11 15:23 UTC  (5+ messages)
` [PATCH v3 "

Bug in unused.cocci?
 2023-05-11 14:55 UTC  (2+ messages)

Proposal: tell git a file has been renamed
 2023-05-11 13:44 UTC  (10+ messages)

[PATCH] RFC: switch: allow same-commit switch during merge if conflicts resolved
 2023-05-11  7:06 UTC  (6+ messages)

Unable to cross compile git. http.c generating errors
 2023-05-11  6:28 UTC  (3+ messages)

[PATCH v7] status: modernize git-status "slow untracked files" advice
 2023-05-11  5:17 UTC  (3+ messages)
` [PATCH v8] "

[PATCH v11 0/2] diff-files: integrate with sparse index
 2023-05-11  5:04 UTC  (4+ messages)
` [PATCH v12 "

[PATCH] worktree: add -z option for list subcommand
 2023-05-11  4:11 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] diff: fix behaviour of the "-s" option
 2023-05-11  1:50 UTC  (10+ messages)
` [PATCH v2] diff: fix interaction between the "-s" option and other options

[PATCH] setup: trace bare repository setups
 2023-05-10 23:29 UTC  (5+ messages)
` [PATCH v3] "

[PATCH 2/2] cocci: codify authoring and reviewing practices
 2023-05-10 22:45 UTC  (6+ messages)
` [PATCH] cocci: remove 'unused.cocci'

[PATCH] t4013: add expected failure for "log --patch --no-patch"
 2023-05-10 21:54 UTC  (13+ messages)

[PATCH v3 0/4] Generic conflict style fixes
 2023-05-10 21:37 UTC  (5+ messages)
` [PATCH v3 1/4] test: add merge style config test
` [PATCH v3 2/4] merge-tree: fix merge.conflictstyle handling
` [PATCH v3 3/4] notes: "
` [PATCH v3 4/4] test: document broken merge.conflictStyle handling

[PATCH v4 1/2] cat-file: extract printing batch error message into function
 2023-05-10 20:13 UTC  (4+ messages)
` [PATCH v5 0/1] cat-file: quote-format name in error when using -z
  ` [PATCH v5 1/1] "

What's cooking in git.git (May 2023, #03; Tue, 9)
 2023-05-10 16:32 UTC  (4+ messages)

Buyer Inquiry 2023/8994
 2023-05-10 10:06 UTC 

[PATCH] [RFC] transport: add --show-service option
 2023-05-10  8:15 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 00/14] Introduce new `git replay` command
 2023-05-10  7:33 UTC  (4+ messages)
` [PATCH v2 00/15] "

[PATCH 00/15] refs: implement skip lists for packed backend
 2023-05-10  7:25 UTC  (7+ messages)
` [PATCH 09/15] refs/packed-backend.c: implement skip lists to avoid excluded pattern(s)

git has no Authorization in the http header
 2023-05-10  6:31 UTC 

[PATCH] test: rev-parse-upstream: add missing cmp
 2023-05-10  3:56 UTC  (2+ messages)

Feature Request - Better i18n support
 2023-05-10  2:50 UTC  (5+ 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).