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

NAKAMURA Takumi via cfe-dev cfe-dev at lists.llvm.org
Fri Jul 1 17:29:47 PDT 2016


Thousands of tags would cause problems, even with packed-refs.
For example, both git-fetch and git-push queries thousands of local tag to
remote.

I was playing with 200k of tags. ;) I wish git had "thin tag", not to
affect to remotes.

On Sat, Jul 2, 2016 at 6:55 AM Miklos Vajna via cfe-dev <
cfe-dev at lists.llvm.org> wrote:

> Hi Tom,
>
> On Fri, Jul 01, 2016 at 03:18:36PM +0000, Tom Honermann via cfe-dev <
> cfe-dev at lists.llvm.org> wrote:
> > 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.
>
> That's how git-pack-refs works, newer tags are separate files in
> .git/refs/tags/, older ones are packed into a single .git/packed-refs
> file.
>
> Regards,
>
> Miklos
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20160702/db692955/attachment.html>


More information about the cfe-dev mailing list