David Aguilar 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 bitfi
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() s
2 matches
Mail list logo