summaryrefslogtreecommitdiff
path: root/Documentation/git-notes.txt
AgeCommit message (Collapse)AuthorFilesLines
2008-12-21Add a script to edit/inspect notesLibravatar Johannes Schindelin1-0/+46
The script 'git notes' allows you to edit and show commit notes, by calling either git notes show <commit> or git notes edit <commit> Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>