~ubuntu-branches/ubuntu/intrepid/git-core/intrepid-updates

« back to all changes in this revision

Viewing changes to Documentation/git-local-fetch.txt

  • Committer: Package Import Robot
  • Author(s): Gerrit Pape
  • Date: 2007-10-04 08:27:01 UTC
  • mfrom: (1.1.23)
  • Revision ID: package-import@ubuntu.com-20071004082701-rsd058ontoqz4i30
Tags: 1:1.5.3.4-1
new upstream point release (closes: #445188).

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
 
15
15
DESCRIPTION
16
16
-----------
 
17
THIS COMMAND IS DEPRECATED.
 
18
 
17
19
Duplicates another git repository on a local system.
18
20
 
19
21
OPTIONS
42
44
        the local end after the transfer is complete.
43
45
 
44
46
--stdin::
45
 
        Instead of a commit id on the commandline (which is not expected in this
 
47
        Instead of a commit id on the command line (which is not expected in this
46
48
        case), 'git-local-fetch' expects lines on stdin in the format
47
49
 
48
50
                <commit-id>['\t'<filename-as-in--w>]
62
64
GIT
63
65
---
64
66
Part of the gitlink:git[7] suite
65