commit ba133bf3690a03e4b8ae2dceb5d9991456e62c10 from: Stefan Sperling via: Thomas Adam date: Sat Aug 12 11:13:46 2023 UTC 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 commit - e63e417467632bfb49b2778bba964f0a14d507ca commit + ba133bf3690a03e4b8ae2dceb5d9991456e62c10 blob - 10a6aa7aa384b8d8773e28516972143fd0c7c93a blob + a11e0d04ec6b48b470eb5d9507fdf09ccf710f36 --- 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,