Thread (1 message) 1 message, 1 author, 2016-06-15

Re: [PATCH v2] refs: make rev-parse --quiet actually quiet

From: Junio C Hamano <hidden>
Date: 2016-06-15 23:02:33

David Aguilar [off-list ref] writes:
When a reflog is deleted, e.g. when "git stash" clears its stashes,
"git rev-parse --verify --quiet" dies:

	fatal: Log for refs/stash is empty.

The reason is that the get_sha1() code path does not allow us
to suppress this message.

Pass the flags bitfield through get_sha1_with_context() so that
read_ref_at() can suppress the message.

Use get_sha1_with_context1() instead of get_sha1() in rev-parse
so that the --quiet flag is honored.

Signed-off-by: David Aguilar <redacted>
---
This is a replacement patch for "refs: make rev-parse --quiet actually quiet"
from da/rev-parse-verify-quiet in pu.
Looks good; thanks.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help