author | Linus Torvalds <torvalds@osdl.org> | |
Thu, 29 Sep 2005 21:35:15 +0000 (14:35 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sun, 2 Oct 2005 06:18:38 +0000 (23:18 -0700) | ||
commit | ed1aadf1b0cb4afc7cb0aaf4cec4f5ad84e3307d | |
tree | 0070a92e774fb78aaa589a26f04b74df68c124aa | tree | snapshot |
parent | 4fa2197e614950279527b14825d1e9572454a48c | commit | diff |
[PATCH] git fetch --tags
You can do
git fetch --tags <linus-kernel-repo>
and it should fetch all my tags automatically.
[jc: The original by Linus fetched and overwrote branch heads with
--all, which felt dangerous and wrong, so I removed it. Also this
version does not use any refs that resulted as --tags for later
merge. ]
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
You can do
git fetch --tags <linus-kernel-repo>
and it should fetch all my tags automatically.
[jc: The original by Linus fetched and overwrote branch heads with
--all, which felt dangerous and wrong, so I removed it. Also this
version does not use any refs that resulted as --tags for later
merge. ]
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-fetch.sh | diff | blob | history |