Gonna Wash That Grey Right Outta My Head
No. Not really. It ain’t going anywhere, is it? It’s part of me. To “cure” myself would be to kill my self, and I don’t want that now, do I? MAOI is done. See the log up top for the final entry. Next up is “Viibryd.” As noted there, WTF? That’s one hell of a random-number-generated space-name. Sounds like something my character would be smuggling in my Star Wars campaign. I haven’t bothered to look it up. What’s the point?...

4 responses to “Gitweb Diffs Between Versions”
Ah, this is very convenient! Thanks a lot!
Been looking all over for this query… thanks!
Thanks, just what I was looking for
Very nice. Thank you.
I now use a slight variation to view the individual commits between a range by using a=shortlog instead of a=commitdiff.
gitweb.pl?p=your-repo.git;a=shortlog;hp=695de2d;h=fb7b608
I often set “hp=master” and “h=MY-TOPIC-BRANCH” to show only the commits on my branch that haven’t been merged into master yet. I pass that URL around for code review before it gets merged.