Skip to content
  • Jeff King's avatar
    revision: drop --show-all option · f74bbc8d
    Jeff King authored and Junio C Hamano's avatar Junio C Hamano committed
    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 3131b713
    
     (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: default avatarJeff King <peff@peff.net>
    Acked-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
    Signed-off-by: default avatarJunio C Hamano <gitster@pobox.com>
    f74bbc8d