commit 123cba5ad6fe36893f2019bb0a806db3f3139dde from: Stefan Sperling date: Fri Aug 11 13:41:34 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 - df32781bdd73c921eda5c02a1db0df30c4d89f1c commit + 123cba5ad6fe36893f2019bb0a806db3f3139dde 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,