Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix rev-list documentation again (--sparse and pathspec)
Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Junio C Hamano committed Oct 31, 2005
1 parent 12ea5be commit 64b1f6e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Documentation/git-rev-list.txt
Expand Up @@ -73,10 +73,11 @@ OPTIONS

--sparse::
When optional paths are given, the command outputs only
the commits that changes at least one of them. This
flag makes the command ignore the paths, outputting all
eligible commits (still subject to count and age
limitation).
the commits that changes at least one of them, and also
ignores merges that do not touch the given paths. This
flag makes the command output all eligible commits
(still subject to count and age limitation), but apply
merge simplification nevertheless.

--all::
Pretend as if all the refs in `$GIT_DIR/refs/` are
Expand Down

0 comments on commit 64b1f6e

Please sign in to comment.