Skip to content
Snippets Groups Projects
Select Git revision
  • todo
  • master default
  • maint
  • pu
  • next
  • v2.21.0
  • v2.21.0-rc2
  • v2.21.0-rc1
  • v2.21.0-rc0
  • v2.20.1
  • v2.20.0
  • v2.20.0-rc2
  • v2.20.0-rc1
  • v2.19.2
  • v2.20.0-rc0
  • v2.19.1
  • v2.18.1
  • v2.17.2
  • v2.16.5
  • v2.15.3
  • v2.14.5
  • v2.19.0
  • v2.19.0-rc2
  • v2.19.0-rc1
  • v2.19.0-rc0
25 results

revision.h

  • Jeff King's avatar
    f74bbc8d
    revision: drop --show-all option · f74bbc8d
    Jeff King authored
    
    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
    History
    revision: drop --show-all option
    Jeff King authored
    
    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>