git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2020-09-14 19:49:56 to 2020-09-17 07:45:04 UTC [more...]

[PATCH v2 0/4] builtin/diff: learn --merge-base
 2020-09-17  7:44 UTC  (4+ 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

What's cooking in git.git (Sep 2020, #04; Wed, 16)
 2020-09-17  3:47 UTC 

[PATCH 00/12] more miscellaneous Bloom filter improvements, redux
 2020-09-17  1:10 UTC  (31+ messages)
` [PATCH 12/12] builtin/commit-graph.c: introduce '--max-new-filters=<n>'
` [PATCH v2 00/13] more miscellaneous Bloom filter improvements, redux
  ` [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'

sub-fetches discard --ipv4|6 option
 2020-09-17  0:57 UTC  (29+ messages)
    ` [PATCH] Pass --ipv4 and --ipv6 options to sub-fetches when fetching multiple remotes and submodules
      ` [PATCH] config: option transfer.ipversion to set transport protocol version for network fetches

[PATCH] format-patch: cancel useAutoBase if base is invalid
 2020-09-17  0:43 UTC  (2+ messages)

[PATCH 1/2] t5534: new test case for atomic signed push
 2020-09-16 23:44 UTC  (12+ 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 00/15] remote-mediawiki: various fixes to make tests pass
 2020-09-16 21:15 UTC  (28+ 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 13/15] remote-mediawiki tests: use CLI installer
` [PATCH 14/15] remote-mediawiki: fix duplicate revisions being imported
` [PATCH 15/15] remote-mediawiki tests: annotate failing tests

[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  (15+ messages)

[PATCH v2 0/2] push: make "--force-with-lease" safer
 2020-09-16 12:47 UTC  (14+ 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"
  ` [PATCH v3 6/7] doc: add reference for "--[no-]force-if-includes"

Git in Outreachy?
 2020-09-16 20:27 UTC  (23+ messages)

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 v2 2/2] ref-filter: allow merged and no-merged filters
 2020-09-16 19:45 UTC  (15+ messages)
` [PATCH v3 0/3] git branch: allow combining "
  ` [PATCH v3 1/3] t3201: test multiple branch filter combinations
  ` [PATCH v3 2/3] Doc: cover multiple contains/no-contains filters
  ` [PATCH v4 0/3] git branch: allow combining merged and no-merged filters
    ` [PATCH v4 1/3] t3201: test multiple branch filter combinations
    ` [PATCH v4 2/3] Doc: cover multiple contains/no-contains filters
    ` [PATCH v4 3/3] ref-filter: allow merged and no-merged filters

[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

[PATCH 1/4] clone: add tests for --template and some disallowed option pairs
 2020-09-16  3:15 UTC  (2+ messages)
` [PATCH 0/4] clone: allow configurable default for -o/--origin

[PATCH] commit-graph-format.txt: fix no-parent value
 2020-09-15 23:12 UTC  (4+ messages)

What's cooking in git.git (Sep 2020, #03; Wed, 9)
 2020-09-15 22:54 UTC  (13+ messages)

Posible bug with GIT_DEFAULT_HASH during clone
 2020-09-15 22:51 UTC  (10+ messages)
` [PATCH] builtin/clone: avoid failure with GIT_DEFAULT_HASH
  ` [PATCH v2] "

Recall: But : git-p4 unshelve
 2020-09-15 16:26 UTC  (2+ messages)

git format-patch with useAutoBase = true
 2020-09-15 20:24 UTC  (2+ messages)

Cannot run `git submodule init` on Cygwin from script with strict error checking
 2020-09-15 20:31 UTC  (6+ messages)

[PATCH v17] Support auto-merge for meld to follow the vim-diff behavior
 2020-09-15  0:55 UTC  (4+ messages)
` [PATCH v18] "

[PATCH v3 1/1] remote.c: fix handling of %(push:remoteref)
 2020-09-14 22:21 UTC  (6+ messages)
` [PATCH v8 "

bug found on the new git maintenance builtin command
 2020-09-14 20:55 UTC  (3+ 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).