|
|
|
|
|
by maccard
778 days ago
|
|
> This doesn't prevent an admin from cheating and editing the notes manually, but it's a good audit trail if you trust the "forge". If one of the values of Git as a DVCS is that you don't need to trust the forge, this seems like it removes one of the core features of git to me. |
|
From a pure git perspective, notes are normal objects so if everyone fetches the notes regularly they'll notice if they're tempered with just like regular commits iirc. I think you can add notes after the fact but not modify what's there?