Re: [PATCH] don't use default revision if a rev was specified
From: Junio C Hamano <hidden> Date: 2016-06-15 22:48:25
Dave Olszewski [off-list ref] writes:
If a revision is specified, it happens not to have any commits, don't
use the default revision. By doing so, surprising and undesired
behavior can happen, such as showing the reflog for HEAD when a branch
was specified.
Signed-off-by: Dave Olszewski <redacted>