1git-fetch-script(1) 2=================== 3v0.99.5, Aug 2005 4 5NAME 6---- 7git-fetch-script - Download objects and a head from another repository. 8 9 10SYNOPSIS 11-------- 12'git-fetch-script' <repository> <refspec>... 13 14 15DESCRIPTION 16----------- 17Fetches named heads or tags from another repository, along with 18the objects necessary to complete them. 19 20The ref names and their object names of fetched refs are stored 21in $GIT_DIR/FETCH_HEAD. This information is left for a later merge 22operation done by "git resolve" or "git octopus". 23 24 25OPTIONS 26------- 27include::pull-fetch-param.txt[] 28 29 30Author 31------ 32Written by Linus Torvalds <torvalds@osdl.org> and 33Junio C Hamano <junkio@cox.net> 34 35Documentation 36-------------- 37Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>. 38 39GIT 40--- 41Part of the link:git.html[git] suite