Git Notes: Git's coolest, most unloved feature (2022)
tylercipriani.com
Git Notes: Git's coolest, most unloved feature (2022)
1–10 of 147 posts
Re: Git Notes: Git's coolest, most unloved feature (2022)
#2> Here is a plea for all forges: make code review metadata available offline, inside git.
I think this will fall on deaf ears as far as commercial forges like GitHub go, since as you yourself observe:
> But much of the value of git repos ends up locked into forges, like GitHub.
For-profit enterprises are not generally excited about commoditising their own value-add. This is not a jab at GitHub -- I think GitHub do everything right (offer a great service, a very generous free tier, and make it possible to extract all your data via API if you want to shift providers). It's just the nature of any commercial operation.
Re: Git Notes: Git's coolest, most unloved feature (2022)
#3Re: Git Notes: Git's coolest, most unloved feature (2022)
#4I bet it already exists, but what about an issue tracker in plain text maintained by git itself?
https://news.ycombinator.com/item?id=43971620
And less recently:
Re: Git Notes: Git's coolest, most unloved feature (2022)
#5The Acked-By and mailing list discussion link examples don't seem to be good examples. Both of these are likely already known when the commit is made. And git commit message basically can have an unlimited length, so you could very well copy all the discussions about the commit that happened on a forge into the commit message itself.
One use case I think might be a better example is to add a git note to a commit that has later been reverted.
Re: Git Notes: Git's coolest, most unloved feature (2022)
#6I've been using git for probably 10 years and I didn't know git notes existed. Cool! > Here is a plea for all forges: make code review metadata available offline, inside git. I think this will fall on deaf ears as far as commercial forges like GitHub go, since as you yourself observe: > But much of the value of git repos ends up locked into forges, like GitHub. For-profit enterprises are not generally excited about c…
Re: Git Notes: Git's coolest, most unloved feature (2022)
#7Re: Git Notes: Git's coolest, most unloved feature (2022)
#8Re: Git Notes: Git's coolest, most unloved feature (2022)
#9Re: Git Notes: Git's coolest, most unloved feature (2022)
#10What happens of you rebase a branch containing commits with notes attached?
But I have this in my IRC logs:
TIL git-notes rewriting doesn't work properly when doing amend within rebase. :/