Add a script to edit/inspect notes
commit055a5975258f37eecdfcf609a472ab4957a59263
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Sat, 20 Dec 2008 12:05:33 +0000 (20 13:05 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sun, 21 Dec 2008 10:47:22 +0000 (21 02:47 -0800)
treecbd4059e425063ddaeb8272b0f61f901c0ddf02b
parent879ef2485d6ced20845ca626ecb45a9b65aa3a70
Add a script to edit/inspect notes

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>
.gitignore
Documentation/git-notes.txt [new file with mode: 0644]
Makefile
command-list.txt
git-notes.sh [new file with mode: 0755]
t/t3301-notes.sh [new file with mode: 0755]