On Wed, Feb 10, 2021 at 9:34 PM Junio C Hamano <gitster@xxxxxxxxx> wrote: > > Martin von Zweigbergk <martinvonz@xxxxxxxxxx> writes: > > > `git help gc` contains this snippet: > > > > "[...] it will keep [..] objects referenced by the index, > > remote-tracking branches, notes saved by git notes under refs/notes/" > > > > I had interpreted that as saying that the objects that notes were > > attached to are kept, but that is not the case. Let's clarify the > > documentation by moving out the part about git notes to a separate > > sentence. > > > > Signed-off-by: Martin von Zweigbergk <martinvonz@xxxxxxxxxx> > > --- > > This looks the same as the one in > <e7fde2369495f32c7aa88c7b6b74ebee1a1bed24.1613000292.git.martinvonz@xxxxxxxxxx> > > which was v1, except that this one has your sign-off. Sent a wrong > version? Yes, sorry. I forgot the `-a` to `git commit --amend` (have been using Mercurial for the last 5 years now). I'll send a v3.