summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 25e0ca5)
raw | patch | inline | side by side (parent: 25e0ca5)
author | Elijah Newren <newren@gmail.com> | |
Fri, 26 Jun 2009 04:48:33 +0000 (22:48 -0600) | ||
committer | Junio 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>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-fast-export.txt | patch | blob | history |
index 194abdeeba23368919263939131fa4602ab4ab4e..af2328d401cef30311996cf0376ad17c83c6c516 100644 (file)
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
--------