Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information