Re: Updated Kernel Hacker's guide to git




On Dec 23 2007 06:13, Jeff Garzik wrote:
Another year, another update! :)

The kernel hacker's guide to git has received some updates:

http://linux.yyz.us/git-howto.html


It says

"""Don't forget to download tags from time to time.

git pull only downloads sha1-indexed object data, and the requested
remote head. This misses updates to the .git/refs/tags/ and
.git/refs/heads/ directories. For tags, run git fetch --tags $URL."""


But when I do git pull on a simple tracking tree (e.g. git-clone
torvalds/linux-2.6.git; git pull;) it automatically grabs new tags.
--
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/



Relevant Pages

  • Re: Updated Kernel Hackers guide to git
    ... The kernel hacker's guide to git has received some updates: ... """Don't forget to download tags from time to time. ... But when I do git pull on a simple tracking tree (e.g. git-clone ...
    (Linux-Kernel)
  • Re: Linux 2.6.20-rc1
    ... Some of the commits there are pretty big patches, but more than a couple of them are due to fairly straightforward search-and-replace things ", for example, or the switch to "ktermios" for the tty layer, or the introduction of "struct path" in the VFS layer instead of keeping the f_entries separate, or indeed the removal of SLAB_xxx constant names in favour of the standard GFP_xxx ones). ... Or get the git repo, and do your own delving into things with ... networking updates ... Did I miss an alternate method of handling ftape devices, or are these old beasts now unsupported? ...
    (Linux-Kernel)
  • GIT 1.0.4 and what is in master and proposed updates.
    ... GIT 1.0.4 contains the following updates since GIT 1.0.3: ... Earlier we did not use SHA1 checksum at the end of the index ... that the pack and the idx are named with the same basename ...
    (Linux-Kernel)
  • 2.6.25-rc2-mm1
    ... Added the slab/slub tree as git-slub.patch ... See the `hot-fixes' directory for any important updates to this patchset. ... To fetch an -mm tree using git, ... DLM fix ...
    (Linux-Kernel)
  • [ANNOUNCE] GIT 1.5.1
    ... GIT v1.5.1 Release Notes ... Deprecated commands and options. ... Documentation updates ... conflict when performing the same merge the other way around. ...
    (Linux-Kernel)