git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-04-12 19:27:59 to 2021-04-14 08:05:01 UTC [more...]

Pain points in Git's patch flow
 2021-04-14  8:02 UTC  (3+ messages)

[PATCH 4/4] tests: remove most uses of test_i18ncmp
 2021-04-14  7:53 UTC  (16+ 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 09/15] hash: set and copy algo field in struct object_id
 2021-04-14  7:31 UTC  (15+ 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  (11+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/3] config: rename `git_etc_config()`
  ` [PATCH v4 2/3] config: unify code paths to get global config paths
  ` [PATCH v4 3/3] config: allow overriding of global and system configuration

`git fetch` not updating 'origin/HEAD' after branch rename
 2021-04-14  5:29 UTC  (6+ messages)

rather slow 'git repack' in 'blob:none' partial clones
 2021-04-14  5:18 UTC  (17+ 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

What's cooking (draft for #4's issue this month)
 2021-04-14  1:11 UTC 

[PATCH 00/15] SHA-256 / SHA-1 interop, part 1
 2021-04-14  1:08 UTC  (4+ messages)
` [PATCH 03/15] cache: add an algo member to struct object_id

Git via MITM transparent proxy with HTTPS Interception
 2021-04-14  0:05 UTC  (3+ messages)

[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

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

[PATCH 00/10] Sparse-index: integrate with status and add
 2021-04-13 20:45 UTC  (12+ 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

[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] "

[RFC PATCH 0/2] share a config between submodule and superproject
 2021-04-13 19:45 UTC  (8+ messages)
` [RFC PATCH 2/2] config: add 'config.superproject' file

[PATCH v8 0/2] [GSOC] trailer: add new .cmd config option
 2021-04-13 19:18 UTC  (10+ messages)
` [PATCH v9 "
  ` [PATCH v9 1/2] [GSOC] docs: correct descript of trailer.<token>.command
  ` [PATCH v9 2/2] [GSOC] trailer: add new .cmd config option

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

[PATCH v2 00/25] Sparse Index: API protections
 2021-04-13 16:02 UTC  (29+ messages)
` [PATCH v3 00/26] "
  ` [PATCH v3 01/26] sparse-index: API protection strategy
  ` [PATCH v3 02/26] *: remove 'const' qualifier for struct index_state
  ` [PATCH v3 03/26] read-cache: expand on query into sparse-directory entry
  ` [PATCH v3 04/26] cache: move ensure_full_index() to cache.h
  ` [PATCH v3 05/26] add: ensure full index
  ` [PATCH v3 06/26] checkout-index: "
  ` [PATCH v3 07/26] checkout: "
  ` [PATCH v3 08/26] commit: "
  ` [PATCH v3 09/26] difftool: "
  ` [PATCH v3 10/26] fsck: "
  ` [PATCH v3 11/26] grep: "
  ` [PATCH v3 12/26] ls-files: "
  ` [PATCH v3 13/26] merge-index: "
  ` [PATCH v3 14/26] rm: "
  ` [PATCH v3 15/26] stash: "
  ` [PATCH v3 16/26] update-index: "
  ` [PATCH v3 17/26] dir: "
  ` [PATCH v3 18/26] entry: "
  ` [PATCH v3 19/26] merge-recursive: "
  ` [PATCH v3 20/26] pathspec: "
  ` [PATCH v3 21/26] read-cache: "
  ` [PATCH v3 22/26] resolve-undo: "
  ` [PATCH v3 23/26] revision: "
  ` [PATCH v3 24/26] name-hash: don't add directories to name_hash
  ` [PATCH v3 25/26] sparse-index: expand_to_path()
  ` [PATCH v3 26/26] name-hash: use expand_to_path()

GSoC Git Proposal Draft - ZheNing Hu
 2021-04-13 14:51 UTC  (5+ messages)

[PATCH v5 00/15] reftable library
 2021-04-13 13:41 UTC  (31+ messages)
` [PATCH v6 00/20] "
  ` [PATCH v6 02/20] reftable: add LICENSE
  ` [PATCH v6 03/20] reftable: add error related functionality
  ` [PATCH v6 04/20] reftable: utility functions
  ` [PATCH v6 05/20] reftable: add blocksource, an abstraction for random access reads
  ` [PATCH v6 06/20] reftable: (de)serialization for the polymorphic record type
  ` [PATCH v6 07/20] reftable: reading/writing blocks
  ` [PATCH v6 08/20] reftable: a generic binary tree implementation
  ` [PATCH v6 09/20] reftable: write reftable files
  ` [PATCH v6 10/20] reftable: generic interface to tables
  ` [PATCH v6 11/20] reftable: read reftable files
  ` [PATCH v6 12/20] reftable: reftable file level tests
  ` [PATCH v6 13/20] reftable: add a heap-based priority queue for reftable records
  ` [PATCH v6 14/20] reftable: add merged table view
  ` [PATCH v6 15/20] reftable: implement refname validation
  ` [PATCH v6 16/20] reftable: implement stack, a mutable database of reftable files
  ` [PATCH v6 17/20] reftable: add dump utility
  ` [PATCH v6 18/20] Reftable support for git-core
  ` [PATCH v6 19/20] git-prompt: prepare for reftable refs backend
  ` [PATCH v6 20/20] Add "test-tool dump-reftable" command

[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

[PATCH 0/4] usage.c: add a non-fatal bug() + misc doc fixes
 2021-04-13  9:08 UTC  (5+ 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

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)

[PATCH] sparse-checkout: stop blocking empty workdirs
 2021-04-13  4:55 UTC  (2+ messages)

What's cooking in git.git (Apr 2021, #03; Mon, 12)
 2021-04-13  0:00 UTC 

[PATCH 00/16] test-lib.sh: new test_commit args, simplification & fixes
 2021-04-12 23:12 UTC  (17+ messages)
` [PATCH 02/16] test-lib: bring $remove_trash out of retirement
` [PATCH 08/16] test-lib functions: add --printf option to test_commit
` [PATCH 12/16] test-lib: modernize test_create_repo() function
` [PATCH 14/16] test-lib-functions: use "return 1" instead of "false"
` [PATCH 15/16] Revert and amend "test-lib-functions: assert correct parameter count"
` [PATCH 16/16] test-lib-functions: remove last two parameter count assertions

[GSoC][PATCH v2 0/1] userdiff: add support for scheme
 2021-04-12 23:04 UTC  (3+ messages)
` [GSoC][PATCH v3 1/1] userdiff: add support for Scheme

[PATCH] reftable: document an alternate cleanup method on Windows
 2021-04-12 21:31 UTC  (2+ messages)

[PATCH v2 0/5] Maintenance: adapt custom refspecs
 2021-04-12 20:27 UTC  (13+ messages)
` [PATCH v3 0/3] "
  ` [PATCH v3 1/3] maintenance: simplify prefetch logic
  ` [PATCH v3 2/3] fetch: add --prefetch option


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