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

[PATCH 00/16] test-lib.sh: new test_commit args, simplification & fixes
 2021-04-15 15:33 UTC  (17+ 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 12/16] test-lib: modernize test_create_repo() function
` [PATCH 15/16] Revert and amend "test-lib-functions: assert correct parameter count"

[PATCH v8 0/2] [GSOC] trailer: add new .cmd config option
 2021-04-15 15:32 UTC  (11+ 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 4/4] tests: remove most uses of test_i18ncmp
 2021-04-15 13:21 UTC  (19+ 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"

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

[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  (8+ 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
  ` [PATCH v2 3/3] api docs: document that BUG() emits a trace2 error event

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

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

rather slow 'git repack' in 'blob:none' partial clones
 2021-04-15  9:15 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 2/3] lookup_unknown_object(): take a repository argument
          ` [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

Why isn't 'jch' based on 'next'?
 2021-04-15  9:12 UTC 

[PATCH 00/15] SHA-256 / SHA-1 interop, part 1
 2021-04-15  8:55 UTC  (7+ 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

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

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

possible race condition (fetch-pack: unexpected disconnect while reading sideband packet)
 2021-04-15  8:29 UTC  (2+ 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)

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

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

[PATCH v3 0/3] config: allow overriding global/system config
 2021-04-14  5:37 UTC  (10+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/3] config: rename `git_etc_config()`
  ` [PATCH v4 3/3] config: allow overriding of global and system configuration

[PATCH 0/9] git log: configurable default format for merge diffs
 2021-04-13 23:18 UTC  (8+ messages)
` [PATCH v2 0/5] "
  ` [PATCH v2 1/5] diff-merges: introduce --diff-merges=on
  ` [PATCH v2 2/5] diff-merges: refactor set_diff_merges()
  ` [PATCH v2 3/5] diff-merges: adapt -m to enable default diff format
  ` [PATCH v2 4/5] diff-merges: introduce log.diffMerges config variable
  ` [PATCH v2 5/5] doc/diff-options: document new --diff-merges features

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

[GSoC] Proposal: Convert Git submodule to built-in
 2021-04-13 10:26 UTC 

[PATCH 0/5] fsck: improve error reporting
 2021-04-13  9:43 UTC  (8+ messages)
` [PATCH v2 0/6] fsck: better "invalid object" "
  ` [PATCH v2 1/6] cache.h: move object functions to object-store.h
  ` [PATCH v2 2/6] fsck tests: refactor one test to use a sub-repo
  ` [PATCH v2 3/6] fsck: don't hard die on invalid object types
  ` [PATCH v2 4/6] object-store.h: move read_loose_object() below 'struct object_info'
  ` [PATCH v2 5/6] fsck: report invalid types recorded in objects
  ` [PATCH v2 6/6] fsck: report invalid object type-path combinations

Regarding the depreciation of ssh+git/git+ssh protocols
 2021-04-13  8:52 UTC  (3+ messages)

[PATCH v2 00/10] improve reporting of unexpected objects
 2021-04-13  8:25 UTC  (6+ messages)
` [PATCH 0/2] blob/object.c: trivial readability improvements
  ` [PATCH 1/2] blob.c: remove buffer & size arguments to parse_blob_buffer()

[PATCH] pack-objects: update "nr_seen" progress based on pack-reused count
 2021-04-13  7:39 UTC  (3+ 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).