Jeff King <peff@xxxxxxxx> writes: > Subject: [PATCH] reset: give better reflog messages > ... > This patch changes the reset reflog code to show: > > $GIT_REFLOG_ACTION: updating {HEAD,ORIG_HEAD} > > as before, but only if GIT_REFLOG_ACTION is set. Otherwise, > show: > > reset: moving to $rev > > for HEAD, and: > > reset: updating ORIG_HEAD > > for ORIG_HEAD (this is still somewhat superfluous, since we > are in the ORIG_HEAD reflog, obviously, but at least we now > mention which command was used to update it). Looks sensible; thanks. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html