Skip to content

Commit

Permalink
fast-export: Document the fact that git-rev-list arguments are accepted
Browse files Browse the repository at this point in the history
Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Elijah Newren authored and Junio C Hamano committed Jun 27, 2009
1 parent 25e0ca5 commit 8af15d2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Documentation/git-fast-export.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
--------
Expand Down

0 comments on commit 8af15d2

Please sign in to comment.