Re: Updated git HOWTO for kernel hackers
From: Horst von Brand <hidden>
Date: 2005-06-23 14:32:29
Also in:
lkml
Jeff Garzik [off-list ref] said:
Linus Torvalds wrote:quoted
rsync -r --ignore-existing repo/refs/tags/ .git/refs/tags/ See? What's your complaint with just doing that?No complaint with that operation. The complaint is that it's an additional operation. Re-read what Greg said:quoted
Is there some reason why git doesn't pull the tags in properly when doing a merge? Chris and I just hit this when I pulled his 2.6.12.1 tree and and was wondering where the tag went.Multiple users -- not just me -- would prefer that git-pull-script pulled the tags, too. Suggested solution: add '--tags' to git-pull-script (git-fetch-script?), which calls rsync -r --ignore-existing repo/refs/tags/ .git/refs/tags/
I don't think either is really a solution. IMHO there should be a distinction between "official tags" (that get passed around together with everything else) and "private tags" for everybodys own home use (that could be passed around, but only explicitly). Plus the possibility to erase, move, &c private tags, and perhaps upgrade them to official status (thus setting them in stone). -- Dr. Horst H. von Brand User #22616 counter.li.org Departamento de Informatica Fono: +56 32 654431 Universidad Tecnica Federico Santa Maria +56 32 654239 Casilla 110-V, Valparaiso, Chile Fax: +56 32 797513