Code

Documentation: git-log cannot use rev-list specific options
authorJunio C Hamano <gitster@pobox.com>
Wed, 4 Jun 2008 06:56:56 +0000 (23:56 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 4 Jun 2008 06:56:56 +0000 (23:56 -0700)
commitadf60f1440aa166615711f5c2ae262db79ba6eb2
tree1504fdbfe62271c39662bcb4f36aa47c4472b505
parent70ca472f1f6745563b55cac9aa38bb58f83112ef
Documentation: git-log cannot use rev-list specific options

The log family and git-rev-list share the same set of options that come
from revision walking machinery, but they both have options unique to
them.  Notably, --header, --timestamp, --stdin and --quiet apply only to
rev-list.  Exclude them from the git-log documentation.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/rev-list-options.txt