aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-rev-list.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-10-30 14:23:47 -0800
committerJunio C Hamano <junkio@cox.net>2005-10-30 17:28:03 -0800
commit64b1f6e676a5621483feac0082e11cd79c1ad825 (patch)
tree5d3fb770835ba710480cbaf0c1b076a3a4affc54 /Documentation/git-rev-list.txt
parent12ea5bea587093cdb716f57e112a1a43db4132e0 (diff)
downloadgit-64b1f6e676a5621483feac0082e11cd79c1ad825.tar.gz
Fix rev-list documentation again (--sparse and pathspec)
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-rev-list.txt')
-rw-r--r--Documentation/git-rev-list.txt9
1 files changed, 5 insertions, 4 deletions
diff --git a/Documentation/git-rev-list.txt b/Documentation/git-rev-list.txt
index 993911070a..064ccb1f87 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