Silfheed <[email protected]> writes: > Hello > > I'm trying to search the logs in the magit-log buffer for all > occurrences of a particular author. Once I enter into the logs for a > repo from the status buffer (using ll) how do I search through the log > buffer by author? Just using regular isearch doesn't seem to pick up > the author names in the margin. I know I can limit the commits to just > a particular user using shiftL=a but I really just want to search > through the authors in the margin and see where a certain set of > commits by an author are relative to the other commits.
If you set ++header in the log buffer, the fields specified by magit-log-revision-headers-format will be inserted in the log buffer. Author is included in the default value. -- Kyle -- You received this message because you are subscribed to the Google Groups "magit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
