Fix rev-list documentation again (--sparse and pathspec)
Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
parent
12ea5bea58
commit
64b1f6e676
@ -73,10 +73,11 @@ OPTIONS
|
|||||||
|
|
||||||
--sparse::
|
--sparse::
|
||||||
When optional paths are given, the command outputs only
|
When optional paths are given, the command outputs only
|
||||||
the commits that changes at least one of them. This
|
the commits that changes at least one of them, and also
|
||||||
flag makes the command ignore the paths, outputting all
|
ignores merges that do not touch the given paths. This
|
||||||
eligible commits (still subject to count and age
|
flag makes the command output all eligible commits
|
||||||
limitation).
|
(still subject to count and age limitation), but apply
|
||||||
|
merge simplification nevertheless.
|
||||||
|
|
||||||
--all::
|
--all::
|
||||||
Pretend as if all the refs in `$GIT_DIR/refs/` are
|
Pretend as if all the refs in `$GIT_DIR/refs/` are
|
||||||
|
Loading…
Reference in New Issue
Block a user