HackerTrans
TopNewTrendsCommentsPastAskShowJobs

hakre

no profile record

comments

hakre
·hace 4 años·discuss
Yes, it is totally possible to guess it this way. From top of my head reference rewriting while rebase is older thought, but I'd be clueless about it apart from that rebasing is for rewriting commit references in the first place. And everything else - including git-note references - needs to be explicitly configured from that default behaviour. Which follows your argument in a broader sense, as per default no other refs are expected to get rewritten and therefore it shouldn't be different for git-notes, even if they were introduced with the configuration option to rewrite them in the first place.
hakre
·hace 4 años·discuss
Depends. You can also see those as notes and you want to have them go away after rebase automatically so you have invalidation built in (e.g. preparing changes).
hakre
·hace 4 años·discuss
That's a great addition, thanks. I've missed more practical examples in the original article.
hakre
·hace 4 años·discuss
my current way to do this is to have build as numbered references of their original commit, and then one on top that contains the build protocol.

and thinking: part of the matter from code review outcomes, also some automated check systems have limits, so mutability may be less an issue as first anticipated. git notes might be lightweight enough to not introduce too much bureaucracy.
hakre
·hace 4 años·discuss
You can see it in the log and only at the relevant commit.

No need to git show the object id of the .txt files in the repo to see the message.
hakre
·hace 5 años·discuss
No, and this has been outlined in the past why that is not the case.

e.g. https://lwn.net/Articles/61292/ and most likely only one opinion.

on the other hand, it would be interesting to learn about what the copyright implications are of

a) creating a utility like copilot (it is a software program) and contains a corpus based on copyrighted material (the database that has been trained)

b) using it to create code based on the corpus and resulting in software as a work under copyright.
hakre
·hace 5 años·discuss
So the corpus has been compiled under license and the derivative work is eligible for distribution?