git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2022-02-17 08:29:37 to 2022-02-19 18:15:21 UTC [more...]

[PATCH 0/5] Remove the present-despite-SKIP_WORKTREE class of bugs (for sparse-checkouts)
 2022-02-19 18:14 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v2 3/5] repo_read_index: clear SKIP_WORKTREE bit from files present in worktree

[PATCH v3] clone, submodule: pass partial clone filters to submodules
 2022-02-19 17:30 UTC  (2+ messages)
` [PATCH] t5617,t7814: remove unnecessary 'uploadpack.allowanysha1inwant'

[PATCH 0/2] Fix a couple small leaks in merge-ort
 2022-02-19 17:10 UTC  (3+ messages)
` [PATCH 1/2] merge-ort: fix small memory leak in detect_and_process_renames()
` [PATCH 2/2] merge-ort: fix small memory leak in unique_path()

[PATCH 0/7] RFC: sparse checkout: make --cone mode the default, and check add/set argument validity
 2022-02-19 16:44 UTC  (28+ 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 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 v5 0/5] sparse checkout: fix a few bugs and check argument validity for set/add
        ` [PATCH v5 1/5] sparse-checkout: correct reapply's handling of options
        ` [PATCH v5 2/5] sparse-checkout: correctly set non-cone mode when expected
        ` [PATCH v5 3/5] sparse-checkout: pay attention to prefix for {set, add}
        ` [PATCH v5 4/5] sparse-checkout: error or warn when given individual files
        ` [PATCH v5 5/5] sparse-checkout: reject arguments in cone-mode that look like patterns

[PATCH v6 00/15] Reftable coverity fixes
 2022-02-19 15:11 UTC  (8+ messages)
` [PATCH v7 00/16] "
  ` [PATCH v7 14/16] reftable: make reftable_record a tagged union
          ` master doesn't compile on xlc 21.01 anymore (old AIX compiler) (was: [PATCH v7 14/16] reftable: make reftable_record a tagged union)

[PATCH 0/4] test-lib: improve LSAN + ASAN stack traces
 2022-02-19 11:29 UTC  (16+ 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
` [PATCH v2 0/4] test-lib: improve LSAN + ASAN stack traces
  ` [PATCH v2 1/4] test-lib: add GIT_XSAN_OPTIONS, inherit [AL]SAN_OPTIONS
  ` [PATCH v2 2/4] test-lib: correct commentary on TEST_DIRECTORY overriding
  ` [PATCH v2 3/4] test-lib: make $GIT_BUILD_DIR an absolute path
  ` [PATCH v2 4/4] test-lib: add "fast_unwind_on_malloc=0" to LSAN_OPTIONS

[PATCH 0/2] hooks: fix a race in hook execution
 2022-02-19 10:46 UTC  (8+ 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 v2 0/2] C99: remove hardcoded-out !HAVE_VARIADIC_MACROS code
 2022-02-19 10:41 UTC  (5+ messages)
` [PATCH v3 0/3] C99: remove dead "
  ` [PATCH v3 1/3] git-compat-util.h: clarify GCC v.s. C99-specific in comment
  ` [PATCH v3 2/3] C99: remove hardcoded-out !HAVE_VARIADIC_MACROS code
  ` [PATCH v3 3/3] trace.h: remove never-used TRACE_CONTEXT

[PATCH] CODE_OF_CONDUCT.md: update PLC members list
 2022-02-19  6:45 UTC  (2+ messages)

[PATCH v8 0/4] Add cat-file --batch-command flag
 2022-02-19  6:35 UTC  (15+ messages)
` [PATCH v9 "
  ` [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 v11 00/13] ls-tree: "--object-only" and "--format" opts
 2022-02-19  6:06 UTC  (13+ messages)
` [PATCH v11 06/13] ls-tree: simplify nesting if/else logic in "show_tree()"
` [PATCH v11 07/13] ls-tree: fix "--name-only" and "--long" combined use bug
` [PATCH v11 08/13] ls-tree: slightly refactor `show_tree()`
` [PATCH v11 11/13] ls-tree.c: introduce "--format" option
` [PATCH v11 12/13] ls-tree: introduce function "fast_path()"
` [PATCH v11 13/13] ls-tree.c: support --object-only option for "git-ls-tree"

[PATCH 0/2] hook tests: pre-push test style & test accurace
 2022-02-19  4:16 UTC  (4+ 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] ls-files: support --recurse-submodules --stage
 2022-02-19  3:50 UTC  (4+ messages)

[PATCH 0/3] libify reflog
 2022-02-19  3:02 UTC  (17+ 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: "

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] docs: update coding guidelines to be more inclusive
 2022-02-18 23:18 UTC  (5+ messages)

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

[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

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  (5+ 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  (6+ 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  (21+ 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  (4+ messages)
` [PATCH 2/3] terminal: set VMIN and VTIME in non-canonical mode

[PATCH 0/2] diff_free(): free a bit more, fix leaks
 2022-02-17 10:22 UTC  (4+ 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)


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