Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Fix rev-list documentation again (--sparse and pathspec)
author
Junio C Hamano
<junkio@cox.net>
Sun, 30 Oct 2005 22:23:47 +0000
(14:23 -0800)
committer
Junio C Hamano
<junkio@cox.net>
Mon, 31 Oct 2005 01:28:03 +0000
(17:28 -0800)
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-rev-list.txt
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
12ea5be
)
diff --git
a/Documentation/git-rev-list.txt
b/Documentation/git-rev-list.txt
index 993911070a2ced38586b3aedcb5078f25d57ec35..064ccb1f8707bc6e82d43bcabb20bb30aec6236f 100644
(file)
--- 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
--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
--all::
Pretend as if all the refs in `$GIT_DIR/refs/` are