git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-06-10 02:28:14 to 2021-06-11 18:10:17 UTC [more...]

[PATCH 0/7] Make diff3 the default conflict style
 2021-06-11 18:10 UTC  (57+ messages)
` [PATCH 1/7] test: add merge style config test
` [PATCH 4/7] checkout: fix merge.conflictstyle handling
` [PATCH 5/7] xdiff: rename XDL_MERGE_STYLE_DIFF3
` [PATCH 6/7] xdiff: simplify style assignments
` [PATCH 7/7] xdiff: make diff3 the default conflictStyle

[PATCH] remote: initialize values that might not be set
 2021-06-11 17:56 UTC  (6+ messages)

Making split commit graphs pick up new options (namely --changed-paths)
 2021-06-11 17:47 UTC  (6+ messages)

Server-side-proposed partial clone configuration (default clone --filter option)
 2021-06-11 16:40 UTC 

[PATCH v4 00/12] Sparse-index: integrate with status
 2021-06-11 17:27 UTC  (11+ messages)
` [PATCH v5 00/14] "
  ` [PATCH v5 10/14] diff-lib: handle index diffs with sparse dirs

[PATCH 0/4] Use singular "they" when appropriate
 2021-06-11 17:18 UTC  (44+ messages)
` [PATCH 1/4] Documentation: use singular they "
` [PATCH 2/4] *: use singular they in comments
` [PATCH 3/4] *: fix typos
` [PATCH 4/4] CodingGuidelines: recommend singular they
` [PATCH v2 0/4] Use singular "they" when appropriate

[PATCH 0/3] Fix uninitialised reads found with MSAN
 2021-06-11 17:11 UTC  (8+ messages)
` [PATCH 1/3] bulk-checkin: make buffer reuse more obvious and safer
` [PATCH 2/3] split-index: use oideq instead of memcmp to compare object_id's
` [PATCH 3/3] builtin/checkout--worker: memset struct to avoid MSAN complaints

[PATCH 0/4] First steps towards partial clone submodules
 2021-06-11 17:02 UTC  (13+ messages)
` [PATCH v3 0/5] "
  ` [PATCH v3 1/5] repository: move global r_f_p_c to repo struct
  ` [PATCH v3 2/5] promisor-remote: support per-repository config
  ` [PATCH v3 3/5] submodule: refrain from filtering GIT_CONFIG_COUNT
  ` [PATCH v3 4/5] run-command: refactor subprocess env preparation
  ` [PATCH v3 5/5] promisor-remote: teach lazy-fetch in any repo

[PATCH 0/2] Fix git subtree on Windows
 2021-06-11 15:50 UTC  (14+ messages)
` [PATCH 1/2] subtree: fix the GIT_EXEC_PATH sanity check to work "
` [PATCH 2/2] subtree: fix assumption about the directory separator

UNLEAK(), leak checking in the default tests etc
 2021-06-11 15:44 UTC  (9+ messages)

[PATCH] fix typos which duplicate a word
 2021-06-11 11:18 UTC  (6+ messages)
` [PATCH v2] *: "
` [PATCH v3] "

still using `git pack-redundant` - alternatives?
 2021-06-11 11:10 UTC 

Windows: core.useBuiltinFSMonitor without core.untrackedcache - performance hazard?
 2021-06-11  9:49 UTC  (2+ messages)

[GSoC] [PATCH v2 0/2] submodule--helper: introduce subcommands for sh to C conversion
 2021-06-11  7:59 UTC  (7+ messages)
` [GSoC] [PATCH v3 "
  ` [PATCH v3 1/2] submodule--helper: introduce add-clone subcommand
  ` [PATCH v3 2/2] submodule--helper: introduce add-config subcommand

Optionally include submodules in git archive - status?
 2021-06-11  7:21 UTC 

[PATCH 00/23] [RFC] Builtin FSMonitor Feature
 2021-06-11  6:32 UTC  (4+ messages)
` [PATCH v2 00/28] "
  ` [PATCH v2 10/28] t/helper/fsmonitor-client: create IPC client to talk to FSMonitor Daemon

[PATCH 0/3] Make CMake work out of the box
 2021-06-11  6:22 UTC  (8+ messages)
` [PATCH v2 "

[PATCH] add_pending_object_with_path(): work around "gcc -O3" complaint
 2021-06-11  3:52 UTC  (3+ messages)

[PATCH 0/2] fix union merge with binary files
 2021-06-11  3:36 UTC  (7+ messages)
` [PATCH 1/2] ll_binary_merge(): handle XDL_MERGE_FAVOR_UNION
` [PATCH 2/2] ll_union_merge(): pass name labels to ll_xdl_merge()
    ` [PATCH 3/2] ll_union_merge(): rename path_unused parameter

[PATCH v2 1/4] promisor-remote: read partialClone config here
 2021-06-10 17:25 UTC  (2+ messages)

[Bug report] git format-patch + git am doesn't preserve original commit message
 2021-06-10 16:29 UTC  (4+ messages)

[PATCH] multimail: stop shipping a copy
 2021-06-10 16:00 UTC  (6+ messages)

[PATCH 0/2] trivial progress.c API usage fixes
 2021-06-10 15:14 UTC  (13+ messages)
` [PATCH 2/2] read-cache: fix incorrect count and progress bar stalling

What's cooking in git.git (Jun 2021, #04; Thu, 10)
 2021-06-10 14:57 UTC  (2+ messages)

Build errors when building git on MacOS 11 (x86-64) and for M1 macs
 2021-06-10 14:51 UTC  (4+ messages)

[PATCH] builtins + test helpers: use return instead of exit() in cmd_*
 2021-06-10 13:19 UTC  (4+ messages)

[PATCH 0/8] refs: cleanup errno sideband ref related functions
 2021-06-10 12:57 UTC  (10+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/8] refs: remove EINVAL errno output from specification of read_raw_ref_fn
  ` [PATCH v2 2/8] refs/files-backend: stop setting errno from lock_ref_oid_basic
  ` [PATCH v2 3/8] refs: make errno output explicit for read_raw_ref_fn
  ` [PATCH v2 4/8] refs: make errno output explicit for refs_resolve_ref_unsafe
  ` [PATCH v2 5/8] refs: use refs_resolve_ref_unsafe_with_errno() where needed
  ` [PATCH v2 6/8] refs: add failure_errno to refs_read_raw_ref() signature
  ` [PATCH v2 7/8] refs: clear errno return in refs_resolve_ref_unsafe()
  ` [PATCH v2 8/8] refs: explicitly propagate errno from refs_read_raw_ref

[PATCH 7/8] refs: stop setting EINVAL and ELOOP in symref resolution
 2021-06-10 11:58 UTC  (3+ messages)

[PATCH 6/8] refs: clear errno return in refs_resolve_ref_unsafe()
 2021-06-10 11:45 UTC  (3+ messages)

[PATCH 4/8] refs: make errno output explicit for refs_resolve_ref_unsafe
 2021-06-10 11:27 UTC  (3+ messages)

What's cooking in git.git (Jun 2021, #02; Sun, 6)
 2021-06-10 10:47 UTC  (5+ messages)

[PATCH] t: use user-specific utf-8 locale for testing
 2021-06-08 10:49 UTC  (3+ messages)

[PATCH 3/8] refs: make errno output explicit for read_raw_ref_fn
 2021-06-10 10:05 UTC  (3+ messages)

[PATCH 2/8] refs/files-backend: stop setting errno from lock_ref_oid_basic
 2021-06-10 10:02 UTC  (3+ messages)

Removing fully-merged branches
 2021-06-10  5:07 UTC  (3+ messages)

[PATCH] branch: make -v useful
 2021-06-10  3:26 UTC  (10+ 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).