git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-09-13 16:17:12 to 2021-09-14 23:51:30 UTC [more...]

[PATCH 0/9] reducing memory allocations for v2 servers
 2021-09-14 23:51 UTC  (35+ 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 v2 0/11] limit memory allocations for v2 servers
  ` [PATCH v2 01/11] serve: rename is_command() to parse_command()
  ` [PATCH v2 02/11] serve: return capability "value" from get_capability()
  ` [PATCH v2 03/11] serve: add "receive" method for v2 capabilities table
  ` [PATCH v2 04/11] serve: provide "receive" function for object-format capability

[PATCH 0/8] repack: introduce `--write-midx`
 2021-09-14 23:48 UTC  (12+ messages)
` [PATCH 2/8] builtin/multi-pack-index.c: support --stdin-packs mode
` [PATCH 8/8] builtin/repack.c: pass `--refs-snapshot` when writing bitmaps

[PATCH 00/15] [RFC] Upstreaming the Scalar command
 2021-09-14 23:22 UTC  (34+ messages)
` [PATCH v2 "
  ` [PATCH v2 01/15] scalar: create a rudimentary executable
  ` [PATCH v3 00/15] [RFC] Upstreaming the Scalar command
            ` Train station analogy, was "
    ` [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

[RFC PATCH 1/2] refs: make _advance() check struct repo, not flag
 2021-09-14 22:41 UTC  (3+ messages)

[PATCH 0/4] pack-bitmap: permute existing namehash values
 2021-09-14 22:06 UTC  (22+ messages)
` [PATCH 3/4] midx.c: respect 'pack.writeBitmapHashcache' when writing bitmaps
` [PATCH 4/4] t5326: test propagating hashcache values
` [PATCH v2 0/7] pack-bitmap: permute existing namehash values
  ` [PATCH v2 1/7] t/helper/test-bitmap.c: add 'dump-hashes' mode
  ` [PATCH v2 2/7] pack-bitmap.c: propagate namehash values from existing bitmaps
  ` [PATCH v2 3/7] midx.c: respect 'pack.writeBitmapHashcache' when writing bitmaps
  ` [PATCH v2 4/7] p5326: create missing 'perf-tag' tag
  ` [PATCH v2 5/7] p5326: don't set core.multiPackIndex unnecessarily
  ` [PATCH v2 6/7] p5326: generate pack bitmaps before writing the MIDX bitmap
  ` [PATCH v2 7/7] t5326: test propagating hashcache values

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

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

[PATCH v2 0/6] Implement a batched fsync option for core.fsyncObjectFiles
 2021-09-14 20:33 UTC  (14+ 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 v1] git-clone.txt: add the --recursive option
 2021-09-14 20:21 UTC  (10+ messages)
              ` Re* "

[PATCH 0/3] windows: allow building without NO_UNIX_SOCKETS
 2021-09-14 19:33 UTC  (17+ 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 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
      ` What should happen in credential-cache on recoverable error without SPAWN option?
    ` [PATCH v3 3/3] git-compat-util: include declaration for unix sockets in windows

[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 00/11] rebase: dereference tags
 2021-09-14 16:29 UTC  (16+ messages)
` [PATCH v2 "
  ` [PATCH v2 08/11] rebase: remove redundant strbuf
  ` [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  (11+ 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 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  (4+ messages)
` [PATCH v4 "

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


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