progit / progit2

Pro Git 2nd Edition
Other
5.79k stars 1.9k forks source link

Cover 'notes' feature #169

Open ben opened 9 years ago

ben commented 9 years ago

It was removed in #163 because the xrefs were breaking things, but since it's a feature, it could be useful to cover it. The last version of the deleted section can be found in commit 1c03a04.

phil-blain commented 4 years ago

Apart from using them for CI annotations, notes are also useful for mailing-list oriented projects because they can be used by git format-patch, which can write them in the outputed patches as "timely commentaries" (also see 8th paragraph of the "Sending your patches" section of SubmittingPatches ("You often want to add additional explanation about the patch...")

KZiemian commented 2 years ago

What was the problem with xrefs? And how is a status of notes today?