git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2022-09-05 08:37:30 to 2022-09-08 05:30:04 UTC [more...]

LSan curiosity in t1300
 2022-09-08  5:29 UTC 

[PATCH] test-lib: ignore uninteresting LSan output
 2022-09-08  5:17 UTC 

Partial-clone cause big performance impact on server
 2022-09-08  5:04 UTC  (26+ 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
                  ` [BUG] t1800: Fails for error text comparison
            ` [PATCH 3/3] parse_object(): check commit-graph when skip_hash set

[PATCH 0/5] plugging some list-objects-filter leaks
 2022-09-08  5:02 UTC  (6+ messages)
` [PATCH 1/5] list_objects_filter_copy(): deep-copy sparse_oid_name field
` [PATCH 2/5] transport: deep-copy object-filter struct for fetch-pack
` [PATCH 3/5] transport: free filter options in disconnect_git()
` [PATCH 4/5] list_objects_filter_options: plug leak of filter_spec strings
` [PATCH 5/5] prepare_repo_settings(): plug leak of config values

[PATCH 0/2] branch: support for at-refs like @{-1} in --edit-description, --set-upstream-to and --unset-upstream
 2022-09-08  4:53 UTC  (12+ 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
  ` [PATCH v3 0/2] branch: support for shortcuts like @{-1}, completed
    ` [PATCH v3 1/2] branch: refactor "edit_description" code path
    ` [PATCH v3 2/2] branch: support for shortcuts like @{-1} completed

[PATCH 0/5] Some fixes and an improvement for using CTest on Windows
 2022-09-08  3:51 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/5] cmake: make it easier to diagnose regressions in CTest runs

[PATCH 0/5] rebase --keep-base: imply --reapply-cherry-picks and --no-fork-point
 2022-09-08  2:44 UTC  (18+ 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
  ` [PATCH v2 3/7] rebase: store orig_head as a commit
  ` [PATCH v2 4/7] rebase: rename merge_base to branch_base
  ` [PATCH v2 5/7] rebase: factor out branch_base calculation
  ` [PATCH v2 6/7] rebase --keep-base: imply --reapply-cherry-picks
  ` [PATCH v2 7/7] rebase --keep-base: imply --no-fork-point

[PATCH v8] ls-files: introduce "--format" option
 2022-09-08  2:01 UTC  (3+ messages)
` [PATCH v9] "

Ambiguous 'HEAD' issue
 2022-09-08  1:34 UTC  (4+ messages)

[PATCH] format-patch: warn if commit msg contains a patch delimiter
 2022-09-08  0:35 UTC  (11+ messages)
  ` [PATCH v2 0/2] "
    ` [PATCH v2 1/2] patchbreak(), is_scissors_line(): work with a buf/len pair
    ` [PATCH v2 2/2] format-patch: warn if commit msg contains a patch delimiter

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

[PATCH] tests: replace mingw_test_cmp with a helper in C
 2022-09-08  0:03 UTC  (15+ messages)
        ` Re* "
` [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 v3 0/2] fsmonitor: option to allow fsmonitor to run against network-mounted repos
 2022-09-07 23:04 UTC  (15+ 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

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

[PATCH v2 00/20] parse-options: handle subcommands
 2022-09-07 21:22 UTC  (9+ 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 `'

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

[PATCH] t1800: correct test to handle Cygwin
 2022-09-07 20:57 UTC  (4+ messages)

[PATCH 00/34] doc/UX: make txt & -h output more consistent
 2022-09-07 20:19 UTC  (25+ messages)
` [PATCH 01/34] CodingGuidelines: update and clarify command-line conventions
` [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 11/34] doc txt & -h consistency: add "-z" to cat-file "-h"
` [PATCH 13/34] doc txt & -h consistency: correct padding around "[]()"
` [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 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 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] unleak paths allocated in "diff --no-index"
 2022-09-07 19:37 UTC  (17+ 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

[BUG] Unicode filenames handling in `git log --stat`
 2022-09-07 18:31 UTC  (7+ messages)
` [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()

[PATCH v3 0/9] docs: de-duplicate sections, add more CONFIGURATION sections
 2022-09-07 16:45 UTC  (13+ messages)
` [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/2] bug with rev-list --verify-objects and commit-graph
 2022-09-07 16:38 UTC  (7+ 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

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

[PATCH 0/3] list-object-filter: introduce depth filter
 2022-09-07 10:18 UTC  (5+ messages)

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  (5+ messages)
` [PATCH 06/18] chainlint.pl: validate test scripts in parallel

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 

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

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

[PATCH 7/7] bundle-uri: fetch a list of bundles
 2022-09-05 12:50 UTC  (2+ messages)

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

[PATCH 0/8] scalar: integrate into core Git
 2022-09-05 10:36 UTC  (3+ messages)
` [PATCH v2 0/9] "


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