git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-18 15:47:47 to 2020-05-20 19:08:28 UTC [more...]

[PATCH 00/15] [RFC] Maintenance jobs and job runner
 2020-05-20 19:08 UTC  (3+ messages)
` [PATCH 02/15] run-job: implement commit-graph job

[PATCH v12 00/12] Reftable support git-core
 2020-05-20 18:52 UTC  (35+ messages)
` [PATCH v13 00/13] "
  ` [PATCH v13 01/13] refs.h: clarify reflog iteration order
  ` [PATCH v13 02/13] t: use update-ref and show-ref to reading/writing refs
  ` [PATCH v13 03/13] refs: document how ref_iterator_advance_fn should handle symrefs
  ` [PATCH v13 04/13] reftable: file format documentation
  ` [PATCH v13 05/13] reftable: clarify how empty tables should be written
  ` [PATCH v13 06/13] reftable: define version 2 of the spec to accomodate SHA256
  ` [PATCH v13 13/13] Add some reftable testing infrastructure
  ` [PATCH v14 0/9] Reftable support git-core
    ` [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 5/9] Add reftable library
    ` [PATCH v14 6/9] Reftable support for git-core
    ` [PATCH v14 7/9] Add GIT_DEBUG_REFS debugging mechanism
    ` [PATCH v14 8/9] vcxproj: adjust for the reftable changes
    ` [PATCH v14 9/9] Add reftable testing infrastructure

[PATCH 00/10] [RFC] In-tree sparse-checkout definitions
 2020-05-20 18:10 UTC  (15+ messages)
` [PATCH 01/10] unpack-trees: avoid array out-of-bounds error
` [PATCH 04/10] sparse-checkout: allow in-tree definitions
` [PATCH 05/10] sparse-checkout: automatically update in-tree definition
` [PATCH 06/10] sparse-checkout: use oidset to prevent repeat blobs
` [PATCH 07/10] sparse-checkout: define in-tree dependencies

[PATCH 0/6] Refs cleanup
 2020-05-20 17:46 UTC  (8+ messages)
` [PATCH 1/6] refs.h: clarify reflog iteration order
` [PATCH 2/6] t: use update-ref and show-ref to reading/writing refs
` [PATCH 3/6] refs: improve documentation for ref iterator
` [PATCH 4/6] reftable: file format documentation
` [PATCH 5/6] reftable: clarify how empty tables should be written
` [PATCH 6/6] reftable: define version 2 of the spec to accomodate SHA256

[PATCH 0/3] openbsd: fixes for 2.27.0-RC0
 2020-05-20 17:14 UTC  (9+ messages)
` [PATCH 1/3] t4216: avoid unnecessary subshell in test_bloom_filters_not_used
` [PATCH 2/3] bisect: remove CR characters from revision in replay
` [PATCH 3/3] t5520: avoid alternation in grep's BRE (not POSIX)

[GSoC] Blog post on reachability queries
 2020-05-20 16:37 UTC 

[PATCH] command-list.txt: add gitfaq to the list of guides
 2020-05-20 15:54 UTC  (2+ messages)

Git Test Coverage Report (v2.27.0-rc0)
 2020-05-20 15:17 UTC  (9+ messages)
` [PATCH] t4067: make rename detection test output raw diff
` [PATCH 1/1] builtin/checkout: simplify metadata initialization

[PATCH v2] submodule: port subcommand 'set-branch' from shell to C
 2020-05-20 14:45 UTC  (6+ messages)

[ANNOUNCE] Git v2.27.0-rc0
 2020-05-20 14:37 UTC  (5+ messages)

Bug: git worktree remove and overwritten directory
 2020-05-20 14:28 UTC  (4+ messages)

[ANNOUNCE] Git for Windows 2.27.0-rc0
 2020-05-20 14:04 UTC  (7+ messages)
        ` pseudo terminal support, was Re: [git-for-windows] "
        `  "

Fetching 24 Linux commits = 1.2 GiB
 2020-05-20 10:34 UTC  (7+ messages)

git-send-email: Ability to populate CC using more tags
 2020-05-20  7:55 UTC  (3+ messages)

Minor portability issues + fixes
 2020-05-20  4:28 UTC  (6+ messages)

[PATCH 1/7] Redirect grep's stderr top null too
 2020-05-20  3:19 UTC  (18+ messages)
` [PATCH 4/7] Use strtoumax instead of strtoull
` [PATCH 6/7] Check if strtoumax is a macro (eg HP-UX 11.11)
        ` [PATCH] t5703: replace "grep -a" usage by perl

What's cooking in git.git (May 2020, #06; Tue, 19)
 2020-05-20  3:16 UTC  (3+ messages)

[PATCH] fsck: use ERROR_MULTI_PACK_INDEX
 2020-05-19 23:12 UTC  (2+ messages)

[PATCH] diff: add config option relative
 2020-05-19 23:01 UTC  (29+ messages)
    ` [PATCH v3] "
        ` [PATCH v4] "
              ` [PATCH v5] "
                            ` [PATCH v7] "
                    ` [PATCH v6] "

[PATCH 0/6] remote-curl: partial fix for a deadlock with stateless rpc
 2020-05-19 21:14 UTC  (50+ 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 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 7/7] stateless-connect: send response end packet
  ` [PATCH v3 0/7] remote-curl: fix deadlocks when remote server disconnects
    ` [PATCH v3 1/7] remote-curl: fix typo
    ` [PATCH v3 2/7] remote-curl: remove label indentation
    ` [PATCH v3 3/7] transport: extract common fetch_pack() call
    ` [PATCH v3 4/7] pkt-line: extern packet_length()
    ` [PATCH v3 5/7] remote-curl: error on incomplete packet
    ` [PATCH v3 6/7] pkt-line: define PACKET_READ_RESPONSE_END
    ` [PATCH v3 7/7] stateless-connect: send response end packet
    ` [PATCH v3 8/7] fixup! pkt-line: extern packet_length()

[PATCH 0/6] configuration-based hook management
 2020-05-19 20:10 UTC  (5+ messages)
` [PATCH] doc: propose hooks managed by the config

[PATCH] merge: optimization to skip evaluate_result for single strategy
 2020-05-19 13:05 UTC 

bugreport on this email address
 2020-05-19 11:34 UTC  (2+ messages)

bug in git remote --help
 2020-05-19 10:57 UTC  (2+ messages)

[PATCH 00/13] upload-pack: use 'struct upload_pack_data' thoroughly, part 1
 2020-05-19  9:49 UTC  (6+ messages)

What's cooking in git.git (May 2020, #05; Thu, 14)
 2020-05-19  9:32 UTC  (3+ messages)

[PATCH v7 1/4] gitfaq: files in .gitignore are tracked
 2020-05-19  4:53 UTC  (2+ messages)

[PATCH 00/44] SHA-256 part 2/3: protocol functionality
 2020-05-19  0:31 UTC  (4+ messages)
` [PATCH 27/44] builtin/show-index: provide options to determine hash algo

[RFC PATCH 0/6] various documentation bits
 2020-05-18 23:54 UTC  (19+ 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

[PATCH 0/7] Documentation fixes for v2.27.0-rc0
 2020-05-18 23:06 UTC  (7+ messages)
` [PATCH 5/7] git-credential.txt: use list continuation
` [PATCH 7/7] rev-list-options.txt

[PATCH] wt-status: expand, not dwim, a "detached from" ref
 2020-05-18 22:24 UTC  (2+ messages)

[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] 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()'

[PATCH] commit-slab-decl.h: fix define gaurds
 2020-05-18 17:32 UTC  (5+ 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 


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 NNTP newsgroup(s).