git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2020-06-25 20:45:39 to 2020-06-30 18:55:41 UTC [more...]

[PATCH 0/3] commit-graph: introduce 'core.useBloomFilters'
 2020-06-30 18:55 UTC  (7+ messages)
` [PATCH 1/3] commit-graph: pass a 'struct repository *' in more places
` [PATCH 2/3] t4216: fix broken '&&'-chain
` [PATCH 3/3] commit-graph: respect 'core.useBloomFilters'

[PATCH v2] Enable auto-merge for meld to follow the vim-diff beharior
 2020-06-30 16:23 UTC  (10+ messages)
` [PATCH v3] "
  ` Fwd: "
  ` [PATCH v4] "

[PATCH 0/3] Accommodate for pu having been renamed to seen
 2020-06-30 16:03 UTC  (13+ messages)
` [PATCH v2 "
  ` [PATCH v3 "
    ` Update ProGit for pu -> seen change? (was Re: [PATCH v3 0/3] Accommodate for pu having been renamed to seen)

[PATCH v2] Enable auto-merge for meld to follow the vim-diff beharior
 2020-06-30 15:55 UTC  (6+ messages)

What's cooking in git.git (Jun 2020, #06; Mon, 29)
 2020-06-30 15:39 UTC  (3+ messages)

[PATCH v18 00/19] Reftable support git-core
 2020-06-30 15:23 UTC  (27+ messages)
` [PATCH v19 00/20] "
  ` [PATCH v19 01/20] lib-t6000.sh: write tag using git-update-ref
  ` [PATCH v19 02/20] t3432: use git-reflog to inspect the reflog for HEAD
  ` [PATCH v19 03/20] checkout: add '\n' to reflog message
  ` [PATCH v19 04/20] Write pseudorefs through ref backends
  ` [PATCH v19 05/20] Make refs_ref_exists public
  ` [PATCH v19 06/20] Treat BISECT_HEAD as a pseudo ref
  ` [PATCH v19 07/20] Treat CHERRY_PICK_HEAD "
  ` [PATCH v19 08/20] Treat REVERT_HEAD "
  ` [PATCH v19 09/20] Move REF_LOG_ONLY to refs-internal.h
  ` [PATCH v19 10/20] Iterate over the "refs/" namespace in for_each_[raw]ref
  ` [PATCH v19 11/20] Add .gitattributes for the reftable/ directory
  ` [PATCH v19 12/20] Add reftable library
  ` [PATCH v19 13/20] Add standalone build infrastructure for reftable
  ` [PATCH v19 14/20] Reftable support for git-core
  ` [PATCH v19 15/20] Hookup unittests for the reftable library
  ` [PATCH v19 16/20] Add GIT_DEBUG_REFS debugging mechanism
  ` [PATCH v19 17/20] vcxproj: adjust for the reftable changes
  ` [PATCH v19 18/20] git-prompt: prepare for reftable refs backend
  ` [PATCH v19 19/20] Add reftable testing infrastructure
  ` [PATCH v19 20/20] Add "test-tool dump-reftable" command

[RFC PATCH v1 0/6] stash: drop usage of a second index
 2020-06-30 15:15 UTC  (8+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/6] stash: mark `i_tree' in reset_tree() const
  ` [PATCH v2 2/6] stash: remove the second index in stash_working_tree()
  ` [PATCH v2 3/6] stash: remove the second index in stash_patch()
  ` [PATCH v2 4/6] stash: remove the second index in save_untracked_files()
  ` [PATCH v2 5/6] stash: remove the second index in restore_untracked()
  ` [PATCH v2 6/6] stash: remove `stash_index_path'

[PATCH v3 0/8] Allow overriding the default name of the default branch
 2020-06-30 15:05 UTC  (7+ messages)
` [PATCH v4 0/9] "
  ` [PATCH v4 1/9] fmt-merge-msg: stop treating `master` specially

[PATCH 0/5] t: replace incorrect test_must_fail usage (part 6)
 2020-06-30 15:03 UTC  (6+ messages)
` [PATCH 1/5] t3701: stop using `env` in force_color()
` [PATCH 2/5] t5324: reorder `run_with_limited_open_files test_might_fail`
` [PATCH 3/5] t7107: don't use test_must_fail()
` [PATCH 4/5] t9834: remove use of `test_might_fail p4`
` [PATCH 5/5] test-lib-functions: restrict test_must_fail usage

[RFC] Metadata vs Generation Data Chunk
 2020-06-30 15:00 UTC 

[RFC] Thread safety in some low-level functions
 2020-06-29 15:11 UTC  (16+ 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

[bug-report] Segmentation fault on git subtree push
 2020-06-30 14:36 UTC 

[PATCH 0/3] fast-export: allow dumping anonymization mappings
 2020-06-29 13:17 UTC  (12+ 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 v2 0/11] fast-export: allow seeding the anonymized mapping

[PATCH 0/4] Preliminary fixes for reftable support
 2020-06-30 12:05 UTC  (5+ messages)
` [PATCH 1/4] lib-t6000.sh: write tag using git-update-ref
` [PATCH 2/4] t3432: use git-reflog to inspect the reflog for HEAD
` [PATCH 3/4] checkout: add '\n' to reflog message
` [PATCH 4/4] Treat BISECT_HEAD as a pseudo ref

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

[PATCH v4 0/8] CMake build system for git
 2020-06-30  7:25 UTC  (11+ 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

Listing changed identifiers with git log/diff
 2020-06-30  7:00 UTC  (3+ messages)

Auto Rescan - as plain text
 2020-06-30  6:37 UTC  (4+ messages)

Commit graph chains with no corresponding files?
 2020-06-30  1:51 UTC  (2+ messages)

[PATCH 0/2] Accelerate "git merge-base --is-ancestor"
 2020-06-30  1:45 UTC  (4+ messages)
` [PATCH 1/2] commit-reach: create repo_is_descendant_of()

how to make "git log" to grep diff
 2020-06-30  1:32 UTC  (2+ messages)

[PATCH] completion: nounset mode fixes
 2020-06-29 18:59 UTC 

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

[PATCH] send-email: restore --in-reply-to superseding behavior
 2020-06-29 14:11 UTC  (7+ messages)
  ` [PATCH v2] "

How to get back missing files after rebase?
 2020-06-29 11:59 UTC 

Reftable progress
 2020-06-29 19:51 UTC  (3+ messages)

Rename offensive terminology (master)
 2020-06-29  8:59 UTC  (2+ messages)

[PATCH 0/6] fixup ra/rebase-i-more-options
 2020-06-29 14:14 UTC  (18+ 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 0/8] More commit-graph/Bloom filter improvements
 2020-06-29 13:02 UTC  (20+ messages)
` [PATCH v2 00/11] "
  ` [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 "

What's cooking in git.git (Jun 2020, #04; Mon, 22)
 2020-06-29 19:03 UTC  (6+ messages)
` `seen' datapoint [was: What's cooking in git.git (Jun 2020, #04; Mon, 22)]
  ` `seen' datapoint [

bug
 2020-06-29 18:08 UTC  (2+ messages)
` [BUG] SSH permission error doing `git clone --recurse-submodules <SSH url>` (was: "bug")

[RFC] ref-filter: add new atom `signature`
 2020-06-28 10:05 UTC 

[GSoC] Shourya's Blog
 2020-06-28  9:39 UTC 

"gh" question -- perhaps off topic
 2020-06-28  9:04 UTC  (2+ messages)

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

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

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

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)

[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  (8+ messages)
` [RFC PATCH v1 02/17] merge-one-file: rewrite in C
` [RFC PATCH v1 06/17] merge-index: libify merge_one_path() and merge_all()

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

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


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