git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2022-08-30 17:22:12 to 2022-09-01 02:29:21 UTC [more...]

[PATCH v3 0/2] fsmonitor: option to allow fsmonitor to run against network-mounted repos
 2022-09-01  2:25 UTC  (12+ 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 0/3] Output fixes for --remerge-diff
 2022-09-01  1:13 UTC  (7+ 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 3/3] diff: fix filtering of merge commits "

[PATCH 00/18] make test "linting" more comprehensive
 2022-09-01  0:29 UTC  (19+ 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

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

[PATCH 0/7] Bundle URIs III: Parse and download from bundle lists
 2022-08-31 22:02 UTC  (3+ messages)
` [PATCH 2/7] bundle-uri: create base key-value pair parsing

[PATCH v2] ppc: remove custom SHA-1 implementation
 2022-08-31 21:44 UTC  (5+ messages)
` [PATCH v3 0/2] Makefile + hash.h: remove PPC_SHA1 implementation
  ` [PATCH v3 1/2] "
  ` [PATCH v3 2/2] Makefile: use $(OBJECTS) instead of $(C_OBJ)

[PATCH 0/5] cocci: make "incremental" possible + a ccache-like tool
 2022-08-31 20:57 UTC  (11+ 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 v2 0/4] built-in add -p: support diff-so-fancy better
 2022-08-31 20:44 UTC  (20+ 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

What's cooking in git.git (Aug 2022, #10; Tue, 30)
 2022-08-31 20:15 UTC  (10+ messages)
` js/bisect-in-c, was "
` 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  (15+ messages)

[PATCH 0/8] scalar: integrate into core Git
 2022-08-31 18:42 UTC  (12+ messages)
` [PATCH 1/8] scalar: fix command documentation section header
` [PATCH 2/8] scalar: include in standard Git build & installation
` [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

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 

[PATCH v2 0/9] docs: de-duplicate sections, add more CONFIGURATION sections
 2022-08-31  8:41 UTC  (11+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/9] docs: add and use include template for config/* includes
  ` [PATCH v3 2/9] grep docs: de-duplicate configuration sections
  ` [PATCH v3 3/9] send-email "
  ` [PATCH v3 4/9] apply "
  ` [PATCH v3 5/9] notes docs: de-duplicate and combine "
  ` [PATCH v3 6/9] difftool docs: de-duplicate "
  ` [PATCH v3 7/9] log "
  ` [PATCH v3 8/9] docs: add CONFIGURATION sections that map to a built-in
  ` [PATCH v3 9/9] docs: add CONFIGURATION sections that fuzzy map to built-ins

Bug in 'git log --remerge-diff' when used with '--find-object' and '--submodule=log|diff'
 2022-08-31  7:37 UTC  (5+ messages)

[PATCH] sha256: add support for Nettle
 2022-08-31  5:34 UTC  (7+ messages)
` [PATCH v2] "

[PATCH 0/6] clone, submodule update: check out submodule branches
 2022-08-30 22:54 UTC  (4+ messages)
` [PATCH 6/6] clone, submodule update: check out branches

[ANNOUNCE] Git for Windows 2.37.3
 2022-08-30 22:10 UTC 

[PATCH 0/3] A couple of CI fixes regarding the built-in add --patch
 2022-08-30 21:46 UTC  (13+ messages)
` [PATCH 1/3] add -p: avoid ambiguous signed/unsigned comparison
` [PATCH 2/3] t3701: test the built-in `add -i` regardless of NO_PERL
` validating signed/unsigned comparisons with Coccinelle, was Re: [PATCH 0/3] A couple of CI fixes regarding the built-in add --patch

[PATCH v5 00/16] Finish converting git bisect into a built-in
 2022-08-30 21:28 UTC  (20+ messages)
` [PATCH v6 "
  ` [PATCH v6 01/16] bisect--helper: retire the --no-log option
  ` [PATCH v6 02/16] bisect--helper: really retire --bisect-next-check
  ` [PATCH v6 03/16] bisect--helper: really retire `--bisect-autostart`
  ` [PATCH v6 04/16] bisect--helper: simplify exit code computation
  ` [PATCH v6 05/16] bisect--helper: make `terms` an explicit singleton
  ` [PATCH v6 06/16] bisect--helper: make the order consistently `argc, argv`
  ` [PATCH v6 07/16] bisect--helper: migrate to OPT_SUBCOMMAND()
  ` [PATCH v6 08/16] bisect: verify that a bogus option won't try to start a bisection
  ` [PATCH v6 09/16] bisect run: fix the error message
  ` [PATCH v6 10/16] bisect: avoid double-quoting when printing the failed command
  ` [PATCH v6 11/16] bisect--helper: calling `bisect_state()` without an argument is a bug
  ` [PATCH v6 12/16] bisect--helper: make `state` optional
  ` [PATCH v6 13/16] bisect: move even the command-line parsing to `bisect--helper`
  ` [PATCH v6 14/16] Turn `git bisect` into a full built-in
  ` [PATCH v6 15/16] bisect: remove Cogito-related code
  ` [PATCH v6 16/16] bisect: no longer try to clean up left-over `.git/head-name` files

[PATCH] gc: use temporary file for editing crontab
 2022-08-30 20:40 UTC  (3+ messages)
` [PATCH v2] "
  ` [PATCH] test-crontab: minor memory and error handling fixes

[PATCH 0/2] format-patch --force-inbody-from
 2022-08-30 20:14 UTC  (5+ messages)
` [PATCH v2 0/3] format-patch --force-in-body-from
  ` [PATCH v2 2/3] format-patch: allow forcing the use of in-body From: header

curiosities with tempfile.active
 2022-08-30 19:46 UTC  (8+ messages)
  ` [PATCH 0/2] cleaning up tempfile active flag
    ` [PATCH 1/2] tempfile: drop "
    ` [PATCH 2/2] tempfile: update comment describing state transitions

[ANNOUNCE] Git v2.37.3
 2022-08-30 18:40 UTC 

[PATCH] Documentation: clarify whitespace rules for trailers
 2022-08-30 17:20 UTC  (3+ 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).