6 git-local-fetch - Duplicates another git repository on a local system
11 'git-local-fetch' [-c] [-t] [-a] [-d] [-v] [-w filename] [--recover] [-l] [-s] [-n] commit-id path
15 Duplicates another git repository on a local system.
20 Get the commit objects.
22 Get trees associated with the commit objects.
26 Report what is downloaded.
29 Writes the commit-id into the filename under $GIT_DIR/refs/<filename> on
30 the local end after the transfer is complete.
33 Instead of a commit id on the commandline (which is not expected in this
34 case), 'git-local-fetch' expects lines on stdin in the format
36 <commit-id>['\t'<filename-as-in--w>]
40 Written by Junio C Hamano <junkio@cox.net>
44 Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
48 Part of the gitlink:git[7] suite