Commit Diff
- Commit:
ba133bf3690a03e4b8ae2dceb5d9991456e62c10
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
- Message:
- document that the log -d option implies log -P We did consider making -d and -P options conflict but doing so would not be very helpful. Instead, document -d as a superset of -P. ok op, jamsek
- Actions:
- Patch | Tree
--- got/got.1 +++ got/got.1 @@ -976,6 +976,9 @@ Display diffstat of changes introduced in each commit. Cannot be used with the .Fl s option. +Implies the +.Fl P +option (diffstat displays a list of changed paths). .It Fl l Ar N Limit history traversal to a given number of commits. If this option is not specified, a default limit value of zero is used,