-
Notifications
You must be signed in to change notification settings - Fork 534
Support for git blame options #211
Comments
Hi Olivier! Sorry, these options are not planned to be included in the v4 release. Right now, the only planned modification to blame will be fixing the performance problems described in https://github.com/alcortesm/git-diff-tree-benchmarks. As you can see, our main focus now is making simple blames faster. PR are welcome though: if you want more complicated diffs/blames, we will happily add them to our code base, as long as simple blames remain fast. |
Cool, thanks for the fast response. Follow-up question regarding git blame (not sure if it really warrants a separate issue) -
I'm trying to access the name of the author for a specific line, but it's all private. Is there a specific reason why it was designed this way? I'm only getting started with Go, so I might be missing something here. |
But of course, you are rigth, they should be public if we want to use them for anything useful. #213 fixes this. |
Wonderful, thanks! |
I am looking to run a git blame using gogit, however I would like to use the option
-w
and-M
to respectively ignore whitespace changes, and follow moved/copied code.These options don't currently seem available, are they planned to be included in the v4 release?
The text was updated successfully, but these errors were encountered: