On 12/17/2019 12:07 AM, Philippe Blain via GitGitGadget wrote: > From: Philippe Blain <levraiphilippeblain@xxxxxxxxx> > > When giving a regex as parameter <start> or <end> in > `git log -L <start>,<end>:<file>`, or a function name in > `git log -L :<funcname>:<file>`, the given regex must match in the starting > revision, or else the command exits with a fatal error. > > This is not obvious in the documentation, so add a note to that > effect. This seems helpful. Thanks. -Stolee