Originally Posted By: tfabris
Originally Posted By: canuckInOR
In this case, you have to supply two -L arguments. The first is the one you just made, the other is:


I'm assuming that you mean that, a single "Git Blame" command will contain two -L parameters to the same command.... That didn't seem to work when I tried it, alas. Still got a "no match", as if it only took the first of the two parameters.

Huh... so it does. That seems counter to the documentation, which specifies -L can be used multiple times. It seems to be an all-or-nothing approach. Either both match, or the whole thing fails.

Quote:
Isn't there a regex marker for "end of file" so that I can search for (keyword|keyword|keyword|eof)?

In other regex languages there are, but not in POSIX.