git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2020-05-16 00:02:49 to 2020-05-18 20:31:42 UTC [more...]

[PATCH v13 00/13] Reftable support git-core
 2020-05-18 20:31 UTC  (8+ messages)
` [PATCH v14 0/9] "
  ` [PATCH v14 1/9] Write pseudorefs through ref backends
  ` [PATCH v14 2/9] Move REF_LOG_ONLY to refs-internal.h
  ` [PATCH v14 3/9] Iterate over the "refs/" namespace in for_each_[raw]ref
  ` [PATCH v14 4/9] Add .gitattributes for the reftable/ directory
  ` [PATCH v14 7/9] Add GIT_DEBUG_REFS debugging mechanism
  ` [PATCH v14 8/9] vcxproj: adjust for the reftable changes

[PATCH 0/7] Documentation fixes for v2.27.0-rc0
 2020-05-18 20:22 UTC  (17+ messages)
` [PATCH 1/7] date-formats.txt: fix list continuation
` [PATCH 2/7] git-bugreport.txt: fix reference to strftime(3)
` [PATCH 3/7] git-commit-graph.txt: fix grammo
` [PATCH 4/7] git-commit-graph.txt: fix list rendering
` [PATCH 5/7] git-credential.txt: use list continuation
` [PATCH 6/7] git-sparse-checkout.txt: add missing '
` [PATCH 7/7] rev-list-options.txt

[PATCH] git-bugreport.txt: adjust reference to strftime(3)
 2020-05-18 20:18 UTC  (3+ messages)

[PATCH v2] t4210: detect REG_ILLSEQ dynamically
 2020-05-18 20:15 UTC  (5+ messages)
` [PATCH v3 0/2] auto detect REG_ILLSEQ
  ` [PATCH v3 1/2] t/helper: teach test-regex to report pattern errors (like REG_ILLSEQ)
  ` [PATCH v3 2/2] t4210: detect REG_ILLSEQ dynamically and skip affected tests

[PATCH 0/6] remote-curl: partial fix for a deadlock with stateless rpc
 2020-05-18 20:08 UTC  (36+ messages)
` [PATCH 3/6] transport: combine common cases with a fallthrough
` [PATCH 5/6] remote-curl: error on incomplete packet
` [PATCH 6/6] remote-curl: ensure last packet is a flush
` [PATCH v2 0/7] remote-curl: fix deadlocks when remote server disconnects
  ` [PATCH v2 1/7] remote-curl: fix typo
  ` [PATCH v2 2/7] remote-curl: remove label indentation
  ` [PATCH v2 3/7] transport: extract common fetch_pack() call
  ` [PATCH v2 4/7] pkt-line: extern packet_length()
  ` [PATCH v2 5/7] remote-curl: error on incomplete packet
  ` [PATCH v2 6/7] pkt-line: PACKET_READ_RESPONSE_END
  ` [PATCH v2 7/7] stateless-connect: send response end packet

[PATCH] diff: add config option relative
 2020-05-18 20:02 UTC  (31+ messages)
    ` [PATCH v3] "
        ` [PATCH v4] "
              ` [PATCH v5] "
                    ` [PATCH v6] "

What's cooking in git.git (May 2020, #05; Thu, 14)
 2020-05-18 19:57 UTC  (2+ messages)

[PATCH] rebase --autosquash: fix a potential segfault
 2020-05-18 16:47 UTC  (7+ messages)

[PATCH 0/8] commit-graph: drop CHECK_OIDS, peel in callers
 2020-05-18 19:27 UTC  (7+ messages)
` [PATCH v3 "
  ` [PATCH v3 4/8] builtin/commit-graph.c: extract 'read_one_commit()'

[ANNOUNCE] Git for Windows 2.27.0-rc0
 2020-05-18  3:04 UTC  (5+ messages)
        ` [git-for-windows] "

[PATCH 1/7] Redirect grep's stderr top null too
 2020-05-18 18:29 UTC  (15+ messages)
` [PATCH 2/7] Define NO_PREAD for HPUX 11.11 and 11.00
` [PATCH 3/7] Test for strtoull in configure
` [PATCH 4/7] Use strtoumax instead of strtoull
` [PATCH 5/7] Define LLONG_MAX/MIN etc if not already defined
` [PATCH 6/7] Check if strtoumax is a macro (eg HP-UX 11.11)
` [PATCH 7/7] Define SCNuMAX if not already defined

[PATCH] commit-slab-decl.h: fix define gaurds
 2020-05-18 17:32 UTC  (6+ messages)
` [PATCH v2] commit-slab-decl.h: fix define guards

[PATCH] merge: optimization to skip evaluate_result for single strategy
 2020-05-18 17:23 UTC  (2+ messages)

[ANNOUNCE] Git v2.27.0-rc0 - Results on HPE NonStop TNS/X
 2020-05-18 17:07 UTC 

[PATCH 00/44] SHA-256 part 2/3: protocol functionality
 2020-05-18 16:20 UTC  (47+ messages)
` [PATCH 02/44] Documentation: document v1 protocol object-format capability
` [PATCH 14/44] connect: detect algorithm when fetching refs
` [PATCH 15/44] builtin/receive-pack: detect when the server doesn't support our hash
` [PATCH 19/44] builtin/clone: initialize hash algorithm properly
` [PATCH 20/44] t5562: pass object-format in synthesized test data
` [PATCH 21/44] t5704: send object-format capability with SHA-256
` [PATCH 22/44] fetch-pack: parse and advertise the object-format capability
` [PATCH 23/44] setup: set the_repository's hash algo when checking format
` [PATCH 24/44] t3200: mark assertion with SHA1 prerequisite
` [PATCH 25/44] packfile: compute and use the index CRC offset
` [PATCH 27/44] builtin/show-index: provide options to determine hash algo
` [PATCH 30/44] connect: pass full packet reader when parsing v2 refs
` [PATCH 31/44] connect: parse v2 refs with correct hash algorithm
` [PATCH 32/44] serve: advertise object-format capability for protocol v2
` [PATCH 34/44] builtin/ls-remote: initialize repository based on fetch
` [PATCH 35/44] remote-curl: detect algorithm for dumb HTTP by size
` [PATCH 36/44] builtin/index-pack: add option to specify hash algorithm

[RFC PATCH 0/6] various documentation bits
 2020-05-18 15:51 UTC  (17+ messages)
` [RFC PATCH 1/6] Tell the glossary about core.hooksPath
` [RFC PATCH 2/6] Add bit on extending git to Hacking Git
` [RFC PATCH 3/6] Add namespace collision avoidance guidelines file
` [RFC PATCH 4/6] Include NAMESPACE COLLISIONS doc into gitrepository-layout.txt
` [RFC PATCH 5/6] Tell config.txt about NAMESPACE COLLISIONS
` [RFC PATCH 6/6] Add NAMESPACE COLLISIONS reference to Hacking Git

[PATCH] ci/config: correct instruction for CI preferences
 2020-05-18 15:42 UTC  (2+ messages)

[PATCH v15 0/7] New proc-receive hook for centralized workflow
 2020-05-18  9:40 UTC  (13+ messages)
` [PATCH v16 00/11] "
` [PATCH v16 01/11] transport: not report a non-head push as a branch
` [PATCH v16 02/11] t5411: add basic test cases for proc-receive hook
` [PATCH v16 03/11] receive-pack: add new "
` [PATCH v16 04/11] New capability "report-status-v2" for git-push
` [PATCH v16 05/11] doc: add document for capability report-status-v2
` [PATCH v16 06/11] receive-pack: feed report options to post-receive
` [PATCH v16 07/11] refs.c: refactor to reuse ref_is_hidden()
` [PATCH v16 08/11] receive-pack: new config receive.procReceiveRefs
` [PATCH v16 09/11] t5411: test updates of remote-tracking branches
` [PATCH v16 10/11] transport: parse report options for tracking refs
` [PATCH v16 11/11] doc: add documentation for the proc-receive hook

Git error message "Server does not allow request for unadvertised object"
 2020-05-18  9:20 UTC 

contents of a .git file
 2020-05-18  1:01 UTC  (2+ messages)

Add a "Flattened Cache" to `git --clone`?
 2020-05-17 22:12 UTC  (8+ messages)

[PATCH] submodule--helper.c: add only-active to foreach
 2020-05-17 19:47 UTC  (7+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 1/3] submodule--helper.c: add active "
  ` [PATCH v2 2/3] submodule--helper.c: add populated "
  ` [PATCH v2 3/3] submodule--helper.c: add branch "

[PATCH 1/2] submodule: port subcommand 'set-branch' from shell to C
 2020-05-17 16:11 UTC  (14+ messages)
` [PATCH 2/2] submodule: Add 'quiet' option in subcommand 'set-branch'

[PATCH] git-p4.py: fix --prepare-p4-only error with multiple commits
 2020-05-17  8:31 UTC  (4+ messages)
` [PATCH v2] "

test
 2020-05-16 18:46 UTC 

git push over HTTP; long delay with no progress, then hang?
 2020-05-16  6:37 UTC  (2+ messages)

[PATCH] tests: skip small-stack tests on hppa architecture
 2020-05-16  5:33 UTC 

[TOPIC 3/17] Obliterate
 2020-05-16  2:21 UTC  (2+ 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).