author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | |
Sat, 20 Dec 2008 12:05:33 +0000 (13:05 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 21 Dec 2008 10:47:22 +0000 (02:47 -0800) | ||
commit | 055a5975258f37eecdfcf609a472ab4957a59263 | |
tree | cbd4059e425063ddaeb8272b0f61f901c0ddf02b | tree | snapshot |
parent | 879ef2485d6ced20845ca626ecb45a9b65aa3a70 | commit | diff |
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>
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 | diff | blob | history | |
Documentation/git-notes.txt | [new file with mode: 0644] | blob |
Makefile | diff | blob | history | |
command-list.txt | diff | blob | history | |
git-notes.sh | [new file with mode: 0755] | blob |
t/t3301-notes.sh | [new file with mode: 0755] | blob |