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

[PATCH 0/7] Bundle URIs III: Parse and download from bundle lists
 2022-09-02 23:51 UTC  (5+ messages)
` [PATCH 3/7] bundle-uri: create "key=value" line parsing
` [PATCH 7/7] bundle-uri: fetch a list of bundles

[PATCH] unleak paths allocated in "diff --no-index"
 2022-09-02 23:49 UTC  (2+ messages)
` [PATCH v2] diff --no-index: unleak paths[] elements

[ANNOUNCE] Git Rev News edition 90
 2022-09-02 21:31 UTC 

[BUG] git crashes on simple rev-parse incantation
 2022-09-02 21:29 UTC  (14+ messages)
` [PATCH] rev-parse: Detect missing opt-spec
    ` [PATCH v2] "
      ` [PATCH] rev-parse --parseopt: detect "

2.37.2 can't "git pull" but 2.18.0 can
 2022-09-02 20:16 UTC  (2+ messages)

[PATCH] unpack-trees: fix sparse directory recursion check
 2022-09-02 19:03 UTC  (5+ messages)

[PATCH] embargoed releases: also describe the git-security list and the process
 2022-09-02 18:59 UTC  (3+ messages)

[PATCH 00/18] make test "linting" more comprehensive
 2022-09-02 18:53 UTC  (27+ 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 v1 0/2] grep: integrate with sparse index
 2022-09-02 18:47 UTC  (13+ 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 v3 0/2] fsmonitor: option to allow fsmonitor to run against network-mounted repos
 2022-09-02 16:54 UTC  (12+ 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

[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 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] 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 v6 00/17] submodule--helper: fix memory leaks
 2022-09-01 21:23 UTC  (5+ messages)
` [PATCH v7 "
  ` [PATCH v7 16/17] submodule--helper: free rest of "displaypath" in "struct update_data"

[PATCH v3 00/32] submodule--helper: add tests, rm dead code, refactor & leak prep
 2022-09-01 20:59 UTC  (27+ messages)
` [PATCH v4 00/33] "
  ` [PATCH v4 06/33] submodule--helper: move "is-active" to a test-tool
  ` [PATCH v4 10/33] submodule--helper style: add \n\n after variable declarations
  ` [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).