Code

fast-export: Document the fact that git-rev-list arguments are accepted
authorElijah Newren <newren@gmail.com>
Fri, 26 Jun 2009 04:48:33 +0000 (22:48 -0600)
committerJunio C Hamano <gitster@pobox.com>
Sat, 27 Jun 2009 21:10:10 +0000 (14:10 -0700)
Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-fast-export.txt

index 194abdeeba23368919263939131fa4602ab4ab4e..af2328d401cef30311996cf0376ad17c83c6c516 100644 (file)
@@ -82,6 +82,12 @@ marks the same across runs.
        allow that.  So fake a tagger to be able to fast-import the
        output.
 
+[git-rev-list-args...]::
+       A list of arguments, acceptable to 'git-rev-parse' and
+       'git-rev-list', that specifies the specific objects and references
+       to export.  For example, `master\~10..master` causes the
+       current master reference to be exported along with all objects
+       added since its 10th ancestor commit.
 
 EXAMPLES
 --------