Patrick DeVivo
Patrick DeVivo
Just adding a +1 to this plugin system. I would love to be able to add a backend implementation as a plugin and would love to get a sense of...
Thanks for the support! I hope we can make something useful for a lot of developers. Regarding your comment on ignoring vendor directories, we use a dependency called [`enry`](https://github.com/src-d/enry) to...
I also agree that adding a way to ignore certain files or patterns (and do other types of config when the CLI is run) would be very useful - perhaps...
> I wonder if it might make sense to just use the identical rules in `.gitignore` if it's present? I'm not totally sure if this is right, just a thought....
Another request for this functionality: https://github.com/fyne-io/fyne/issues/683
Hi @masukomi thanks for bringing up, and apologies for not responding sooner! The behavior you're describing is "expected," but certainly flawed. There's a couple of odd things I'd like to...
I noticed this as well and ended up shelling out to `git blame ...` as a more performant alternative. The code for which can be found here: https://github.com/augmentable-dev/tickgit/blob/master/pkg/blame/blame.go (probably worth...
@rittneje I see - understood! Thank you for the explanation
@amenowanna this good to be closed, since the addition of the indices, or is there more testing you wanted to do? I'm good to closed based on what we saw...
seems to be result of this issue: https://github.com/mergestat/gitutils/issues/5 where we return a `nil` blame line when we shouldn't (on empty files)