commit c6390436cb9081c47110b2d06e4c6aa85425a82d from: Klemens Nanni date: Fri Nov 29 23:00:38 2019 UTC got.1: Fix log -s, tweak wording From stsp commit - dfcab68b1fe1b9def4ed722a2eef44f0338b2a87 commit + c6390436cb9081c47110b2d06e4c6aa85425a82d blob - 59c41698313a510ea5d7712e81349bf7d7bb7d6d blob + 57af02b4edfdbb7d0e6764d05c516a435f823c56 --- got/got.1 +++ got/got.1 @@ -314,7 +314,7 @@ in a pattern. .It Cm st Short alias for .Cm status . -.It Cm log Oo Fl c Ar commit Oc Oo Fl C Ar number Oc Oo Fl f Oc Oo Fl l Ar N Oc Oo Fl p Oc Oo Fl g Ar search-pattern Oc Oo Fl r Ar repository-path Oc Op Ar path +.It Cm log Oo Fl c Ar commit Oc Oo Fl C Ar number Oc Oo Fl f Oc Oo Fl l Ar N Oc Oo Fl p Oc Oo Fl s Ar search-pattern Oc Oo Fl r Ar repository-path Oc Op Ar path Display history of a repository. If a .Ar path @@ -354,8 +354,8 @@ Display the patch of modifications made in each commit If a .Ar path is specified, only show the patch of modifications at or within this path. -.It Fl g Ar search-pattern -If specified, show only commits which log message matches the extended +.It Fl s Ar search-pattern +If specified, show only commits with a log message matched by the extended regular expression .Ar search-pattern . Regular expression syntax is documented in