You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, git blame rev1..rev2 filename. This one has one additional keyword before filename: boundary for those lines which are out of the specified range. And should be probably ignored.
The text was updated successfully, but these errors were encountered:
I have added a new test which at least verifies that this kind of blame output can be parsed as I would expect it.
However, there might be something I am missing. If you have the time, please try the latest version on github or the upcoming v0.3.5 to see if it suits your needs.
For example,
git blame rev1..rev2 filename
. This one has one additional keyword beforefilename
:boundary
for those lines which are out of the specified range. And should be probably ignored.The text was updated successfully, but these errors were encountered: