git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-09-14 03:39:10 to 2021-09-15 18:08:00 UTC [more...]

[PATCH] send-email: Avoid incorrect header propagation
 2021-09-15 18:07 UTC  (4+ messages)

[PATCH v4] pretty: colorize pattern matches in commit messages
 2021-09-15 18:04 UTC  (2+ messages)

[PATCH 0/9] reducing memory allocations for v2 servers
 2021-09-15 17:39 UTC  (64+ 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 v2 05/11] serve: provide "receive" function for session-id capability
  ` [PATCH v2 06/11] serve: drop "keys" strvec
  ` [PATCH v2 07/11] ls-refs: ignore very long ref-prefix counts
  ` [PATCH v2 08/11] docs/protocol-v2: clarify some ls-refs ref-prefix details
  ` [PATCH v2 09/11] serve: reject bogus v2 "command=ls-refs=foo"
  ` [PATCH v2 10/11] serve: reject commands used as capabilities
  ` [PATCH v2 11/11] ls-refs: reject unknown arguments

[PATCH] update-ref: fix streaming of status updates
 2021-09-15 17:24 UTC  (3+ messages)
  ` [PATCH] t1400: avoid SIGPIPE race condition on fifo

Suggestion for addition to error message upon push to a checked out repository
 2021-09-15 17:05 UTC 

[PATCH 00/13] [RFC] Sparse-checkout: modify 'git add', 'git rm', and 'git add' behavior
 2021-09-15 16:59 UTC  (17+ messages)
` [PATCH v2 00/14] "
  ` [PATCH v2 01/14] t3705: test that 'sparse_entry' is unstaged
  ` [PATCH v2 04/14] dir: select directories correctly
  ` [PATCH v2 08/14] add: implement the --sparse option
  ` [PATCH v2 14/14] advice: update message to suggest '--sparse'

[PATCH v2 0/6] Implement a batched fsync option for core.fsyncObjectFiles
 2021-09-15 16:21 UTC  (14+ messages)
` [PATCH v3 "
  ` [PATCH v3 2/6] core.fsyncobjectfiles: batched disk flushes
  ` [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/5] rebase -i: a couple of small improvements
 2021-09-15 15:44 UTC  (8+ messages)
` [PATCH 4/5] rebase -i: don't fork git checkout

[hacky PATCH 0/2] speeding up trivial for-each-ref invocations
 2021-09-15 14:23 UTC  (10+ messages)
` [PATCH 1/2] ref-filter: hacky "streaming" mode

data loss when doing ls-remote and piped to command
 2021-09-15 12:43 UTC 

[PATCH 0/2] RFC: implement new zdiff3 conflict style
 2021-09-15 11:21 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] xdiff: implement a zealous diff3, or "zdiff3"

[PATCH] pack-revindex.h: fix typos of time complexity
 2021-09-15  9:12 UTC  (4+ messages)
` [PATCH v2] pack-revindex.h: correct the time complexity descriptions

[PATCH 0/3] cvsserver: correctly validate pserver passwords
 2021-09-15  8:09 UTC  (4+ messages)
` [PATCH 1/3] git-cvsserver: use crypt correctly to compare password hashes
` [PATCH 2/3] git-cvsserver: protect against NULL in crypt(3)
` [PATCH 3/3] Documentation: cleanup git-cvsserver

[RFC PATCH 1/2] refs: make _advance() check struct repo, not flag
 2021-09-15  7:35 UTC  (4+ messages)

[PATCH 00/19] Adds reftable library code from https://github.com/hanwen/reftable
 2021-09-15  7:34 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 07/19] Provide zlib's uncompress2 from compat/zlib-compat.c

[PATCH 0/8] repack: introduce `--write-midx`
 2021-09-15  4:31 UTC  (15+ 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

[PATCH 0/4] pack-bitmap: permute existing namehash values
 2021-09-14 22:06 UTC  (19+ messages)
` [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  (7+ messages)

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

[PATCH v1] git-clone.txt: add the --recursive option
 2021-09-14 20:21 UTC  (9+ messages)
              ` Re* "

[PATCH v2 0/3] windows: allow building without NO_UNIX_SOCKETS
 2021-09-14 19:33 UTC  (9+ messages)
` [PATCH v3 "
  ` [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  (5+ messages)
` [PATCH 3/3] gc: perform incremental repack when implictly enabled

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

[PATCH 0/2] documentation: handle non-existing html pages and document 'git version'
 2021-09-14 13:27 UTC  (4+ messages)
` [PATCH v2 "
  ` [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 "


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