Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
git-fast-export.txt: clarify misleading documentation about rev-list args
author
Elijah Newren
<newren@gmail.com>
Fri, 16 Nov 2018 07:59:48 +0000
(23:59 -0800)
committer
Junio C Hamano
<gitster@pobox.com>
Sat, 17 Nov 2018 09:43:51 +0000
(18:43 +0900)
Signed-off-by: Elijah Newren <newren@gmail.com>
Acked-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-fast-export.txt
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
f55c979
)
diff --git
a/Documentation/git-fast-export.txt
b/Documentation/git-fast-export.txt
index ce954be5321384b55687791acb32562850a5a6fa..fda55b32846c16c40ce9e849609d5b55045b6615 100644
(file)
--- a/
Documentation/git-fast-export.txt
+++ b/
Documentation/git-fast-export.txt
@@
-119,7
+119,8
@@
marks the same across runs.
'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.
+ added since its 10th ancestor commit and all files common to
+ master{tilde}9 and master{tilde}10.
EXAMPLES
--------