From: Junio C Hamano Date: Sun, 30 Oct 2005 22:23:47 +0000 (-0800) Subject: Fix rev-list documentation again (--sparse and pathspec) X-Git-Tag: v0.99.9a^2~1 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=64b1f6e676a5621483feac0082e11cd79c1ad825;p=git.git Fix rev-list documentation again (--sparse and pathspec) Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-rev-list.txt b/Documentation/git-rev-list.txt index 993911070..064ccb1f8 100644 --- a/Documentation/git-rev-list.txt +++ b/Documentation/git-rev-list.txt @@ -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