Thread (70 messages) flat view 70 messages, 15 authors, 2016-06-15

Re: Git is not scalable with too many refs/*

From: Thomas Rast <hidden>
Date: 2016-06-15 22:52:06

Possibly related (same subject, not in this thread)

Martin Fick wrote:
I suspect that there are several commands in git 
which inadvertently scan all the refs when they probably 
shouldn't. [...] I feel like git checkout is one of those cases, 
it does not seem like git checkout should be affected by the 
number of refs in a repo?
git-checkout checks whether you are leaving any unreferenced
(orphaned) commits behind when you leave a detached HEAD, which
requires that it scan the history of all refs for the commit you just
left.

So unless you disable that warning it'll be pretty expensive
regardless.

-- 
Thomas Rast
trast@{inf,student}.ethz.ch
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help