git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2020-09-16 12:30:12 to 2020-09-18 01:15:25 UTC [more...]

[PATCH 00/12] more miscellaneous Bloom filter improvements, redux
 2020-09-18  1:15 UTC  (26+ messages)
` [PATCH v2 00/13] "
  ` [PATCH v2 01/13] commit-graph: introduce 'get_bloom_filter_settings()'
  ` [PATCH v2 02/13] t4216: use an '&&'-chain
  ` [PATCH v2 03/13] commit-graph: pass a 'struct repository *' in more places
  ` [PATCH v2 04/13] t/helper/test-read-graph.c: prepare repo settings
  ` [PATCH v2 05/13] commit-graph: respect 'commitGraph.readChangedPaths'
  ` [PATCH v2 06/13] commit-graph.c: store maximum changed paths
  ` [PATCH v2 07/13] bloom: split 'get_bloom_filter()' in two
  ` [PATCH v2 08/13] bloom: use provided 'struct bloom_filter_settings'
  ` [PATCH v2 09/13] bloom/diff: properly short-circuit on max_changes
  ` [PATCH v2 10/13] bloom: encode out-of-bounds filters as non-empty
  ` [PATCH v2 11/13] commit-graph: rename 'split_commit_graph_opts'
  ` [PATCH v2 12/13] builtin/commit-graph.c: introduce '--max-new-filters=<n>'
  ` [PATCH v2 13/13] commit-graph: introduce 'commitGraph.maxNewFilters'

[PATCH v3 0/3] git branch: allow combining merged and no-merged filters
 2020-09-18  0:49 UTC  (7+ messages)
` [PATCH v4 "
  ` [PATCH v4 2/3] Doc: cover multiple contains/no-contains filters
  ` [PATCH 0/2] ref-filter: merged & no-merged touch-ups
    ` [PATCH 1/2] ref-filter: refactor do_merge_filter()
    ` [PATCH 2/2] Doc: prefer more specific file name

[PATCH] format-patch: cancel useAutoBase if base is invalid
 2020-09-18  0:04 UTC  (4+ messages)

[RFC v2 0/1] implement support for negative refspecs
 2020-09-18  0:01 UTC  (4+ messages)
` [RFC v2 1/1] refspec: add "

Bug merging submodule
 2020-09-17 22:50 UTC 

sub-fetches discard --ipv4|6 option
 2020-09-17 22:31 UTC  (35+ messages)
      ` [PATCH] config: option transfer.ipversion to set transport protocol version for network fetches
          ` [PATCH] Config option to set the "

[PATCH 00/15] remote-mediawiki: various fixes to make tests pass
 2020-09-17 22:28 UTC  (26+ messages)
` [PATCH 01/15] remote-mediawiki doc: correct link to GitHub project
` [PATCH 02/15] remote-mediawiki doc: link to MediaWiki's current version
` [PATCH 03/15] remote-mediawiki doc: bump recommended PHP version to 7.3
` [PATCH 04/15] remote-mediawiki tests: use the login/password variables
` [PATCH 05/15] remote-mediawiki tests: use a 10 character password
` [PATCH 06/15] remote-mediawiki tests: use test_cmp in tests
` [PATCH 07/15] remote-mediawiki tests: guard test_cmp with test_path_is_file
` [PATCH 08/15] remote-mediawiki tests: change `[]` to `test`
` [PATCH 09/15] remote-mediawiki tests: use "$dir/" instead of "$dir."
` [PATCH 10/15] remote-mediawiki tests: use a more idiomatic dispatch table
` [PATCH 11/15] remote-mediawiki tests: replace deprecated Perl construct
` [PATCH 12/15] remote-mediawiki tests: use inline PerlIO for readability

[PATCH] cmake: ignore generated files
 2020-09-17 21:49 UTC  (2+ messages)

What's cooking in git.git (Sep 2020, #04; Wed, 16)
 2020-09-17 21:39 UTC  (6+ messages)
` ds/maintenance-part-1 (was Re: What's cooking in git.git (Sep 2020, #04; Wed, 16))

[PATCH] enable core.fsyncObjectFiles by default
 2020-09-17 20:37 UTC  (24+ messages)
          ` [RFC PATCH 0/2] should core.fsyncObjectFiles fsync the dir entry + docs
          ` [RFC PATCH 1/2] sha1-file: fsync() loose dir entry when core.fsyncObjectFiles
          ` [RFC PATCH 2/2] core.fsyncObjectFiles: make the docs less flippant

[PATCH] remote: in case of error don't show success message
 2020-09-17 18:39 UTC  (2+ messages)

[PATCH v4 00/11] Maintenance I: Command, gc and commit-graph tasks
 2020-09-17 18:35 UTC  (14+ messages)
` [PATCH v5 "
  ` [PATCH v5 01/11] maintenance: create basic maintenance runner
  ` [PATCH v5 02/11] maintenance: add --quiet option
  ` [PATCH v5 03/11] maintenance: replace run_auto_gc()
  ` [PATCH v5 04/11] maintenance: initialize task array
  ` [PATCH v5 05/11] maintenance: add commit-graph task
  ` [PATCH v5 06/11] maintenance: add --task option
  ` [PATCH v5 07/11] maintenance: take a lock on the objects directory
  ` [PATCH v5 08/11] maintenance: create maintenance.<task>.enabled config
  ` [PATCH v5 09/11] maintenance: use pointers to check --auto
  ` [PATCH v5 10/11] maintenance: add auto condition for commit-graph task
  ` [PATCH v5 11/11] maintenance: add trace2 regions for task execution

approximate_object_count_valid never set?
 2020-09-17 18:26 UTC  (6+ messages)
  ` [PATCH] packfile: actually set approximate_object_count_valid

[PATCH v2 0/4] builtin/diff: learn --merge-base
 2020-09-17 18:23 UTC  (17+ messages)
` [PATCH v3 00/10] "
  ` [PATCH v3 01/10] t4068: remove unnecessary >tmp
  ` [PATCH v3 02/10] git-diff-index.txt: make --cached description a proper sentence
  ` [PATCH v3 03/10] git-diff.txt: backtick quote command text
  ` [PATCH v3 04/10] contrib/completion: extract common diff/difftool options
  ` [PATCH v3 05/10] diff-lib: accept option flags in run_diff_index()
  ` [PATCH v3 06/10] diff-lib: define diff_get_merge_base()
  ` [PATCH v3 07/10] t4068: add --merge-base tests
  ` [PATCH v3 08/10] builtin/diff-index: learn --merge-base
  ` [PATCH v3 09/10] builtin/diff-tree: "
  ` [PATCH v3 10/10] contrib/completion: complete `git diff --merge-base`

Git in Outreachy?
 2020-09-17 15:34 UTC  (17+ messages)

[PATCH 0/4] clone: allow configurable default for -o/--origin
 2020-09-17 15:25 UTC  (3+ messages)
` [PATCH 4/4] clone: allow configurable default for `-o`/`--origin`

[PATCH 0/7] Maintenance III: Background maintenance
 2020-09-17 14:05 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 4/7] maintenance: add [un]register subcommands

Has there been a change in Git Mailing List settings? From list as sender to originator as sender?
 2020-09-17 13:01 UTC  (2+ messages)

[PATCH] contrib/completion: complete options that take refs for format-patch
 2020-09-17  8:04 UTC 

[PATCH 1/2] t5534: new test case for atomic signed push
 2020-09-16 23:44 UTC  (8+ messages)
` [PATCH 2/2] send-pack: check atomic push before running GPG

[PATCH 0/5] Inclusive naming, part II
 2020-09-16 22:39 UTC  (12+ messages)
` [PATCH 1/5] fast-export: avoid using unnecessary language in a code comment
` [PATCH 2/5] t/test-terminal: avoid non-inclusive language
` [PATCH 3/5] t3200: avoid variations of the `master` branch name
` [PATCH 4/5] tests: "
` [PATCH 5/5] t9902: avoid using the branch name `master`

[PATCH v3] refs: add GIT_TRACE_REFS debugging mechanism
 2020-09-16 15:53 UTC  (2+ messages)
` [PATCH v4] "

[PATCH] push: make `--force-with-lease[=<ref>]` safer
 2020-09-16 11:55 UTC  (4+ messages)

[PATCH v2 0/2] push: make "--force-with-lease" safer
 2020-09-16 12:47 UTC  (9+ messages)
` [PATCH v3 0/7] push: add "--[no-]force-if-includes"
  ` [PATCH v3 1/7] remote: add reflog check for "force-if-includes"
  ` [PATCH v3 5/7] builtin/push: add option "--[no-]force-if-includes"

Bug Report: git-p4 unshelve failed
 2020-09-16 12:59 UTC  (2+ messages)

[PATCH 3/4] clone: validate --origin option before use
 2020-09-16 16:28 UTC  (2+ messages)

[PATCH 1/4] clone: add tests for --template and some disallowed option pairs
 2020-09-16 16:36 UTC  (3+ messages)

[PATCH 3/4] clone: validate --origin option before use
 2020-09-16 17:11 UTC  (2+ messages)

[PATCH 2/4] clone: call git_config before parse_options
 2020-09-16 16:12 UTC  (2+ messages)

[PATCH 00/13] reftable library
 2020-09-16 19:10 UTC  (14+ messages)
` [PATCH 01/13] reftable: add LICENSE
` [PATCH 02/13] reftable: define the public API
` [PATCH 03/13] vcxproj: adjust for the reftable changes
` [PATCH 04/13] reftable: add a barebones unittest framework
` [PATCH 05/13] reftable: utility functions
` [PATCH 06/13] reftable: (de)serialization for the polymorphic record type
` [PATCH 07/13] reftable: reading/writing blocks
` [PATCH 08/13] reftable: a generic binary tree implementation
` [PATCH 09/13] reftable: write reftable files
` [PATCH 10/13] reftable: read "
` [PATCH 11/13] reftable: file level tests
` [PATCH 12/13] reftable: rest of library
` [PATCH 13/13] reftable: "test-tool dump-reftable" command


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