git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-09-13 11:23:20 to 2021-09-14 19:02:27 UTC [more...]

[PATCH 0/9] reducing memory allocations for v2 servers
 2021-09-14 19:02 UTC  (24+ messages)
` [PATCH 1/9] serve: rename is_command() to parse_command()
` [PATCH 2/9] serve: return capability "value" from get_capability()
` [PATCH 3/9] serve: add "receive" method for v2 capabilities table
` [PATCH 4/9] serve: provide "receive" function for object-format capability
` [PATCH 5/9] serve: provide "receive" function for session-id capability
` [PATCH 6/9] serve: drop "keys" strvec
` [PATCH 7/9] ls-refs: ignore very long ref-prefix counts
` [PATCH 8/9] serve: reject bogus v2 "command=ls-refs=foo"
` [PATCH 9/9] serve: reject commands used as capabilities

[PATCH 0/8] repack: introduce `--write-midx`
 2021-09-14 18:55 UTC  (6+ messages)
` [PATCH 8/8] builtin/repack.c: pass `--refs-snapshot` when writing bitmaps

[PATCH v1] git-clone.txt: add the --recursive option
 2021-09-14 18:31 UTC  (9+ messages)

[PATCH 00/15] [RFC] Upstreaming the Scalar command
 2021-09-14 18:09 UTC  (33+ messages)
` [PATCH v2 "
  ` [PATCH v2 01/15] scalar: create a rudimentary executable
  ` [PATCH v3 00/15] [RFC] Upstreaming the Scalar command
    ` [PATCH v3 01/15] scalar: create a rudimentary executable
            ` Train station analogy, was Re: [PATCH v3 00/15] [RFC] Upstreaming the Scalar command
    ` [PATCH v4 00/15] "
      ` [PATCH v4 01/15] scalar: create a rudimentary executable
      ` [PATCH v4 02/15] scalar: start documenting the command
      ` [PATCH v4 03/15] scalar: create test infrastructure
      ` [PATCH v4 04/15] scalar: 'register' sets recommended config and starts maintenance
      ` [PATCH v4 05/15] scalar: 'unregister' stops background maintenance
      ` [PATCH v4 06/15] scalar: let 'unregister' handle a deleted enlistment directory gracefully
      ` [PATCH v4 07/15] scalar: implement 'scalar list'
      ` [PATCH v4 08/15] scalar: implement the `clone` subcommand
      ` [PATCH v4 09/15] scalar: teach 'clone' to support the --single-branch option
      ` [PATCH v4 10/15] scalar: implement the `run` command
      ` [PATCH v4 11/15] scalar: allow reconfiguring an existing enlistment
      ` [PATCH v4 12/15] scalar: teach 'reconfigure' to optionally handle all registered enlistments
      ` [PATCH v4 13/15] scalar: implement the `delete` command
      ` [PATCH v4 14/15] scalar: implement the `version` command
      ` [PATCH v4 15/15] scalar: accept -C and -c options before the subcommand

What's cooking in git.git (Sep 2021, #04; Mon, 13)
 2021-09-14 17:47 UTC  (5+ messages)

[PATCH 0/3] Use default values from settings instead of config
 2021-09-14 17:41 UTC  (17+ messages)
` [PATCH 1/3] fsck: verify commit graph when implicitly enabled
` [PATCH 2/3] fsck: verify multi-pack-index when implictly enabled
` [PATCH 3/3] gc: perform incremental repack "

[PATCH] MyFirstContribution: Document --range-diff option when writing v2
 2021-09-14 17:21 UTC  (8+ messages)

[PATCH 0/3] windows: allow building without NO_UNIX_SOCKETS
 2021-09-14 16:43 UTC  (20+ messages)
` [PATCH 1/3] t0301: fixes for windows compatibility
` [PATCH v2 0/3] windows: allow building without NO_UNIX_SOCKETS
  ` [PATCH v2 1/3] t0301: fixes for windows compatibility
  ` [PATCH v2 2/3] credential-cache: check for windows specific errors
  ` [PATCH v2 3/3] git-compat-util: include declaration for unix sockets
  ` [PATCH v3 0/3] windows: allow building without NO_UNIX_SOCKETS
    ` [PATCH v3 1/3] t0301: fixes for windows compatibility
    ` [PATCH v3 2/3] credential-cache: check for windows specific errors
    ` [PATCH v3 3/3] git-compat-util: include declaration for unix sockets in windows

[PATCH 00/11] rebase: dereference tags
 2021-09-14 16:29 UTC  (25+ messages)
` [PATCH v2 "
  ` [PATCH v2 01/11] t3407: run tests in $TEST_DIRECTORY
  ` [PATCH v2 02/11] t3407: use test_commit
  ` [PATCH v2 03/11] t3407: use test_cmp_rev
  ` [PATCH v2 04/11] t3407: rename a variable
  ` [PATCH v2 05/11] t3407: use test_path_is_missing
  ` [PATCH v2 06/11] t3407: strengthen rebase --abort tests
  ` [PATCH v2 07/11] t3407: rework rebase --quit tests
  ` [PATCH v2 08/11] rebase: remove redundant strbuf
  ` [PATCH v2 09/11] rebase: use our standard error return value
  ` [PATCH v2 10/11] rebase: use lookup_commit_reference_by_name()
  ` [PATCH v2 11/11] rebase: dereference tags

[PATCH] merge-recursive: use fspathcmp() in path_hashmap_cmp()
 2021-09-14 14:11 UTC  (11+ messages)

[PATCH 0/2] documentation: handle non-existing html pages and document 'git version'
 2021-09-14 13:27 UTC  (12+ messages)
` [PATCH 1/2] help: make sure local html page exists before calling external processes
` [PATCH 2/2] documentation: add documentation for 'git version'
` [PATCH v2 0/2] documentation: handle non-existing html pages and document "
  ` [PATCH v2 1/2] help: make sure local html page exists before calling external processes
  ` [PATCH v2 2/2] documentation: add documentation for 'git version'

Test
 2021-09-14 12:20 UTC 

The 2nd Virtual Git Contributors’ Summit
 2021-09-14 11:32 UTC  (2+ messages)
` Dates for the Virtual Summit, was "

[PATCH v2 0/6] Implement a batched fsync option for core.fsyncObjectFiles
 2021-09-14 10:39 UTC  (10+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/6] bulk-checkin: rename 'state' variable and separate 'plugged' boolean
  ` [PATCH v3 2/6] core.fsyncobjectfiles: batched disk flushes
  ` [PATCH v3 3/6] core.fsyncobjectfiles: add windows support for batch mode
  ` [PATCH v3 4/6] update-index: use the bulk-checkin infrastructure
  ` [PATCH v3 5/6] core.fsyncobjectfiles: performance tests for add and stash
  ` [PATCH v3 6/6] core.fsyncobjectfiles: enable batch mode for testing

[PATCH 0/4] pack-bitmap: permute existing namehash values
 2021-09-14  5:49 UTC  (14+ messages)
` [PATCH 3/4] midx.c: respect 'pack.writeBitmapHashcache' when writing bitmaps
` [PATCH 4/4] t5326: test propagating hashcache values

[PATCH 0/3] More add_submodule_odb() cleanup in merge code
 2021-09-14  1:31 UTC  (3+ messages)
` [PATCH v2 "

[PATCH] doc: config, tell readers of `git help --config`
 2021-09-13 21:23 UTC 

[PATCH 00/19] Adds reftable library code from https://github.com/hanwen/reftable
 2021-09-13 20:34 UTC  (7+ messages)
` [PATCH v2 "

[PATCH v7 0/6] Finish converting git bisect to C part 4
 2021-09-13 19:27 UTC  (8+ messages)
` [PATCH v7 1/6] t6030-bisect-porcelain: add tests to control bisect run exit cases
` [PATCH v7 2/6] t6030-bisect-porcelain: add test for bisect visualize
` [PATCH v7 3/6] run-command: make `exists_in_PATH()` non-static
` [PATCH v7 4/6] bisect--helper: reimplement `bisect_visualize()` shell function in C
` [PATCH v7 5/6] bisect--helper: reimplement `bisect_run` "
` [PATCH v7 6/6] bisect--helper: retire `--bisect-next-check` subcommand

[PATCH 0/2] parse-options.c: remove OPT_ARGUMENT
 2021-09-13 19:27 UTC  (7+ messages)
` [PATCH v2 0/4] difftool refactoring + remove OPT_ARGUMENT() macro
  ` [PATCH v2 3/4] difftool: use run_command() API in run_file_diff()

[PATCH 0/6] help: fix usage nits & bugs, completion shellscript->C
 2021-09-13 19:21 UTC  (4+ messages)
` [PATCH v2 0/5] "
  ` [PATCH v2 3/5] help tests: add test for --config output

[PATCH] refs/files-backend: remove unused open mode parameter
 2021-09-13 19:03 UTC  (4+ messages)

[PATCH v3 0/9] post-v2.33 "drop support for ancient curl" follow-up
 2021-09-13 17:41 UTC  (13+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/9] INSTALL: don't mention the "curl" executable at all
  ` [PATCH v4 2/9] INSTALL: reword and copy-edit the "libcurl" section
  ` [PATCH v4 3/9] INSTALL: mention that we need libcurl 7.19.4 or newer to build
  ` [PATCH v4 4/9] Makefile: drop support for curl < 7.9.8 (again)
  ` [PATCH v4 5/9] http: drop support for curl < 7.18.0 (again)
  ` [PATCH v4 6/9] http: correct version check for CURL_HTTP_VERSION_2
  ` [PATCH v4 7/9] http: correct curl version check for CURLOPT_PINNEDPUBLICKEY
  ` [PATCH v4 8/9] http: centralize the accounting of libcurl dependencies
  ` [PATCH v4 9/9] http: don't hardcode the value of CURL_SOCKOPT_OK

[PATCH] strvec: use size_t to store nr and alloc
 2021-09-13 17:20 UTC  (10+ messages)
    ` [PATCH v2 0/7] "

[PATCH 0/8] Drop support for git rebase --preserve-merges
 2021-09-13 15:53 UTC  (11+ messages)
` [PATCH v2 0/7] "
                ` merge-ort and --rebase-merges, was "

[PATCH 00/13] [RFC] Sparse-checkout: modify 'git add', 'git rm', and 'git add' behavior
 2021-09-13 15:02 UTC  (5+ messages)
` [PATCH v2 00/14] "
  ` [PATCH v2 02/14] t1092: behavior for adding sparse files

What's cooking in git.git (Sep 2021, #03; Fri, 10)
 2021-09-13 12:11 UTC  (3+ messages)
  ` js/retire-preserve-merges, was "

[PATCH 0/2] A pair of git am --abort issues
 2021-09-13 12:08 UTC  (3+ messages)
` [PATCH v2 0/3] "


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