Michael Haggerty
Michael Haggerty
@jrosenberger Long ago I started hacking on it but never finished it. I don't even remember how far I got. In case you're curious, I just pushed those WIP commits...
@tfnico: In `gitk` you can also right-click on any line of text and select "Show origin of this line". This jumps to the commit that last modified the line and...
`git-sizer` usually doesn't know the path associated with a particular blob, and indeed that's a feature, not a bug. Why? In certain types of pathological repositories like [git bombs](https://kate.io/blog/git-bomb/), the...
I think that #105 should fix this problem, by avoiding the use of the newer `git config` features. Please let me know if it works for you! (For now you'll...
> Have you had any chance to look at the branch? Was it what you had in mind? It's pretty close, but it is not a good idea to expose...
Thanks for the contribution and thanks for your patience!
It would be a nice optimization not to run `git for-each-ref` at all in the case that no references are being scanned. That might make a significant difference to the...
(To be clear, the progress meter was already inaccurate before this PR. It just wasn't so obvious, because the references were being scanned and counted as well.)
If I understand correctly, your main request here is to have the labels on the `` lines set better. Currently, `git-imerge` does merges using `git merge`. I don't think that...
I've continued with this work. Some highlights from the last batch of commits: * Make `SubEvent` private and rename it to `subscribeEventsRequest`. * Improve how some objects are stringified, to...