git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2022-09-02 09:07:47 to 2022-09-07 14:38:08 UTC [more...]

[PATCH 0/5] rebase --keep-base: imply --reapply-cherry-picks and --no-fork-point
 2022-09-07 14:37 UTC  (7+ messages)
` [PATCH 4/5] rebase --keep-base: imply --reapply-cherry-picks
` [PATCH v2 0/7] rebase --keep-base: imply --reapply-cherry-picks and --no-fork-point
  ` [PATCH v2 1/7] t3416: tighten two tests
  ` [PATCH v2 2/7] t3416: set $EDITOR in subshell

Partial-clone cause big performance impact on server
 2022-09-07 14:36 UTC  (12+ messages)
  ` [External Mail]Re: "
          ` [PATCH 0/3] speeding up on-demand fetch for blobs in partial clone
            ` [PATCH 1/3] parse_object(): allow skipping hash check
            ` [PATCH 2/3] upload-pack: skip parse-object re-hashing of "want" objects
            ` [PATCH 3/3] parse_object(): check commit-graph when skip_hash set

status on security of embedded repos?
 2022-09-07 14:05 UTC  (5+ messages)

2.37.2 can't "git pull" but 2.18.0 can
 2022-09-07 12:59 UTC  (10+ messages)

[PATCH] unleak paths allocated in "diff --no-index"
 2022-09-07 12:31 UTC  (16+ messages)
` [PATCH v2] diff --no-index: unleak paths[] elements
      ` [PATCH 1/2] diff-no-index: release strbuf on queue error
      ` [PATCH 2/2] diff-no-index: release prefixed filenames
      ` [PATCH v2 1/2] diff-no-index: release strbuf on queue error
      ` [PATCH v2 2/2] diff-no-index: release prefixed filenames
      ` [PATCH v2 3/2] diff-no-index: simplify argv index calculation

[PATCH] tests: replace mingw_test_cmp with a helper in C
 2022-09-07 12:24 UTC  (10+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] t0021: use Windows-friendly `pwd`
  ` [PATCH v2 2/2] tests: replace mingw_test_cmp with a helper in C

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

[PATCH 0/3] list-object-filter: introduce depth filter
 2022-09-07 10:18 UTC  (9+ messages)
` [PATCH 1/3] commit-graph: let commit graph respect commit graft

[PATCH 0/2] branch: support for at-refs like @{-1} in --edit-description, --set-upstream-to and --unset-upstream
 2022-09-07  9:53 UTC  (6+ messages)
` [PATCH 1/2] branch: refactor edit_description command switch case
` [PATCH 2/2] branch: support for at-refs like @{-1}
` [PATCH v2 0/2] branch: support for shortcuts like @{-1}, completed
  ` [PATCH v2 1/2] branch: refactor "edit_description" code path
  ` [PATCH v2 2/2] branch: support for shortcuts like @{-1} completed

[BUG] Unicode filenames handling in `git log --stat`
 2022-09-07  4:30 UTC  (14+ 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 v4 1/2] diff.c: When appropriate, use utf8_strwidth(), part1
` [PATCH v4 2/2] diff.c: More changes and tests around utf8_strwidth()

Patches produced with format-patch under specific config aren't applicable
 2022-09-07  2:19 UTC  (2+ messages)

[PATCH 00/18] make test "linting" more comprehensive
 2022-09-06 23:26 UTC  (21+ messages)
` [PATCH 01/18] t: add skeleton chainlint.pl
` [PATCH 02/18] chainlint.pl: add POSIX shell lexical analyzer
` [PATCH 06/18] chainlint.pl: validate test scripts in parallel
` [PATCH 16/18] test-lib: replace chainlint.sed with chainlint.pl
` [PATCH 18/18] t: retire unused chainlint.sed
  ` several messages

[PATCH v3 0/2] fsmonitor: option to allow fsmonitor to run against network-mounted repos
 2022-09-06 22:11 UTC  (13+ 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/2] bug with rev-list --verify-objects and commit-graph
 2022-09-06 21:20 UTC  (6+ messages)
` [PATCH 1/2] lookup_commit_in_graph(): use prepare_commit_graph() to check for graph
` [PATCH 2/2] rev-list: disable commit graph with --verify-objects

Fwd: Bug report (symlink, git stash)
 2022-09-06 20:25 UTC 

[ANNOUNCE] Git Contributor's Summit 2022 - Updates
 2022-09-06 15:46 UTC 

What's cooking in git.git (Sep 2022, #01; Mon, 5)
 2022-09-06 14:17 UTC  (2+ messages)
` en/remerge-diff-fixes (Was: Re: What's cooking in git.git (Sep 2022, #01; Mon, 5))

[PATCH] embargoed releases: also describe the git-security list and the process
 2022-09-05 20:28 UTC  (5+ messages)

[PATCH v2 00/20] parse-options: handle subcommands
 2022-09-05 18:50 UTC  (7+ messages)
` [PATCH 0/5] parse-options: minor cleanups for handling subcommands
  ` [PATCH 1/5] t0040-parse-options: remove leftover debugging
  ` [PATCH 2/5] test-parse-options.c: don't use for loop initial declaration
  ` [PATCH 3/5] test-parse-options.c: fix style of comparison with zero
  ` [PATCH 4/5] notes: simplify default operation mode arguments check
  ` [PATCH 5/5] notes, remote: show unknown subcommands between `'

[PATCH 5/5] rebase --keep-base: imply --no-fork-point
 2022-09-05 13:51 UTC  (2+ messages)

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

[GSoC] Abhradeep's GSoC blogs (5 Sep, 2022 IST)
 2022-09-05 11:34 UTC 

[PATCH] format-patch: warn if commit msg contains a patch delimiter
 2022-09-05 10:57 UTC  (3+ messages)

[PATCH 0/8] scalar: integrate into core Git
 2022-09-05 10:36 UTC  (26+ messages)
` [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 00/34] doc/UX: make txt & -h output more consistent
 2022-09-05  8:26 UTC  (35+ messages)
` [PATCH 01/34] CodingGuidelines: update and clarify command-line conventions
` [PATCH 02/34] builtin/bundle.c: use \t, not fix indentation 2-SP indentation
` [PATCH 03/34] bundle: define subcommand -h in terms of command -h
` [PATCH 04/34] blame: use a more detailed usage_msg_optf() error on bad -L
` [PATCH 05/34] doc SYNOPSIS: don't use ' for subcommands
` [PATCH 06/34] doc SYNOPSIS: consistently use ' for commands
` [PATCH 07/34] doc SYNOPSIS & -h: fix incorrect alternates syntax
` [PATCH 08/34] built-ins: consistently add "\n" between "usage" and options
` [PATCH 09/34] doc txt & -h consistency: word-wrap
` [PATCH 10/34] doc txt & -h consistency: fix incorrect alternates syntax
` [PATCH 11/34] doc txt & -h consistency: add "-z" to cat-file "-h"
` [PATCH 12/34] doc txt & -h consistency: add missing "]" to bugreport "-h"
` [PATCH 13/34] doc txt & -h consistency: correct padding around "[]()"
` [PATCH 14/34] stash doc SYNOPSIS & -h: "
` [PATCH 15/34] doc txt & -h consistency: use "<options>", not "<options>..."
` [PATCH 16/34] t/helper/test-proc-receive.c: "
` [PATCH 17/34] doc txt & -h consistency: fix mismatching labels
` [PATCH 18/34] doc txt & -h consistency: add or fix optional "--" syntax
` [PATCH 19/34] doc txt & -h consistency: make output order consistent
` [PATCH 20/34] doc txt & -h consistency: add missing options and labels
` [PATCH 21/34] doc txt & -h consistency: make "rerere" consistent
` [PATCH 22/34] doc txt & -h consistency: make "read-tree" consistent
` [PATCH 23/34] doc txt & -h consistency: make "bundle" consistent
` [PATCH 24/34] doc txt & -h consistency: use "git foo" form, not "git-foo"
` [PATCH 25/34] doc txt & -h consistency: add missing options
` [PATCH 26/34] doc txt & -h consistency: make "stash" consistent
` [PATCH 27/34] doc txt & -h consistency: make "annotate" consistent
` [PATCH 28/34] doc txt & -h consistency: use "[<label>...]" for "zero or more"
` [PATCH 29/34] doc txt & -h consistency: make "diff-tree" consistent
` [PATCH 30/34] doc txt & -h consistency: make "commit" consistent
` [PATCH 31/34] reflog doc: list real subcommands up-front
` [PATCH 32/34] worktree: define subcommand -h in terms of command -h
` [PATCH 33/34] doc txt & -h consistency: make "worktree" consistent
` [PATCH 34/34] tests: start asserting that *.txt SYNOPSIS matches -h output

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

[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  (10+ messages)
` [PATCH] rev-parse: Detect missing opt-spec
      ` [PATCH] rev-parse --parseopt: detect "

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

[PATCH 2/8] scalar: include in standard Git build & installation
 2022-09-02 12:38 UTC  (3+ messages)
` [PATCH 0/5] Makefile: split up $(test_bindir_programs)

[PATCH] t1800: correct test to handle Cygwin
 2022-09-02 12:22 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).