git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2022-02-16 18:00:00 to 2022-02-19 02:51:04 UTC [more...]

[PATCH 0/4] test-lib: improve LSAN + ASAN stack traces
 2022-02-19  2:48 UTC  (8+ messages)
` [PATCH 1/4] test-lib: add XSAN_OPTIONS, inherit [AL]SAN_OPTIONS
` [PATCH 2/4] test-lib: make $GIT_BUILD_DIR an absolute path

What's cooking in git.git (Feb 2022, #05; Thu, 17)
 2022-02-19  1:53 UTC  (8+ messages)
` gc/recursive-fetch-with-unused-submodules (was Re: What's cooking in git.git (Feb 2022, #05; Thu, 17))
` ds/core-untrac[k]ed-cache-config (Was: "
  ` ds/core-untrac[k]ed-cache-config
` en/present-despite-skipped (Re: What's cooking in git.git (Feb 2022, #05; Thu, 17))

[PATCH 0/5] Remove the present-despite-SKIP_WORKTREE class of bugs (for sparse-checkouts)
 2022-02-19  1:06 UTC  (8+ messages)
` [PATCH v2 "
  ` [PATCH v2 3/5] repo_read_index: clear SKIP_WORKTREE bit from files present in worktree
  ` [PATCH v2 5/5] Accelerate clear_skip_worktree_from_present_files() by caching

[PATCH] ls-files: support --recurse-submodules --stage
 2022-02-19  0:33 UTC  (2+ messages)

[PATCH 0/3] libify reflog
 2022-02-19  0:21 UTC  (15+ messages)
` [PATCH 1/3] reflog: libify delete reflog function and helpers
` [PATCH 2/3] reflog: call reflog_delete from reflog.c
` [PATCH 3/3] stash: "

[PATCH] docs: update coding guidelines to be more inclusive
 2022-02-18 23:18 UTC  (5+ messages)

[PATCH 0/2] hooks: fix a race in hook execution
 2022-02-19  0:11 UTC  (5+ messages)
` [PATCH 1/2] merge: don't run post-hook logic on --no-verify
` [PATCH 2/2] hooks: fix a TOCTOU in "did we run a hook?" heuristic

[PATCH 0/2] hook tests: pre-push test style & test accurace
 2022-02-18 20:52 UTC  (3+ messages)
` [PATCH 1/2] hook tests: test for exact "pre-push" hook input
` [PATCH 2/2] hook tests: use a modern style for "pre-push" tests

[PATCH] glossary: describe "worktree"
 2022-02-18 20:50 UTC  (11+ messages)

[PATCH 0/2] commit: trivial leak fix, add 2 tests to linux-leaks CI
 2022-02-18 19:31 UTC  (9+ messages)
` [PATCH 1/2] commit: fix "author_ident" leak
` [PATCH 2/2] commit: use strbuf_release() instead of UNLEAK()
      ` Whether to keep using UNLEAK() in built-ins (was: [PATCH 2/2] commit: use strbuf_release() instead of UNLEAK())
        ` Whether to keep using UNLEAK() in built-ins

[PATCH v7 0/4] Add cat-file --batch-command flag
 2022-02-18 19:38 UTC  (21+ messages)
` [PATCH v8 "
  ` [PATCH v8 4/4] cat-file: add --batch-command mode
  ` [PATCH v9 0/4] Add cat-file --batch-command flag
    ` [PATCH v9 1/4] cat-file: rename cmdmode to transform_mode
    ` [PATCH v9 2/4] cat-file: introduce batch_mode enum to replace print_contents
    ` [PATCH v9 3/4] cat-file: add remove_timestamp helper
    ` [PATCH v9 4/4] cat-file: add --batch-command mode
    ` [PATCH v10 0/4] Add cat-file --batch-command flag
      ` [PATCH v10 1/4] cat-file: rename cmdmode to transform_mode
      ` [PATCH v10 2/4] cat-file: introduce batch_mode enum to replace print_contents
      ` [PATCH v10 3/4] cat-file: add remove_timestamp helper
      ` [PATCH v10 4/4] cat-file: add --batch-command mode

[PATCH] CODE_OF_CONDUCT.md: update PLC members list
 2022-02-18 19:07 UTC 

[ANNOUNCE] New Git PLC Member
 2022-02-18 18:58 UTC  (2+ messages)

[PATCH] t/t3903-stash.sh: replace test [-d|-f] with test_path_is_*
 2022-02-18 18:48 UTC  (6+ messages)
` [PATCH v2 0/2] replace test [-f|-d] with more verbose functions
  ` [PATCH v2 1/2] t/t3903-stash.sh: replace test [-d|-f] with test_path_is_*
  ` [PATCH v2 2/2] Add new tests functions like test_path_is_*

[PATCH v2 0/7] fetch: improve atomicity of `--atomic` flag
 2022-02-18 16:59 UTC  (19+ messages)
` [PATCH v2 1/7] fetch: increase test coverage of fetches
` [PATCH v2 2/7] fetch: backfill tags before setting upstream
` [PATCH v2 3/7] fetch: control lifecycle of FETCH_HEAD in a single place
` [PATCH v2 4/7] fetch: report errors when backfilling tags fails
` [PATCH v2 5/7] refs: add interface to iterate over queued transactional updates
` [PATCH v2 6/7] fetch: make `--atomic` flag cover backfilling of tags
` [PATCH v2 7/7] fetch: make `--atomic` flag cover pruning of refs

[PATCH 0/7] RFC: sparse checkout: make --cone mode the default, and check add/set argument validity
 2022-02-18  6:11 UTC  (27+ messages)
` [PATCH v2 0/6] sparse checkout: fix a few bugs and check argument validity for set/add
  ` [PATCH v2 3/6] sparse-checkout: pay attention to prefix for {set, add}
  ` [PATCH v2 4/6] sparse-checkout: error or warn when given individual files
  ` [PATCH v3 0/5] sparse checkout: fix a few bugs and check argument validity for set/add
    ` [PATCH v3 5/5] sparse-checkout: reject arguments in cone-mode that look like patterns
    ` [PATCH v4 0/5] sparse checkout: fix a few bugs and check argument validity for set/add
      ` [PATCH v4 1/5] sparse-checkout: correct reapply's handling of options
      ` [PATCH v4 2/5] sparse-checkout: correctly set non-cone mode when expected
      ` [PATCH v4 3/5] sparse-checkout: pay attention to prefix for {set, add}
      ` [PATCH v4 4/5] sparse-checkout: error or warn when given individual files
      ` [PATCH v4 5/5] sparse-checkout: reject arguments in cone-mode that look like patterns

Git in GSoC 2022?
 2022-02-18  2:14 UTC  (15+ messages)

[PATCH 0/7] reftable: avoid reading and writing empty keys
 2022-02-18  0:32 UTC  (13+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/7] Documentation: object_id_len goes up to 31
  ` [PATCH v2 2/7] reftable: reject 0 object_id_len
  ` [PATCH v2 3/7] reftable: add a test that verifies that writing empty keys fails
  ` [PATCH v2 4/7] reftable: avoid writing empty keys at the block layer
  ` [PATCH v2 5/7] reftable: ensure that obj_id_len is >= 2 on writing
  ` [PATCH v2 6/7] reftable: add test for length of disambiguating prefix
  ` [PATCH v2 7/7] reftable: rename writer_stats to reftable_writer_stats

[PATCH] merge-ort: make informational messages from recursive merges clearer
 2022-02-17 23:10 UTC  (2+ messages)

[PATCH 0/1] xdiff: share xdiff between git and libgit2
 2022-02-17 22:58 UTC  (9+ messages)
` [PATCH 1/1] xdiff: provide indirection to git functions

[PATCH 1/2] grep/pcre2: use PCRE2_UTF even with ASCII patterns
 2022-02-17 22:56 UTC  (10+ messages)
` [v2.35.0 regression] some PCRE hangs under UTF-8 locale (was: [PATCH 1/2] grep/pcre2: use PCRE2_UTF even with ASCII patterns)
                ` [v2.35.0 regression] some PCRE hangs under UTF-8 locale

[PATCH v2 0/1] xdiff: provide indirection to git functions
 2022-02-17 22:54 UTC  (2+ messages)
` [PATCH v2 1/1] "

[PATCH] dir: force untracked cache with core.untrackedCache
 2022-02-17 22:51 UTC  (3+ messages)
` [PATCH v2] "

Supporting --depth when cloning from a bundle
 2022-02-17 21:05 UTC  (4+ messages)

When rebase.autoStash=true is used, 'git pull' merge process still complains when incoming changes are in a different place of the file than local changes
 2022-02-17 20:50 UTC 

[PATCH 0/2] repack: add --filter=
 2022-02-17 20:36 UTC  (7+ messages)
` [PATCH v2 0/4] [RFC] "
  ` [PATCH v2 4/4] tests for repack --filter mode

[PATCH v4 00/29] Builtin FSMonitor Part 2
 2022-02-17 19:36 UTC  (17+ messages)
` [PATCH v5 00/30] "
  ` [PATCH v5 02/30] fsmonitor-ipc: create client routines for git-fsmonitor--daemon
  ` [PATCH v5 03/30] fsmonitor: config settings are repository-specific
  ` [PATCH v5 10/30] fsmonitor--daemon: implement 'run' command
  ` [PATCH v5 11/30] fsmonitor--daemon: implement 'start' command
  ` [PATCH v5 24/30] t/perf/p7519: speed up test on Windows

[PATCH] branch: delete now accepts '-' as branch name
 2022-02-17 18:41 UTC  (7+ messages)

[PATCH 0/8] fetch --recurse-submodules: fetch unpopulated submodules
 2022-02-17 16:16 UTC  (9+ messages)
` [PATCH v2 0/9] "
  ` [PATCH v2 2/9] t5526: use grep to assert on fetches

[PATCH v6 00/16] submodule: convert the rest of 'update' to C
 2022-02-17 16:14 UTC  (6+ messages)
` [PATCH v7 00/20] "

[PATCH 0/6] fetch: improve atomicity of `--atomic` flag
 2022-02-17 12:47 UTC  (25+ messages)
` [PATCH 1/6] fetch: increase test coverage of fetches
` [PATCH 3/6] fetch: control lifecycle of FETCH_HEAD in a single place
` [PATCH 4/6] fetch: report errors when backfilling tags fails
` [PATCH 5/6] fetch: make `--atomic` flag cover backfilling of tags
` [PATCH 6/6] fetch: make `--atomic` flag cover pruning of refs

[PATCH 0/3] xdiff: handle allocation failures
 2022-02-17 11:05 UTC  (7+ messages)
` [PATCH v2 0/4] "
  ` [PATCH v2 1/4] xdiff: fix a memory leak

[PATCH 0/3] a couple of read_key_without_echo() fixes
 2022-02-17 10:59 UTC  (6+ messages)
` [PATCH 2/3] terminal: set VMIN and VTIME in non-canonical mode
` [PATCH 3/3] add -p: disable stdin buffering when interactive.singlekey is set

[PATCH 0/2] diff_free(): free a bit more, fix leaks
 2022-02-17 10:22 UTC  (5+ messages)
` [PATCH 1/2] diff.[ch]: have diff_free() call clear_pathspec(opts.pathspec)

[PATCH v3 03/12] object-file API: add a format_object_header() function
 2022-02-17  9:21 UTC  (3+ messages)

[PATCH] blame: add --ignore-revs-blob and blame.ignoreRevsBlob
 2022-02-17  8:27 UTC  (2+ messages)

[PATCH 2/6] fetch-pack: add partial clone refiltering
 2022-02-17  0:05 UTC  (2+ messages)

[PATCH 0/2] Improvements to tests and docs for .gitattributes eol
 2022-02-16 19:02 UTC  (10+ messages)
` [PATCH v2 "


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