Ghanshyam Thakkar
Ghanshyam Thakkar
Interesting! I suppose the motive behind this is the fact that annotation entries are created linearly and we want to skip those and update the relevant rsl entry with the...
> > However, I was wondering if it was considered to have annotations branch out of the annotated rsl entry. > > I'm not sure I fully understand this, could...
> similar to [`git-notes`](https://git-scm.com/docs/git-notes). From the same page: although in the example I gave, a different ref is used for each annotation, while in git-notes it records it in a...
I think a `pre-receive` server-side hook would be a good addition to this. It can be configured to reject the changes if the rsl verification fails, or if the changes...
> An important detail is that server-side hooks are only supported on GitHub Enterprise and self-hosted/dedicated GitLab instances. Do we have access to the right infrastructure to test this? Alternatively,...
Hey, I think part 2 of "So You Think You Know Git" can be incorporated in this edition: https://www.youtube.com/watch?v=Md44rcw13k4
@chriscool, just wanted to give a shoutout to [gittuf](https://github.com/gittuf/gittuf). In their own words: "gittuf provides a security layer for Git using some concepts introduced by [The Update Framework (TUF)](https://theupdateframework.io/). Among...
> > @chriscool, just wanted to give a shoutout to [gittuf](https://github.com/gittuf/gittuf). In their own words: > > gittuf was mentioned in [Git Rev News Edition 104](https://git.github.io/rev_news/2023/10/31/edition-104/). Oops, sorry for the...