[Kde-scm-interest] Accountability, concrete suggestion

Robert Wohlrab robert.wohlrab at gmx.de
Thu Jan 15 00:11:35 CET 2009


> > I think that these annotations can be done with "commits annotations",
> > the "conts" is that it is not currently supported in git.git, but it
> > seams there are a few people interested in it.
>
> Just to note that this "commit annotations" are already in the next
> branch of git.git and are called git notes:
>
> http://git.kernel.org/?p=git/git.git;a=commit;h=bf4d571fc001337cf42add1126c
>c249bb5662815
>
> and possibly will be available with the next major version.
Just for clarification:
- We must write our own tool create annotations which signs the commits in 
some way?
- We want that the actual commiter (not the author of the patch) signs all 
commits with such a note?
- a note is only a tag object which points to a commit and no else first class 
git object (commit, tag, tree, blob) points to the note?
- the only reference to the note is stored in refs/* or packed-refs (so it is 
only referenced by a ref)?
- we will get an extrem big packed-refs when we really add a note to every 
commit?
- No history is stored for a note?
- a note can be overriden?
- An update for a note will automatically downloaded by a pull?

And can a commit have multiple notes?
Is their a good design document with use cases available somewhere?
-- 
Robert Wohlrab


More information about the Kde-scm-interest mailing list