.\"Generated by db2man.xsl. Don't modify this, modify the source. .de Sh \" Subsection .br .if t .Sp .ne 5 .PP \fB\\$1\fR .PP .. .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Ip \" List item .br .ie \\n(.$>=3 .ne \\$3 .el .ne 3 .IP "\\$1" \\$2 .. .TH "GIT-HTTP-FETCH" 1 "" "" "" .SH NAME git-http-fetch \- downloads a remote git repository via HTTP .SH "SYNOPSIS" git\-http\-fetch [\-c] [\-t] [\-a] [\-d] [\-v] [\-w filename] [\-\-recover] .SH "DESCRIPTION" Downloads a remote git repository via HTTP\&. .SH "OPTIONS" .TP commit\-id Either the hash or the filename under [URL]/refs/ to pull\&. .TP \-c Get the commit objects\&. .TP \-t Get trees associated with the commit objects\&. .TP \-a Get all the objects\&. .TP \-v Report what is downloaded\&. .TP \-w Writes the commit\-id into the filename under $GIT_DIR/refs/ on the local end after the transfer is complete\&. .SH "AUTHOR" Written by Linus Torvalds .SH "DOCUMENTATION" Documentation by David Greaves, Junio C Hamano and the git\-list \&. .SH "GIT" Part of the \fBgit\fR(7) suite