Re: [PATCH 1/4] gitweb: notes feature
From: Jakub Narebski <hidden>
Date: 2016-06-15 22:48:12
Giuseppe Bilotta wrote:
On Sun, Feb 7, 2010 at 2:20 AM, Jakub Narebski [off-list ref] wrote:
quoted
Errr, I not made myself clear. I have added a note to a commit, using "git notes edit d6bbe7f". Now if you take a look at gitweb output for this commit (e.g. 'commit' view for this commit) using gitweb without your changes, you would see that it flattened notes at the bottom of the commit message (which I think is intended result by notes implementation). If you run the command that parse_commit runs, namely $ git rev-list --parents --header -z --max-count=1 \ d6bbe7fd52058cdf0e48bec00701ae0f4861dcd3 you would get (up to invisible NUL characters) the output shown above.And that's what I don't get. git version 1.7.0.rc1.193.ge8618. If I remember correctly, the behaviour of automatically displaying notes in git log & friends was changed recently. So git log -1 e8618c52b5f815624251f048609744c9558d92a1 gives me the notes I put there for testing, git rev-list --parents --header -z --max-count=1 does not.
Ah, sorry. Git version 1.6.6.1 here. -- Jakub Narebski Poland