Add a script to edit/inspect notes
commita6ffa498843d52043748a92501f9e06c35ea1cc6
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Fri, 19 Dec 2008 20:54:31 +0000 (19 21:54 +0100)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Sat, 20 Dec 2008 11:58:06 +0000 (20 12:58 +0100)
tree1d5b6708c238d361ebcdb217e75c936735aa6640
parent7dacfc3f7d594207c635f64fa28b26ae10cc8733
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>
.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]