git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2020-05-18 09:41:05 to 2020-05-20 12:15:45 UTC [more...]

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

Bug: git worktree remove and overwritten directory
 2020-05-20 10:36 UTC 

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 0/3] openbsd: fixes for 2.27.0-RC0
 2020-05-20  3:44 UTC  (4+ 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)

[PATCH 1/7] Redirect grep's stderr top null too
 2020-05-20  3:19 UTC  (24+ 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] 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)

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

[ANNOUNCE] Git v2.27.0-rc0
 2020-05-19 23:21 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  (31+ messages)
    ` [PATCH v3] "
        ` [PATCH v4] "
              ` [PATCH v5] "
                            ` [PATCH v7] "
                    ` [PATCH v6] "

[PATCH v12 00/12] Reftable support git-core
 2020-05-19 22:32 UTC  (28+ 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 0/6] remote-curl: partial fix for a deadlock with stateless rpc
 2020-05-19 21:14 UTC  (52+ 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 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)

[ANNOUNCE] Git for Windows 2.27.0-rc0
 2020-05-19 11:16 UTC  (6+ messages)
        ` pseudo terminal support, was Re: [git-for-windows] "
        `  "

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  (16+ messages)
` [PATCH 2/7] git-bugreport.txt: fix reference to strftime(3)
` [PATCH 3/7] git-commit-graph.txt: fix grammo
` [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] 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 

[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  (9+ messages)
` [PATCH v16 03/11] receive-pack: add new proc-receive hook
` [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


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