Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'pb/rev-list-reverse-with-count'
author
Junio C Hamano
<gitster@pobox.com>
Mon, 3 Oct 2016 20:30:39 +0000
(13:30 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 3 Oct 2016 20:30:39 +0000
(13:30 -0700)
Doc update to clarify what "log -3 --reverse" does.
* pb/rev-list-reverse-with-count:
rev-list-options: clarify the usage of --reverse
Documentation/rev-list-options.txt
patch
|
blob
|
history
raw
(from parent 1:
4e34e20
)
diff --git
a/Documentation/rev-list-options.txt
b/Documentation/rev-list-options.txt
index 7e462d3841daa1e7c11af224a98c6d7cf0b801a4..5da7cf5a8d02d6fd52993f042f29efe4cc749051 100644
(file)
--- a/
Documentation/rev-list-options.txt
+++ b/
Documentation/rev-list-options.txt
@@
-657,8
+657,9
@@
avoid showing the commits from two parallel development track mixed
together.
--reverse::
- Output the commits in reverse order.
- Cannot be combined with `--walk-reflogs`.
+ Output the commits chosen to be shown (see Commit Limiting
+ section above) in reverse order. Cannot be combined with
+ `--walk-reflogs`.
Object Traversal
~~~~~~~~~~~~~~~~