All of lore.kernel.org
 help / color / mirror / Atom feed
* Git Tags
@ 2018-11-29 11:11 Stefanie Leisestreichler
  2018-11-29 11:56 ` Mateusz Loskot
  2018-11-29 15:09 ` Ævar Arnfjörð Bjarmason
  0 siblings, 2 replies; 24+ messages in thread
From: Stefanie Leisestreichler @ 2018-11-29 11:11 UTC (permalink / raw)
  To: git

Hi.

I have done this (on box A):

git commit -m "Message"
git tag -a 0.9.0
git push origin master

In my local repository, when I run "git tag" it is showing me "0.9.0".

Then I did (on box B)
git clone ssh://user@host:/path/project.git
cd project
git tag

Now git tag is showing nothing.

Why is the tag only available in my local repository?

Also when I try to
git clone --branch 0.9.0 ssh://user@host:/path/project.git
it tells me: fatal:remote branch not found in upstream repository origin

Why is the tag not available in origin?

Thanks,
Stefanie


^ permalink raw reply	[flat|nested] 24+ messages in thread
* Git tags
@ 2017-06-16  1:07 Oliver Beattie
  2017-06-16  1:14 ` Daniel Kahn Gillmor
  2017-06-16  2:44 ` Jason A. Donenfeld
  0 siblings, 2 replies; 24+ messages in thread
From: Oliver Beattie @ 2017-06-16  1:07 UTC (permalink / raw)
  To: wireguard

Hi,

I have noticed that when a new snapshot is released, it is tagged in
the Git repository, and an old tag is typically removed. While I
understand Wireguard is considered experimental, this is quite
frustrating as a user of the project.

Given tags in Git are extremely lightweight, would it be unreasonable
to keep them around?

Cheers,
Oliver

^ permalink raw reply	[flat|nested] 24+ messages in thread
* Git tags
@ 2009-12-04 11:27 Martyn Welch
  2009-12-09  0:19 ` Geoff Levand
  0 siblings, 1 reply; 24+ messages in thread
From: Martyn Welch @ 2009-12-04 11:27 UTC (permalink / raw)
  To: Benjamin Herrenschmidt; +Cc: linuxppc-dev list

Hi Ben,

Could you please pull the git tags from Linus' tree when you pull?

It aids a little in quickly seeing how far a tree on kernel has moved
forward, at the moment the last tag on your tree is "v2.6.26-rc9" [1].

Martyn

[1]
http://git.kernel.org/gitweb.cgi?p=linux/kernel/git/benh/powerpc.git;a=summary

-- 
Martyn Welch MEng MPhil MIET (Principal Software Engineer)   T:+44(0)1327322748
GE Fanuc Intelligent Platforms Ltd,        |Registered in England and Wales
Tove Valley Business Park, Towcester,      |(3828642) at 100 Barbirolli Square,
Northants, NN12 6PF, UK T:+44(0)1327359444 |Manchester,M2 3AB  VAT:GB 927559189

^ permalink raw reply	[flat|nested] 24+ messages in thread
* Git tags
@ 2008-04-03 13:54 Yegor Yefremov
  2008-04-03 14:32 ` Andre Haupt
  0 siblings, 1 reply; 24+ messages in thread
From: Yegor Yefremov @ 2008-04-03 13:54 UTC (permalink / raw)
  To: linux-c-programming

Hi all,

I don't really know where to post this question. Why, if I check out the 
2.6.24.4 kernel (2.6.24.4 tag 
http://git2.kernel.org/?p=linux/kernel/git/stable/linux-2.6-stable.git;a=commit;h=16c64cac7d9c6a503f49887219c4fe675e7d43d9) 
from the stable git tree, I get "dirty" added to my kernel version after 
compilation? The 2.6.24.4 is stable as far as I understand.
I have already searched for this info and looked through some tutorials 
like http://linux.yyz.us/git-howto.html, but I didn't find any info that 
would answer my question.

Thank you  in advance.

Best regards,
Yegor

^ permalink raw reply	[flat|nested] 24+ messages in thread
* GIT tags
@ 2007-10-22 11:24 Iqbal
  2007-10-22 11:35 ` Felipe Balbi
  2007-10-22 13:02 ` Trilok Soni
  0 siblings, 2 replies; 24+ messages in thread
From: Iqbal @ 2007-10-22 11:24 UTC (permalink / raw)
  To: linux-omap-open-source


Hi, 

I see that the kernel is advanced from 2.6.23-rc8 to 2.6.23. 
When I do a git-tag -l, at the end I can only see 2.6.23-rc4 and not 2.6.23 or any tags between these two.

So, what I understand is "this list doesn't mess up with the tags", the tags are coming from Linus/kernel.org. 
And, there is no hard fast rule that tags are always updated.

Pl. correct me If I my understanding is wrong.

Also,

How can I get the date when I did the last git-pull/git-fetch?
If there are any good pointers on versioning please pass it on.

Thanks, 
Iqbal

^ permalink raw reply	[flat|nested] 24+ messages in thread

end of thread, other threads:[~2018-11-29 15:10 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-29 11:11 Git Tags Stefanie Leisestreichler
2018-11-29 11:56 ` Mateusz Loskot
2018-11-29 13:40   ` Randall S. Becker
2018-11-29 13:45     ` Mateusz Loskot
2018-11-29 15:09 ` Ævar Arnfjörð Bjarmason
  -- strict thread matches above, loose matches on Subject: below --
2017-06-16  1:07 Git tags Oliver Beattie
2017-06-16  1:14 ` Daniel Kahn Gillmor
2017-06-16  2:44 ` Jason A. Donenfeld
2017-06-16 12:07   ` Martin Eskdale Moen
2017-06-16 12:08     ` Jason A. Donenfeld
2017-06-16 12:12       ` Martin Eskdale Moen
2017-06-16 12:23         ` Jason A. Donenfeld
2017-06-16 16:40   ` Oliver Beattie
2009-12-04 11:27 Martyn Welch
2009-12-09  0:19 ` Geoff Levand
2008-04-03 13:54 Yegor Yefremov
2008-04-03 14:32 ` Andre Haupt
2008-04-03 14:40   ` Yegor Yefremov
2008-04-03 14:47     ` Andre Haupt
2008-04-03 14:55       ` Andre Haupt
2007-10-22 11:24 GIT tags Iqbal
2007-10-22 11:35 ` Felipe Balbi
2007-10-22 13:02 ` Trilok Soni
2007-10-23  0:53   ` Tony Lindgren

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.