From: Elijah Newren Date: Fri, 26 Jun 2009 04:48:33 +0000 (-0600) Subject: fast-export: Document the fact that git-rev-list arguments are accepted X-Git-Tag: v1.6.4~7^2 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=8af15d282e59a7f566b5e7eb71caebfc40ca5cd6;p=git.git fast-export: Document the fact that git-rev-list arguments are accepted Signed-off-by: Elijah Newren Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-fast-export.txt b/Documentation/git-fast-export.txt index 194abdeeb..af2328d40 100644 --- a/Documentation/git-fast-export.txt +++ b/Documentation/git-fast-export.txt @@ -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 --------