Re: kernel development process questions (updating git tags)

From: Marco Roeland
Date: Thu Dec 29 2005 - 06:09:41 EST


On Wednesday December 21st 2005 Luke Yang wrote:

> BTW: git question, Is there any way to get my .git/refs/ folder
> updated through http? I mean not through rsync?

$ git fetch --tags

or even shorter:

$ git fetch -t
--
Marco Roeland
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/