git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-04-13 11:42:01 to 2021-04-16 00:04:16 UTC [more...]

possible race condition (fetch-pack: unexpected disconnect while reading sideband packet)
 2021-04-16  0:04 UTC  (3+ messages)

[PATCH 00/15] SHA-256 / SHA-1 interop, part 1
 2021-04-15 23:51 UTC  (9+ messages)
` [PATCH 01/15] sha1-file: allow hashing objects literally with any algorithm
` [PATCH 03/15] cache: add an algo member to struct object_id

[PATCH] object-info: support for retrieving object info
 2021-04-15 23:06 UTC  (4+ messages)

[PATCH] hooks: propose repository owner configured hooks
 2021-04-15 22:28 UTC  (12+ messages)
` [PATCH v2] hooks: propose project "

[PATCH 00/16] test-lib.sh: new test_commit args, simplification & fixes
 2021-04-15 22:24 UTC  (24+ messages)
` [PATCH 06/16] test-lib functions: add an --annotated-tag option to "test_commit"
` [PATCH 08/16] test-lib functions: add --printf option to test_commit
` [PATCH 11/16] test-lib: do not show advice about init.defaultBranch under --verbose
` [PATCH 12/16] test-lib: modernize test_create_repo() function
` [PATCH 15/16] Revert and amend "test-lib-functions: assert correct parameter count"

[PATCH] pkt-line: do not report packet write errors twice
 2021-04-15 21:59 UTC  (8+ messages)
` [PATCH v2] "

[RFC PATCH 0/2] share a config between submodule and superproject
 2021-04-15 21:41 UTC  (11+ messages)
` [RFC PATCH 2/2] config: add 'config.superproject' file
` Future structure of submodules and .git/, .git/modules/* organization

[PATCH 4/4] tests: remove most uses of test_i18ncmp
 2021-04-15 21:26 UTC  (20+ messages)
` [PATCH] tests: remove all uses of test_i18cmp
  ` [PATCH 0/2] diff tests: un-flaky and post-gettext-poison cleanup
    ` [PATCH 1/2] diff tests: remove redundant case statement
    ` [PATCH 2/2] diff tests: rewrite flakyness-causing test "aid"

[PATCH 0/9] git log: configurable default format for merge diffs
 2021-04-15 20:21 UTC  (7+ messages)
` [PATCH v2 0/5] "
  ` [PATCH v2 1/5] diff-merges: introduce --diff-merges=on
  ` [PATCH v2 4/5] diff-merges: introduce log.diffMerges config variable
  ` [PATCH v2 5/5] doc/diff-options: document new --diff-merges features

Why isn't 'jch' based on 'next'?
 2021-04-15 19:46 UTC  (3+ messages)

Pain points in Git's patch flow
 2021-04-15 18:25 UTC  (8+ messages)

rather slow 'git repack' in 'blob:none' partial clones
 2021-04-15 18:06 UTC  (27+ messages)
        ` [PATCH 0/3] low-hanging performance fruit with promisor packs
          ` [PATCH 1/3] is_promisor_object(): free tree buffer after parsing
          ` [PATCH 3/3] revision: avoid parsing with --exclude-promisor-objects
` [PATCH 0/2] prevent `repack` to unpack and delete promisor objects
  ` [PATCH 1/2] repack: teach --no-prune-packed to skip `git prune-packed`
  ` [PATCH 2/2] repack: avoid loosening promisor pack objects in partial clones

What's cooking (draft for #4's issue this month)
 2021-04-15 18:02 UTC  (12+ messages)

[PATCH v3 0/8] rev-parse: implement object type filter
 2021-04-15 17:57 UTC  (14+ messages)
` [PATCH v4 0/8] rev-list: "
  ` [PATCH v4 5/8] list-objects: "

[PATCH v8 0/2] [GSOC] trailer: add new .cmd config option
 2021-04-15 17:41 UTC  (12+ messages)
` [PATCH v9 "
  ` [PATCH v9 2/2] "

[PATCH] transport: respect verbosity when setting upstream
 2021-04-15 15:29 UTC  (2+ messages)

[PATCH 0/3] rebase: don't override --no-reschedule-failed-exec with config
 2021-04-15 15:24 UTC  (3+ messages)
` [PATCH v2 0/2] "

[PATCH v5 00/15] reftable library
 2021-04-15 15:00 UTC  (18+ messages)
` [PATCH v6 00/20] "
  ` [PATCH v6 02/20] reftable: add LICENSE
  ` [PATCH v6 04/20] reftable: utility functions
  ` [PATCH v6 07/20] reftable: reading/writing blocks
  ` [PATCH v6 18/20] Reftable support for git-core

[PATCH] refs: ref_iterator_peel returns boolean, rather than peel_status
 2021-04-15 11:02 UTC 

[PATCH 0/4] usage.c: add a non-fatal bug() + misc doc fixes
 2021-04-15 10:10 UTC  (7+ messages)
` [PATCH v2 0/3] trace2 docs: note that BUG() sends an "error" event
  ` [PATCH v2 1/3] usage.c: don't copy/paste the same comment three times
  ` [PATCH v2 2/3] api docs: document BUG() in api-error-handling.txt

`git fetch` not updating 'origin/HEAD' after branch rename
 2021-04-15  9:28 UTC  (10+ messages)

[PATCH] doc: clarify "do not capitalize the first word" rule
 2021-04-15  9:16 UTC  (2+ messages)

Git clean enumerates ignored directories (since 2.27)
 2021-04-15  8:51 UTC  (3+ messages)

possible bug due to directory rename detection
 2021-04-15  4:21 UTC  (2+ messages)

[PATCH v2 00/25] Sparse Index: API protections
 2021-04-15  2:42 UTC  (5+ messages)
` [PATCH v3 00/26] "

[PATCH v3 0/7] add/rm: honor sparse checkout and warn on sparse paths
 2021-04-14 18:04 UTC  (6+ messages)
` [PATCH v4 "
  ` [PATCH v4 2/7] t3705: add tests for `git add` in sparse checkouts

[PATCH 00/10] Sparse-index: integrate with status and add
 2021-04-14 16:31 UTC  (13+ messages)
` [PATCH 01/10] t1092: add tests for status/add and sparse files
` [PATCH 02/10] unpack-trees: make sparse aware
` [PATCH 03/10] dir.c: accept a directory as part of cone-mode patterns
` [PATCH 04/10] status: skip sparse-checkout percentage with sparse-index
` [PATCH 05/10] status: use sparse-index throughout
` [PATCH 06/10] dir: use expand_to_path() for sparse directories
` [PATCH 07/10] add: allow operating on a sparse-only index
` [PATCH 08/10] pathspec: stop calling ensure_full_index
` [PATCH 09/10] t7519: add sparse directories to FS monitor tests
` [PATCH 10/10] fsmonitor: test with sparse index

Git via MITM transparent proxy with HTTPS Interception
 2021-04-14 15:41 UTC  (7+ messages)

[PATCH 09/15] hash: set and copy algo field in struct object_id
 2021-04-14  7:31 UTC  (8+ messages)
` [PATCH 0/2] C99: harder dependency on variadic macros
  ` [PATCH 1/2] git-compat-util.h: clarify comment on GCC-specific code

[PATCH v3 0/3] config: allow overriding global/system config
 2021-04-14  5:37 UTC  (4+ messages)
` [PATCH v4 "

[PATCH v13 4/5] bugreport: add uname info
 2021-04-13 22:21 UTC  (7+ messages)
` [PATCH] t0091-bugreport.sh: actually verify some content of report

[PATCH v2 0/3] git-send-email: improve SSL configuration
 2021-04-13 21:39 UTC  (13+ messages)
` [PATCH v2 2/3] git-send-email: die on invalid smtp_encryption

[RFC PATCH v1 00/13][GSoC] doc: (monospace) apply CodingGuidelines on a large-scale
 2021-04-13 20:42 UTC  (3+ messages)

[PATCH] refs: print errno for read_raw_ref if GIT_TRACE_REFS is set
 2021-04-13 20:08 UTC  (6+ messages)
` [PATCH v2] "

[PATCH v13 1/5] help: move list_config_help to builtin/help
 2021-04-13 19:07 UTC  (5+ messages)
` [PATCH] Makefile: add missing dependencies of 'config-list.h'

GSoC Git Proposal Draft - ZheNing Hu
 2021-04-13 14:51 UTC  (5+ 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).