7 git-local-fetch - Duplicates another GIT repository on a local system
12 'git-local-fetch' [-c] [-t] [-a] [-d] [-v] [-w filename] [--recover] [-l] [-s] [-n] commit-id path
16 Duplicates another GIT repository on a local system.
21 Get the commit objects.
23 Get trees associated with the commit objects.
27 Report what is downloaded.
30 Writes the commit-id into the filename under $GIT_DIR/refs/<filename> on
31 the local end after the transfer is complete.
35 Written by Junio C Hamano <junkio@cox.net>
39 Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
43 Part of the gitlink:git[7] suite