git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2020-06-15 19:37:55 to 2020-06-17 20:35:27 UTC [more...]

[GSoC] Shourya's Blog
 2020-06-17 20:35 UTC  (3+ messages)

git switch error message tweak
 2020-06-17 20:30 UTC  (2+ messages)

[PATCH 0/9] Allow overriding the default name of the default branch
 2020-06-17 20:28 UTC  (54+ messages)
` [PATCH 1/9] init: allow overriding the default branch name for new repositories
` [PATCH 2/9] remote: respect `core.defaultBranchName`
` [PATCH 8/9] fast-export: respect the possibly-overridden default branch name
            ` Re* "
` [PATCH v2 00/12] Allow overriding the default name of the default branch
  ` [PATCH v2 01/12] fast-export: do anonymize the primary branch name
  ` [PATCH v2 02/12] fmt-merge-msg: introduce a way to override the main "
  ` [PATCH v2 05/12] fast-export: handle overridden main branch names correctly
  ` [PATCH v2 09/12] clone: handle overridden main branch names
  ` [PATCH v2 11/12] submodule: use the correct default for the main branch name
  ` [PATCH v2 12/12] testsvn: respect `init.defaultBranch`

git log -- <old path> not working
 2020-06-17 20:18 UTC  (2+ messages)

Rename offensive terminology (master)
 2020-06-17 20:17 UTC  (9+ messages)

Consensus on a new default branch name
 2020-06-17 20:13 UTC  (23+ messages)

[RFC PATCH v1 0/6] stash: drop usage of a second index
 2020-06-17 20:04 UTC  (5+ messages)

git clone --filter=blob:limit=X interaction with submodules?
 2020-06-17 19:14 UTC 

Collaborative conflict resolution feature request
 2020-06-17 18:32 UTC  (19+ messages)

[PATCH 0/3] branch and t3200 cleanup
 2020-06-17 18:12 UTC  (4+ messages)
` [PATCH 3/3] branch: don't mix --edit-description

[PATCH] builtin/diff: fix incorrect comment
 2020-06-17 18:07 UTC  (2+ messages)

[PATCH 0/2] Sparse checkout status
 2020-06-17 17:58 UTC  (3+ messages)

[PATCH] unpack-trees: do not set SKIP_WORKTREE on submodules
 2020-06-17 17:58 UTC  (2+ messages)

[PATCH 0/2] Accelerate "git merge-base --is-ancestor"
 2020-06-17 17:24 UTC  (3+ messages)
` [PATCH 1/2] commit-reach: create repo_is_descendant_of()
` [PATCH 2/2] commit-reach: use fast logic in repo_in_merge_base

[PATCH 0/2] Sparse checkout status
 2020-06-17 15:46 UTC  (5+ messages)
` [PATCH 1/2] [RFC] wt-status: show sparse checkout status as well
` [PATCH 2/2] [RFC] git-prompt: include sparsity state "

git-subtree split misbehaviour with a commit having empty ls-tree for the specified subdir
 2020-06-17 14:46 UTC  (4+ messages)

Rename offensive terminology (master)
 2020-06-17 12:27 UTC  (3+ messages)

filtering on git fetch?
 2020-06-17 11:32 UTC  (4+ messages)

[GSOC] Blog about weeks 1, 2
 2020-06-17  9:33 UTC 

[GSoC Patch v3 0/4] Move generation, graph_pos to a slab
 2020-06-17  9:18 UTC  (4+ messages)
` [PATCH v3 2/4] commit-graph: introduce commit_graph_data_slab

[GSoC Patch 0/3] Move generation, graph_pos to a slab
 2020-06-17  9:14 UTC  (6+ messages)
` [GSOC Patch v4 0/4] "
  ` [GSOC Patch v4 1/4] object: drop parsed_object_pool->commit_count
  ` [GSOC Patch v4 2/4] commit-graph: introduce commit_graph_data_slab
  ` [GSOC Patch v4 3/4] commit: move members graph_pos, generation to a slab
  ` [GSOC Patch v4 4/4] commit-graph: minimize commit_graph_data_slab access

Rename offensive terminology (master)
 2020-06-17  8:27 UTC  (4+ messages)

What's cooking in git.git (Jun 2020, #02; Wed, 10)
 2020-06-17  8:14 UTC  (3+ messages)

Rename offensive terminology (master)
 2020-06-17  7:49 UTC  (12+ messages)

Rename offensive terminology (master)
 2020-06-17  7:45 UTC  (29+ messages)

sparse-checkout papercuts
 2020-06-17  1:37 UTC 

Consensus on a new default branch name
 2020-06-17  0:01 UTC 

git-for-windows supporting public shaming and repressing community's opinion
 2020-06-16 23:09 UTC 

[PATCH v3 0/5] grep: honor sparse checkout and add option to ignore it
 2020-06-16 22:31 UTC  (5+ messages)
` [PATCH v4 0/6] "
  ` [PATCH v4 4/6] config: correctly read worktree configs in submodules

git-for-windows supporting public shaming and repressing community's opinion
 2020-06-16 22:03 UTC  (2+ messages)

git-for-windows supporting public shaming and repressing community's opinion
 2020-06-16 21:44 UTC  (3+ messages)

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

[PATCH] checkout: teach --worktree
 2020-06-16 16:01 UTC  (3+ messages)
` [PATCH v2] "

Rename offensive terminology (master)
 2020-06-16 15:53 UTC  (4+ messages)

Consensus on a new default branch name
 2020-06-16 14:38 UTC  (4+ messages)

CFT: imaps://public-inbox.org/INBOX.comp.version-control.git.7
 2020-06-16 13:19 UTC  (5+ messages)

[Possible Bug] Use of write on size-limited platforms
 2020-06-16  8:02 UTC  (4+ messages)

[PATCH] refs: implement reference transaction hooks
 2020-06-16  5:45 UTC  (6+ messages)
` [PATCH v2] refs: implement reference transaction hook

[PATCH] upload-pack: fix a sparse '0 as NULL pointer' warning
 2020-06-15 23:00 UTC 

Job: implement visualization of intraline differences in git-gui
 2020-06-15 22:33 UTC 

Rename offensive terminology (master)
 2020-06-15 21:05 UTC 

Rename offensive terminology (master)
 2020-06-15 20:44 UTC  (6+ messages)

[PATCH 0/8] More commit-graph/Bloom filter improvements
 2020-06-15 20:14 UTC  (9+ messages)
` [PATCH 1/8] commit-graph: place bloom_settings in context
` [PATCH 2/8] commit-graph: unify the signatures of all write_graph_chunk_*() functions
` [PATCH 3/8] commit-graph: simplify chunk writes into loop
` [PATCH 4/8] commit-graph: check chunk sizes after writing
` [PATCH 5/8] commit-graph: check all leading directories in changed path Bloom filters
` [PATCH 6/8] bloom: enforce a minimum size of 8 bytes
` [PATCH 7/8] commit-graph: change test to die on parse, not load
` [PATCH 8/8] commit-graph: persist existence of changed-paths

[PATCH v4 1/8] Introduce CMake support for configuring Git
 2020-06-15 20:04 UTC  (3+ messages)

[PATCH v4 7/8] cmake: support for building git on windows with msvc and clang
 2020-06-15 19:56 UTC  (3+ messages)

[PATCH v4 6/8] cmake: support for building git on windows with mingw
 2020-06-15 19:47 UTC  (3+ messages)

[PATCH v4 4/8] cmake: support for testing git with ctest
 2020-06-15 19:45 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).