revision: drop --show-all option
commitf74bbc8dd2637498bc07132ae6bfa6d1b88dafb0
authorJeff King <peff@peff.net>
Wed, 21 Feb 2018 23:27:24 +0000 (21 18:27 -0500)
committerJunio C Hamano <gitster@pobox.com>
Thu, 22 Feb 2018 20:15:25 +0000 (22 12:15 -0800)
tree6b2f22aa92cf499c48057815ca4a6449a6ed5b17
parent7fa31b645f25b87c5e3261a21045b2fb685ed8e2
revision: drop --show-all option

This was an undocumented debugging aid that does not seem to
have come in handy in the past decade, judging from its lack
of mentions on the mailing list.

Let's drop it in the name of simplicity. This is morally a
revert of 3131b71301 (Add "--show-all" revision walker flag
for debugging, 2008-02-09), but note that I did leave in the
mapping of UNINTERESTING to "^" in get_revision_mark(). I
don't think this would be possible to trigger with the
current code, but it's the only sensible marker.

We'll skip the usual deprecation period because this was
explicitly a debugging aid that was never documented.

Signed-off-by: Jeff King <peff@peff.net>
Acked-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
revision.c
revision.h
t/t6015-rev-list-show-all-parents.sh [deleted file]