[PATCH] doc: clarify that notes can be attached to any type of stored object

2016-04-01 Thread Sebastian Schuberth
Signed-off-by: Sebastian Schuberth --- Documentation/git-notes.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Documentation/git-notes.txt b/Documentation/git-notes.txt index 8de3499..5375d98 100644 --- a/Documentation/git-notes.txt +++ b/Documentation/git-notes.txt @

Re: [PATCH] doc: clarify that notes can be attached to any type of stored object

2016-04-01 Thread Junio C Hamano
Sebastian Schuberth writes: > Signed-off-by: Sebastian Schuberth > --- > Documentation/git-notes.txt | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/Documentation/git-notes.txt b/Documentation/git-notes.txt > index 8de3499..5375d98 100644 > --- a/Documentation/git-

Re: [PATCH] doc: clarify that notes can be attached to any type of stored object

2016-04-01 Thread Junio C Hamano
Junio C Hamano writes: > Sebastian Schuberth writes: > >> Signed-off-by: Sebastian Schuberth >> --- >> Documentation/git-notes.txt | 5 +++-- >> 1 file changed, 3 insertions(+), 2 deletions(-) >> > I do not think this is correct place to patch. So,... where is the right place? Let's disect w

Re: [PATCH] doc: clarify that notes can be attached to any type of stored object

2016-04-04 Thread Sebastian Schuberth
On Fri, Apr 1, 2016 at 5:31 PM, Junio C Hamano wrote: > Sebastian Schuberth writes: > >> Signed-off-by: Sebastian Schuberth >> --- >> Documentation/git-notes.txt | 5 +++-- >> 1 file changed, 3 insertions(+), 2 deletions(-) >> >> diff --git a/Documentation/git-notes.txt b/Documentation/git-not

Re: [PATCH] doc: clarify that notes can be attached to any type of stored object

2016-04-04 Thread Sebastian Schuberth
On Fri, Apr 1, 2016 at 6:47 PM, Junio C Hamano wrote: > DESCRIPTION > --- > Adds, removes, or reads notes attached to objects, without touching > the objects themselves. > > This says "notes attached to objects" and "the objects themselves". > They do not limit the target

Re: [PATCH] doc: clarify that notes can be attached to any type of stored object

2016-04-04 Thread Junio C Hamano
Sebastian Schuberth writes: > Done, I'll send a patch shortly. But I wanted to list the supported > object types explicitly, in particular as many guide in the net are > unclear that only annotated tags are object, and lightweight ones are > not. I'd really hate to see an explicit list of what o

Re: [PATCH] doc: clarify that notes can be attached to any type of stored object

2016-04-04 Thread Junio C Hamano
Sebastian Schuberth writes: >>> -It is also permitted for a notes ref to point directly to a tree >>> -object, in which case the history of the notes can be read with >>> +It is also permitted for a notes ref to point to any other object in >>> +the object store besides commit objects, that is an