Two-step tag fetching

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux