git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2022-08-31 23:15:25 to 2022-09-02 16:52:38 UTC [more...]

[PATCH 0/8] scalar: integrate into core Git
 2022-09-02 16:52 UTC  (42+ messages)
` [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 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 v2 0/9] scalar: integrate into core Git
  ` [PATCH v2 1/9] scalar: fix command documentation section header
  ` [PATCH v2 2/9] scalar: include in standard Git build & installation
  ` [PATCH v2 3/9] git help: special-case `scalar`
  ` [PATCH v2 4/9] scalar: implement the `help` subcommand
  ` [PATCH v2 5/9] scalar: add to 'git help -a' command list
  ` [PATCH v2 6/9] scalar-clone: add test coverage
  ` [PATCH v2 7/9] t/perf: add Scalar performance tests
  ` [PATCH v2 8/9] t/perf: add 'GIT_PERF_USE_SCALAR' run option
  ` [PATCH v2 9/9] Documentation/technical: include Scalar technical doc

[PATCH v3 0/2] fsmonitor: option to allow fsmonitor to run against network-mounted repos
 2022-09-02 16:35 UTC  (11+ messages)
` [PATCH v4 0/4] "
  ` [PATCH v4 1/4] fsmonitor: add two new config options, allowRemote and socketDir
  ` [PATCH v4 4/4] fsmonitor: normalize FSEvents event paths to the real path

[BUG] git crashes on simple rev-parse incantation
 2022-09-02 16:27 UTC  (8+ messages)
` [PATCH] rev-parse: Detect missing opt-spec
    ` [PATCH v2] "

[PATCH 0/3] list-object-filter: introduce depth filter
 2022-09-02 13:48 UTC  (7+ 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] unpack-trees: fix sparse directory recursion check
 2022-09-02 13:32 UTC  (3+ messages)

[PATCH 00/18] make test "linting" more comprehensive
 2022-09-02 12:42 UTC  (23+ 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
  ` several messages

[PATCH] t1800: correct test to handle Cygwin
 2022-09-02 12:22 UTC  (4+ messages)

[BUG] Unicode filenames handling in `git log --stat`
 2022-09-02 10:12 UTC  (9+ messages)
` [PATCH v2 1/1] diff.c: When appropriate, use utf8_strwidth()
` [PATCH v3 1/2] diff.c: When appropriate, use utf8_strwidth(), part1
` [PATCH v3 2/2] diff.c: More changes and tests around utf8_strwidth()

[PATCH v3 0/5] built-in add -p: support diff-so-fancy better
 2022-09-02  8:53 UTC  (22+ messages)
` [PATCH v4 0/3] "
  ` [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/3] Output fixes for --remerge-diff
 2022-09-02  3:53 UTC  (22+ 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 "
  ` [PATCH v3 0/3] Output fixes for --remerge-diff
    ` [PATCH v3 1/3] diff: have submodule_format logic avoid additional diff headers
    ` [PATCH v3 2/3] diff: fix filtering of additional headers under --remerge-diff
    ` [PATCH v3 3/3] diff: fix filtering of merge commits "

[PATCH v1 0/2] grep: integrate with sparse index
 2022-09-02  3:28 UTC  (12+ 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] embargoed releases: also describe the git-security list and the process
 2022-09-01 22:39 UTC 

[PATCH v6 00/17] submodule--helper: fix memory leaks
 2022-09-01 21:23 UTC  (16+ messages)
` [PATCH v7 "
  ` [PATCH v7 02/17] submodule--helper: fix trivial get_default_remote_submodule() leak
  ` [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 v3 00/32] submodule--helper: add tests, rm dead code, refactor & leak prep
 2022-09-01 20:59 UTC  (37+ 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 4/6] submodule: return target of submodule symref
 2022-09-01 20:46 UTC  (3+ messages)

[PATCH 6/6] clone, submodule update: check out branches
 2022-09-01 20:00 UTC  (2+ messages)

[PATCH 0/5] cocci: make "incremental" possible + a ccache-like tool
 2022-09-01 18:04 UTC  (5+ messages)
` [PATCH v2 0/9] "
  ` [PATCH v2 7/9] cocci: make "coccicheck" rule incremental

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)

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

[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 2/7] bundle-uri: create base key-value pair parsing
 2022-09-01  2:38 UTC  (2+ messages)
` [PATCH 4/7] bundle-uri: unit test "key=value" parsing


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