git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2022-08-31 15:27:09 to 2022-09-01 17:53:24 UTC [more...]

[PATCH v3 0/2] fsmonitor: option to allow fsmonitor to run against network-mounted repos
 2022-09-01 17:53 UTC  (13+ messages)
` [PATCH v4 0/4] "
  ` [PATCH v4 1/4] fsmonitor: add two new config options, allowRemote and socketDir
  ` [PATCH v4 2/4] fsmonitor: generate unique Unix socket file name in the desired location
  ` [PATCH v4 3/4] fsmonitor: ensure filesystem and unix socket filesystem are compatible
  ` [PATCH v4 4/4] fsmonitor: normalize FSEvents event paths to the real path

[PATCH v1 0/2] grep: integrate with sparse index
 2022-09-01 17:27 UTC  (8+ messages)
` [PATCH v3 0/3] "
  ` [PATCH v3 1/3] builtin/grep.c: add --sparse option
  ` [PATCH v3 2/3] builtin/grep.c: integrate with sparse index
  ` [PATCH v3 3/3] builtin/grep.c: walking tree instead of expanding index with --sparse

[PATCH v2 0/4] built-in add -p: support diff-so-fancy better
 2022-09-01 16:55 UTC  (36+ messages)
` [PATCH v3 0/5] "
  ` [PATCH v3 1/5] t3701: redefine what is "bogus" output of a diff filter
  ` [PATCH v3 5/5] add -p: ignore dirty submodules
  ` [PATCH v4 0/3] built-in add -p: support diff-so-fancy better
    ` [PATCH v4 1/3] add -p: detect more mismatches between plain vs colored diffs
    ` [PATCH v4 2/3] add -p: gracefully handle unparseable hunk headers in "
    ` [PATCH v4 3/3] add -p: ignore dirty submodules
    ` [PATCH v5 0/3] built-in add -p: support diff-so-fancy better
      ` [PATCH v5 1/3] add -p: detect more mismatches between plain vs colored diffs
      ` [PATCH v5 2/3] add -p: gracefully handle unparseable hunk headers in "
      ` [PATCH v5 3/3] add -p: ignore dirty submodules

[PATCH 0/8] scalar: integrate into core Git
 2022-09-01 16:43 UTC  (30+ messages)
` [PATCH 1/8] scalar: fix command documentation section header
` [PATCH 2/8] scalar: include in standard Git build & installation
    ` [PATCH 0/5] Makefile: split up $(test_bindir_programs)
      ` [PATCH 1/5] Makefile: factor sed-powered '#!/bin/sh' munging into a variable
      ` [PATCH 2/5] Makefile: define "TEST_{PROGRAM,OBJS}" variables earlier
      ` [PATCH 3/5] Makefile: simplify $(test_bindir_programs) rule by splitting it up
      ` [PATCH 4/5] Makefile: define bin-wrappers/% rules with a template
      ` [PATCH 5/5] Makefile: fix "make clean && make bin-wrappers/$NAME" dependencies
` [PATCH 3/8] git help: special-case `scalar`
` [PATCH 4/8] scalar: implement the `help` subcommand
` [PATCH 5/8] scalar-clone: add test coverage
` [PATCH 6/8] t/perf: add Scalar performance tests
` [PATCH 7/8] t/perf: add 'GIT_PERF_USE_SCALAR' run option
` [PATCH 8/8] Documentation/technical: include Scalar technical doc

[PATCH 0/5] cocci: make "incremental" possible + a ccache-like tool
 2022-09-01 16:38 UTC  (12+ messages)
` [PATCH v2 0/9] "
  ` [PATCH v2 1/9] cocci rules: remove unused "F" metavariable from pending rule
  ` [PATCH v2 2/9] Makefile: add ability to TAB-complete cocci *.patch rules
  ` [PATCH v2 3/9] Makefile: have "coccicheck" re-run if flags change
  ` [PATCH v2 4/9] Makefile: split off SPATCH_BATCH_SIZE comment from "cocci" heading
  ` [PATCH v2 5/9] cocci: split off include-less "tests" from SPATCH_FLAGS
  ` [PATCH v2 6/9] cocci: split off "--all-includes" "
  ` [PATCH v2 7/9] cocci: make "coccicheck" rule incremental
  ` [PATCH v2 8/9] cocci: optimistically use COMPUTE_HEADER_DEPENDENCIES
  ` [PATCH v2 9/9] spatchcache: add a ccache-alike for "spatch"

[PATCH 0/3] Output fixes for --remerge-diff
 2022-09-01 16:30 UTC  (16+ messages)
` [PATCH 1/3] diff: have submodule_format logic avoid additional diff headers
` [PATCH 2/3] diff: fix filtering of additional headers under --remerge-diff
` [PATCH v2 0/3] Output fixes for --remerge-diff
  ` [PATCH v2 1/3] diff: have submodule_format logic avoid additional diff headers
  ` [PATCH v2 2/3] diff: fix filtering of additional headers under --remerge-diff
  ` [PATCH v2 3/3] diff: fix filtering of merge commits "

Partial-clone cause big performance impact on server
 2022-09-01 16:19 UTC  (4+ messages)
  ` [External Mail]Re: "

[PATCH v2] ppc: remove custom SHA-1 implementation
 2022-09-01 15:48 UTC  (6+ messages)
` [PATCH v3 0/2] Makefile + hash.h: remove PPC_SHA1 implementation
  ` [PATCH v3 2/2] Makefile: use $(OBJECTS) instead of $(C_OBJ)

[PATCH 00/18] make test "linting" more comprehensive
 2022-09-01 12:36 UTC  (22+ messages)
` [PATCH 01/18] t: add skeleton chainlint.pl
` [PATCH 02/18] chainlint.pl: add POSIX shell lexical analyzer
` [PATCH 03/18] chainlint.pl: add POSIX shell parser
` [PATCH 04/18] chainlint.pl: add parser to validate tests
` [PATCH 05/18] chainlint.pl: add parser to identify test definitions
` [PATCH 06/18] chainlint.pl: validate test scripts in parallel
` [PATCH 07/18] chainlint.pl: don't require `return|exit|continue` to end with `&&`
` [PATCH 08/18] t/Makefile: apply chainlint.pl to existing self-tests
` [PATCH 09/18] chainlint.pl: don't require `&` background command to end with `&&`
` [PATCH 10/18] chainlint.pl: don't flag broken &&-chain if `$?` handled explicitly
` [PATCH 11/18] chainlint.pl: don't flag broken &&-chain if failure indicated explicitly
` [PATCH 12/18] chainlint.pl: complain about loops lacking explicit failure handling
` [PATCH 13/18] chainlint.pl: allow `|| echo` to signal failure upstream of a pipe
` [PATCH 14/18] t/chainlint: add more chainlint.pl self-tests
` [PATCH 15/18] test-lib: retire "lint harder" optimization hack
` [PATCH 16/18] test-lib: replace chainlint.sed with chainlint.pl
` [PATCH 17/18] t/Makefile: teach `make test` and `make prove` to run chainlint.pl
` [PATCH 18/18] t: retire unused chainlint.sed

possible bug: --bare vs --mirror with respect to remote-tracking branches
 2022-09-01 11:06 UTC 

[PATCH 0/3] list-object-filter: introduce depth filter
 2022-09-01  9:41 UTC  (4+ messages)
` [PATCH 1/3] commit-graph: let commit graph respect commit graft
` [PATCH 2/3] list-object-filter: pass traversal_context in filter_init_fn
` [PATCH 3/3] list-object-filter: introduce depth filter

[PATCH 5/7] bundle-uri: parse bundle list in config format
 2022-09-01  8:05 UTC  (2+ messages)

[PATCH 4/7] bundle-uri: unit test "key=value" parsing
 2022-09-01  2:56 UTC  (2+ messages)

[PATCH 0/7] Bundle URIs III: Parse and download from bundle lists
 2022-09-01  2:38 UTC  (4+ messages)
` [PATCH 2/7] bundle-uri: create base key-value pair parsing
  ` [PATCH 4/7] bundle-uri: unit test "key=value" parsing

[PATCH v3 00/32] submodule--helper: add tests, rm dead code, refactor & leak prep
 2022-08-31 23:18 UTC  (35+ messages)
` [PATCH v4 00/33] "
  ` [PATCH v4 01/33] submodule tests: test usage behavior
  ` [PATCH v4 02/33] submodule tests: test for "add <repository> <abs-path>"
  ` [PATCH v4 03/33] submodule--helper: remove unused "name" helper
  ` [PATCH v4 04/33] submodule--helper: remove unused "list" helper
  ` [PATCH v4 05/33] test-tool submodule-config: remove unused "--url" handling
  ` [PATCH v4 06/33] submodule--helper: move "is-active" to a test-tool
  ` [PATCH v4 07/33] submodule--helper: move "check-name" "
  ` [PATCH v4 08/33] submodule--helper: move "resolve-relative-url-test" "
  ` [PATCH v4 09/33] submodule--helper style: don't separate declared variables with \n\n
  ` [PATCH v4 10/33] submodule--helper style: add \n\n after variable declarations
  ` [PATCH v4 11/33] submodule--helper: replace memset() with { 0 }-initialization
  ` [PATCH v4 12/33] submodule--helper: use xstrfmt() in clone_submodule()
  ` [PATCH v4 13/33] submodule--helper: move "sb" in clone_submodule() to its own scope
  ` [PATCH v4 14/33] submodule--helper: add "const" to passed "module_clone_data"
  ` [PATCH v4 15/33] submodule--helper: add "const" to copy of "update_data"
  ` [PATCH v4 16/33] submodule--helper: add "const" to passed "struct update_data"
  ` [PATCH v4 17/33] submodule--helper: refactor "errmsg_str" to be a "struct strbuf"
  ` [PATCH v4 18/33] submodule--helper: don't redundantly check "else if (res)"
  ` [PATCH v4 19/33] submodule--helper: rename "int res" to "int ret"
  ` [PATCH v4 20/33] submodule--helper: return "ret", not "1" from update_submodule()
  ` [PATCH v4 21/33] submodule--helper: add missing braces to "else" arm
  ` [PATCH v4 22/33] submodule--helper: don't call submodule_strategy_to_string() in BUG()
  ` [PATCH v4 23/33] submodule API: don't handle SM_..{UNSPECIFIED,COMMAND} in to_string()
  ` [PATCH v4 24/33] submodule--helper: use "code" in run_update_command()
  ` [PATCH v4 25/33] submodule--helper: don't exit() on failure, return
  ` [PATCH v4 26/33] submodule--helper: libify determine_submodule_update_strategy()
  ` [PATCH v4 27/33] submodule--helper: libify "must_die_on_failure" code paths
  ` [PATCH v4 28/33] submodule--helper update: don't override 'checkout' exit code
  ` [PATCH v4 29/33] submodule--helper: libify "must_die_on_failure" code paths (for die)
  ` [PATCH v4 30/33] submodule--helper: check repo{_submodule,}_init() return values
  ` [PATCH v4 31/33] submodule--helper: libify more "die" paths for module_update()
  ` [PATCH v4 32/33] submodule--helper: libify even "
  ` [PATCH v4 33/33] submodule--helper: fix bad config API usage

[PATCH v6 00/17] submodule--helper: fix memory leaks
 2022-08-31 23:14 UTC  (19+ messages)
` [PATCH v7 "
  ` [PATCH v7 01/17] submodule--helper: fix a leak in "clone_submodule"
  ` [PATCH v7 02/17] submodule--helper: fix trivial get_default_remote_submodule() leak
  ` [PATCH v7 03/17] submodule--helper: fix most "struct pathspec" memory leaks
  ` [PATCH v7 04/17] submodule--helper: "struct pathspec" memory leak in module_update()
  ` [PATCH v7 05/17] submodule--helper: don't leak {run,capture}_command() cp.dir argument
  ` [PATCH v7 06/17] submodule--helper: add and use *_release() functions
  ` [PATCH v7 07/17] submodule--helper: fix "errmsg_str" memory leak
  ` [PATCH v7 08/17] submodule--helper: fix "sm_path" and other "module_cb_list" leaks
  ` [PATCH v7 09/17] submodule--helper: fix a leak with repo_clear()
  ` [PATCH v7 10/17] submodule--helper: fix a memory leak in get_default_remote_submodule()
  ` [PATCH v7 11/17] submodule--helper: fix "reference" leak
  ` [PATCH v7 12/17] submodule--helper: fix obscure leak in module_add()
  ` [PATCH v7 13/17] submodule--helper: fix a "
  ` [PATCH v7 14/17] submodule--helper: fix a memory leak in print_status()
  ` [PATCH v7 15/17] submodule--helper: free some "displaypath" in "struct update_data"
  ` [PATCH v7 16/17] submodule--helper: free rest of "
  ` [PATCH v7 17/17] submodule--helper: fix a configure_added_submodule() leak

[PATCH 5/7] bundle-uri: parse bundle list in config format
 2022-08-31 22:18 UTC  (2+ messages)

[PATCH 2/7] bundle-uri: create base key-value pair parsing
 2022-08-31 22:10 UTC  (2+ messages)

What's cooking in git.git (Aug 2022, #10; Tue, 30)
 2022-08-31 20:15 UTC  (9+ messages)
` jk/unused-annotation + ab/unused-annotation (was: What's cooking in git.git (Aug 2022, #10; Tue, 30))
    ` jk/unused-annotation + ab/unused-annotation
` js/add-p-diff-parsing-fix (was: What's cooking in git.git (Aug 2022, #10; Tue, 30))
      ` js/add-p-diff-parsing-fix

[PATCH] ci: update 'static-analysis' to Ubuntu 22.04
 2022-08-31 19:29 UTC  (13+ messages)

upgrade 2.18.0 to 2.37.2 question
 2022-08-31 17:42 UTC 

Draft of Git Rev News edition 90
 2022-08-31 15:32 UTC 


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