author | Junio C Hamano <gitster@pobox.com> | |
Wed, 4 Jun 2008 06:56:56 +0000 (23:56 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 4 Jun 2008 06:56:56 +0000 (23:56 -0700) | ||
commit | adf60f1440aa166615711f5c2ae262db79ba6eb2 | |
tree | 1504fdbfe62271c39662bcb4f36aa47c4472b505 | tree | snapshot |
parent | 70ca472f1f6745563b55cac9aa38bb58f83112ef | commit | diff |
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>
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 | diff | blob | history |