git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Two-step tag fetching
@ 2008-08-10 15:19 Jan Engelhardt
  2008-08-10 15:27 ` Jan Engelhardt
  0 siblings, 1 reply; 3+ messages in thread
From: Jan Engelhardt @ 2008-08-10 15:19 UTC (permalink / raw)
  To: git

Hi,


I have a somewhat older development tree at git://dev.medozas.de/linux 
(about 2.6.26-rc6), and without any tags. Now, adding in Linus's 
repository makes it gather all the new stuff, and all the missing tags:

$ git remote add linus 
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
$ git fetch linus
remote: Counting objects: 85029, done.
remote: Compressing objects: 100% (14727/14727), done.
remote: Total 74992 (delta 61774), reused 72751 (delta 59953)
Receiving objects: 100% (74992/74992), 23.08 MiB | 1375 KiB/s, done.
Resolving deltas: 100% (61774/61774), completed with 6853 local objects.
From git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
 * [new branch]      master     -> linus/master
 * [new tag]         v2.6.12    -> v2.6.12
 * [new tag]         v2.6.12-rc2 -> v2.6.12-rc2
 * [new tag]         v2.6.12-rc3 -> v2.6.12-rc3
 * [new tag]         v2.6.12-rc4 -> v2.6.12-rc4
[... lots of new tags ...]
 * [new tag]         v2.6.25    -> v2.6.25
 * [new tag]         v2.6.25-rc1 -> v2.6.25-rc1
 * [new tag]         v2.6.25-rc2 -> v2.6.25-rc2
 * [new tag]         v2.6.25-rc3 -> v2.6.25-rc3
 * [new tag]         v2.6.25-rc4 -> v2.6.25-rc4
 * [new tag]         v2.6.25-rc5 -> v2.6.25-rc5
 * [new tag]         v2.6.25-rc6 -> v2.6.25-rc6
 * [new tag]         v2.6.25-rc7 -> v2.6.25-rc7
 * [new tag]         v2.6.25-rc8 -> v2.6.25-rc8
 * [new tag]         v2.6.25-rc9 -> v2.6.25-rc9
 * [new tag]         v2.6.26-rc1 -> v2.6.26-rc1
 * [new tag]         v2.6.26-rc2 -> v2.6.26-rc2
 * [new tag]         v2.6.26-rc3 -> v2.6.26-rc3
 * [new tag]         v2.6.26-rc4 -> v2.6.26-rc4
 * [new tag]         v2.6.26-rc5 -> v2.6.26-rc5
 * [new tag]         v2.6.26-rc6 -> v2.6.26-rc6
 * [new tag]         v2.6.26-rc7 -> v2.6.26-rc7
 * [new tag]         v2.6.26-rc8 -> v2.6.26-rc8
From git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
 * [new tag]         v2.6.26    -> v2.6.26
 * [new tag]         v2.6.26-rc9 -> v2.6.26-rc9
 * [new tag]         v2.6.27-rc1 -> v2.6.27-rc1
 * [new tag]         v2.6.27-rc2 -> v2.6.27-rc2


What interests me here is why there are two "From" lines.



thanks,
Jan

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

end of thread, other threads:[~2008-08-11  2:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-10 15:19 Two-step tag fetching Jan Engelhardt
2008-08-10 15:27 ` Jan Engelhardt
2008-08-11  2:43   ` Shawn O. Pearce

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).