[lldb-dev] [llvm-dev] [cfe-dev] Sequential ID Git hook

Bruce Hoult via lldb-dev lldb-dev at lists.llvm.org
Tue Jul 5 12:48:26 PDT 2016


On Sat, Jul 2, 2016 at 3:18 AM, Tom Honermann via llvm-dev <
llvm-dev at lists.llvm.org> wrote:

> We're using tags in this manner for our internal repos and LLVM/Clang
> mirrors and haven't experienced any problems.  We're at ~50k tags for
> our most used repo, so not quite at hundreds of thousands yet.
>
> When I look in .git/refs/tags of one of my repos, I do *not* see 50k
> files; I see ~400.  I'm not sure what causes some to appear here and
> others not.
>

You don't see many tags because tags (both heavy and lightweight) are
transferred from the file system into a pack file whenever a "git repack"
or "git gc" happens.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20160706/aa448679/attachment.html>


More information about the lldb-dev mailing list