]> git.ipfire.org Git - thirdparty/git.git/commit - builtin/notes.c
notes remove: --stdin reads from the standard input
authorJunio C Hamano <gitster@pobox.com>
Wed, 18 May 2011 23:44:30 +0000 (16:44 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 19 May 2011 17:54:16 +0000 (10:54 -0700)
commit46538012d943156ead4024fb510a1ce5d4ff443a
tree8e167868b9e1a252582013f21c556d6a73e9280b
parent2d370d2fbcf896912cc0739b806224f9a270bb5e
notes remove: --stdin reads from the standard input

Teach the command to read object names to remove from the standard
input, in addition to the object names given from the command line.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-notes.txt
builtin/notes.c
t/t3301-notes.sh