Skip to content
  • Adam Simpkins's avatar
    log --graph --left-right: show left/right information in place of '*' · 7528f27d
    Adam Simpkins authored and Junio C Hamano's avatar Junio C Hamano committed
    
    
    With the --graph option, the graph already outputs 'o' instead of '*'
    for boundary commits.  Make it emit '<' or '>' when --left-right is
    specified.
    
    (This change also disables the '^' prefix for UNINTERESTING commits.
    The graph code currently doesn't print anything special for these
    commits, since it assumes no UNINTERESTING, non-BOUNDARY commits are
    displayed.  This is potentially a bug if UNINTERESTING non-BOUNDARY
    commits can actually be displayed via some code path.)
    
    [jc: squashed the left-right change from Dscho and Adam's fixup into one]
    
    Signed-off-by: default avatarAdam Simpkins <adam@adamsimpkins.net>
    Signed-off-by: default avatarJunio C Hamano <gitster@pobox.com>
    7528f27d