I wanted to do a bit better than
for sha1 in ... list of old commit objects
do
git notes --ref refs/notes/amlog remove $sha1
done
to remove old entries in my "where did this commit come from" database.
Junio C Hamano (3):
notes remove: allow removing more than one
notes remove: --missing-ok
notes remove: --stdin reads from the standard input
Documentation/git-notes.txt | 16 ++++++++--
builtin/notes.c | 65 ++++++++++++++++++++++++++-------------
t/t3301-notes.sh | 71 +++++++++++++++++++++++++++++++++++++++++++
3 files changed, 127 insertions(+), 25 deletions(-)
--
1.7.5.1.414.gb4910