git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2020-06-24 15:49:15 to 2020-06-27 15:56:18 UTC [more...]

[PoC PATCH 00/34] An alternative modified path Bloom filters implementation
 2020-06-27 15:56 UTC  (4+ messages)
` [PATCH 04/34] commit-slab: add a function to deep free entries on the slab

[PATCH 00/10] Szeder's commit-graph cleanups
 2020-06-27 15:53 UTC  (3+ messages)
` [PATCH 04/10] commit-slab: add a function to deep free entries on the slab

[PATCH v3 00/16] Changed Paths Bloom Filters
 2020-06-27 15:53 UTC  (6+ messages)
` [PATCH v4 00/15] "
  ` [PATCH v4 04/15] bloom.c: core Bloom filter implementation for changed paths
  ` [PATCH v4 12/15] revision.c: use Bloom filters to speed up path based revision walks

Regarding Git and Branch Naming
 2020-06-27  3:14 UTC  (9+ messages)

[RFC] Thread safety in some low-level functions
 2020-06-26 21:54 UTC  (17+ messages)
    ` [PATCH 0/2] Make oid_to_hex() thread-safe
      ` [PATCH 1/2] compat/win32/pthread: add pthread_once()
      ` [PATCH 2/2] hex: make hash_to_hex_algop() and friends thread-safe
      ` [PATCH v2 0/2] Make oid_to_hex() thread-safe
        ` [PATCH v2 1/2] compat/win32/pthread: add pthread_once()
        ` [PATCH v2 2/2] hex: make hash_to_hex_algop() and friends thread-safe

Static Linking git for HPE NonStop
 2020-06-26 21:26 UTC  (3+ messages)

bug
 2020-06-26 21:11 UTC 

Rename offensive terminology (master)
 2020-06-26 18:37 UTC 

[PATCH 0/6] fixup ra/rebase-i-more-options
 2020-06-26 18:07 UTC  (17+ messages)
` [PATCH v5 0/5] cleanup ra/rebase-i-more-options
  ` [PATCH v5 1/5] rebase -i: add --ignore-whitespace flag
  ` [PATCH v5 2/5] rebase -i: support --committer-date-is-author-date
  ` [PATCH v5 3/5] sequencer: rename amend_author to author_to_free
  ` [PATCH v5 4/5] rebase -i: support --ignore-date
  ` [PATCH v5 5/5] rebase: add --reset-author-date

[PATCH v3 0/3] Fix difftool problem with intent-to-add files
 2020-06-26 17:49 UTC  (8+ messages)
` [PATCH v4 0/2] "
  ` [PATCH v4 1/2] diff-files --raw: show correct post-image of "
  ` [PATCH v4 2/2] difftool -d: ensure that intent-to-add files are handled correctly

[PATCH v4 0/8] CMake build system for git
 2020-06-26 16:11 UTC  (10+ messages)
` [PATCH v5 "
  ` [PATCH v5 1/8] Introduce CMake support for configuring Git
  ` [PATCH v5 2/8] cmake: generate the shell/perl/python scripts and templates, translations
  ` [PATCH v5 3/8] cmake: installation support for git
  ` [PATCH v5 4/8] cmake: support for testing git with ctest
  ` [PATCH v5 5/8] cmake: support for testing git when building out of the source tree
  ` [PATCH v5 6/8] cmake: support for building git on windows with mingw
  ` [PATCH v5 7/8] cmake: support for building git on windows with msvc and clang
  ` [PATCH v5 8/8] ci: modification of main.yml to use cmake for vs-build job

git doing large refetches
 2020-06-26 16:05 UTC 

What's cooking in git.git (Jun 2020, #05; Thu, 25)
 2020-06-26 14:45 UTC  (5+ messages)

[PATCH 0/8] More commit-graph/Bloom filter improvements
 2020-06-26 14:42 UTC  (33+ messages)
` [PATCH v2 00/11] "
  ` [PATCH v2 03/11] bloom: get_bloom_filter() cleanups
  ` [PATCH v2 05/11] commit-graph: unify the signatures of all write_graph_chunk_*() functions
  ` [PATCH v2 06/11] commit-graph: simplify chunk writes into loop
  ` [PATCH v2 07/11] commit-graph: check chunk sizes after writing
  ` [PATCH v2 10/11] commit-graph: check all leading directories in changed path Bloom filters
  ` [PATCH v3 00/10] More commit-graph/Bloom filter improvements
    ` [PATCH v3 01/10] commit-graph: place bloom_settings in context
    ` [PATCH v3 02/10] commit-graph: change test to die on parse, not load
    ` [PATCH v3 03/10] bloom: fix logic in get_bloom_filter()
    ` [PATCH v3 04/10] commit-graph: persist existence of changed-paths
    ` [PATCH v3 05/10] commit-graph: unify the signatures of all write_graph_chunk_*() functions
    ` [PATCH v3 06/10] commit-graph: simplify chunk writes into loop
    ` [PATCH v3 07/10] commit-graph: check chunk sizes after writing
    ` [PATCH v3 08/10] revision.c: fix whitespace
    ` [PATCH v3 09/10] revision: empty pathspecs should not use Bloom filters
    ` [PATCH v3 10/10] commit-graph: check all leading directories in changed path "

[RFC] Metadata vs Generation Data Chunk
 2020-06-26 14:40 UTC  (2+ messages)

[RFC PATCH v1 00/17] Rewrite the remaining merge strategies from shell to C
 2020-06-26 14:33 UTC  (25+ messages)
` [RFC PATCH v1 01/17] t6027: modernise tests
` [RFC PATCH v1 02/17] merge-one-file: rewrite in C
` [RFC PATCH v1 03/17] merge-one-file: remove calls to external processes
` [RFC PATCH v1 04/17] merge-one-file: use error() instead of fprintf(stderr, ...)
` [RFC PATCH v1 05/17] merge-one-file: libify merge_one_file()
` [RFC PATCH v1 06/17] merge-index: libify merge_one_path() and merge_all()
` [RFC PATCH v1 07/17] merge-resolve: rewrite in C
` [RFC PATCH v1 08/17] merge-resolve: remove calls to external processes
` [RFC PATCH v1 09/17] merge-resolve: libify merge_resolve()
` [RFC PATCH v1 10/17] merge-recursive: move better_branch_name() to merge.c
` [RFC PATCH v1 11/17] merge-octopus: rewrite in C
` [RFC PATCH v1 12/17] merge-octopus: remove calls to external processes
` [RFC PATCH v1 13/17] merge-octopus: libify merge_octopus()
` [RFC PATCH v1 14/17] merge: use the "resolve" strategy without forking
` [RFC PATCH v1 15/17] merge: use the "octopus" "
` [RFC PATCH v1 16/17] sequencer: use the "resolve" "
` [RFC PATCH v1 17/17] sequencer: use the "octopus" merge "

[PATCH] send-email: restore --in-reply-to superseding behavior
 2020-06-26 13:39 UTC  (6+ messages)

Rename offensive terminology (master)
 2020-06-26 10:34 UTC  (5+ messages)

[PATCH 0/3] Accommodate for pu having been renamed to seen
 2020-06-26  9:06 UTC  (12+ messages)
` [PATCH v2 "
  ` [PATCH v3 "
    ` [PATCH v3 1/3] docs: adjust for the recent rename of `pu` to `seen`
    ` [PATCH v3 2/3] docs: adjust the technical overview for the rename `pu` -> `seen`
    ` [PATCH v3 3/3] tests: reference `seen` wherever `pu` was referenced
    ` Update ProGit for pu -> seen change? (was Re: [PATCH v3 0/3] Accommodate for pu having been renamed to seen)

[RFC] Perl script git-squash-merge to combine merge commits
 2020-06-25 21:33 UTC 

[PATCH 0/3] fast-export: allow dumping anonymization mappings
 2020-06-25 21:22 UTC  (29+ messages)
` [PATCH v2 0/4] "
  ` [alternative 0/10] fast-export: allow seeding the anonymized mapping
    ` [PATCH 03/10] fast-export: store anonymized oids as hex strings
    ` [PATCH 08/10] fast-export: add a "data" callback parameter to anonymize_str()
    ` [PATCH 09/10] fast-export: allow seeding the anonymized mapping
    ` [PATCH v2 0/11] "
      ` [PATCH v2 01/11] t9351: derive anonymized tree checks from original repo
      ` [PATCH v2 02/11] fast-export: use xmemdupz() for anonymizing oids
      ` [PATCH v2 03/11] fast-export: store anonymized oids as hex strings
      ` [PATCH v2 04/11] fast-export: tighten anonymize_mem() interface to handle only strings
      ` [PATCH v2 05/11] fast-export: stop storing lengths in anonymized hashmaps
      ` [PATCH v2 06/11] fast-export: use a flex array to store anonymized entries
      ` [PATCH v2 07/11] fast-export: move global "idents" anonymize hashmap into function
      ` [PATCH v2 08/11] fast-export: add a "data" callback parameter to anonymize_str()
      ` [PATCH v2 09/11] fast-export: allow seeding the anonymized mapping
      ` [PATCH v2 10/11] fast-export: anonymize "master" refname
      ` [PATCH v2 11/11] fast-export: use local array to store anonymized oid

git doing large refetches
 2020-06-25 17:54 UTC  (2+ messages)

[PATCH 0/3] Fix difftool problem with intent-to-add files
 2020-06-25 17:52 UTC  (11+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] diff-files --raw: handle intent-to-add files correctly

Capital letters do not work when using vi as git editor
 2020-06-25 13:46 UTC  (3+ messages)
  ` Re-2: "

[PATCH v2 00/12] Allow overriding the default name of the default branch
 2020-06-25 13:07 UTC  (19+ messages)
` [PATCH v3 0/8] "
  ` [PATCH v3 1/8] fmt-merge-msg: stop treating `master` specially
  ` [PATCH v3 2/8] send-pack/transport-helper: avoid mentioning a particular branch
  ` [PATCH v3 5/8] init: allow setting the default for the initial branch name via the config
  ` [PATCH v4 0/9] Allow overriding the default name of the default branch
    ` [PATCH v4 3/9] submodule: fall back to remote's HEAD for missing remote.<name>.branch

[RFC PATCH v1 0/6] stash: drop usage of a second index
 2020-06-25 12:35 UTC  (3+ messages)

Request for adding a simple mechanism to exclude files from Git merge operation
 2020-06-25 11:46 UTC  (11+ messages)

[ANNOUNCE] Git Rev News edition 64
 2020-06-25  9:11 UTC 

git init --separate-git-dir doesn't play nice with linked working trees
 2020-06-25  6:16 UTC  (2+ messages)

[PATCH] worktree: avoid dead-code in conditional
 2020-06-25  0:38 UTC  (4+ messages)

[PATCH] haiku: add Haiku support
 2020-06-24 21:53 UTC  (2+ messages)

[PATCH] revision: reallocate TOPO_WALK object flags
 2020-06-24 19:39 UTC  (4+ messages)

[PATCH 0/2] bugreport: report configs from safelist
 2020-06-24 18:37 UTC  (4+ messages)
` [PATCH 1/2] bugreport: generate config safelist based on docs

Are there MPU/SKU's for these products?
 2020-06-24 16:13 UTC  (5+ messages)

[PATCH 1/2] revision: use repository from rev_info when parsing commits
 2020-06-24 16:12 UTC  (4+ messages)
` [PATCH 2/2] submodule: use submodule repository when preparing summary

[PATCH v5.1] lib-submodule-update: pass 'test_must_fail' as an argument
 2020-06-24 16:00 UTC  (3+ messages)
` [PATCH v5.2] "


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