show-ref: remove a stale comment
commit0d583ff02d1a6551863acf3bf87e6f19eef8c5ab
authorJunio C Hamano <gitster@pobox.com>
Tue, 24 Jan 2017 02:51:56 +0000 (23 18:51 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 24 Jan 2017 02:51:56 +0000 (23 18:51 -0800)
treecabf50f832627c1e36f726f7c5182a66258fe930
parent02bdc9d9f6ef6ae2f304121a0cf169f7c50f2370
show-ref: remove a stale comment

When cf0adba788 ("Store peeled refs in packed-refs file.",
2006-11-19) made the command to die with a message on error even
when --quiet is passed, it left the comment to say it changed the
semantics.  But that kind of information belongs to the log message,
not in-code comment.  Besides, the behaviour after the change has
been the established one for the past 10 years ;-)

Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/show-ref.c