• rch@chromium.org's avatar
    Allow longer branch names to be center justified with git cl status. · 92d67165
    rch@chromium.org authored
    (Using "." instead of " " so that codereview shows the alignment)
    
    Before:
    
    % git cl status  
    Branches associated with reviews:
    ..CloseIdleSpdySessions:.None
    ..CloseSockets:.9755011
    ..GetNegotiatedProtocol:.9958028
    ..LayeredSocketPool:.9861032
    ..ReleaseIdleSpdySessions:.9733017
    ..SSLClientSocket:.9616019
    .......Spdy3:.9958023
    ...SpdyProxy:.None
    ...SpdyTests:.None
    .......crash:.9809033
    ........leak:.None
    ......master:.None
    .......spdy3:.9958023
    
    After
    
    % git cl status
    Branches associated with reviews:
    ......CloseIdleSpdySessions:.None
    ...............CloseSockets:.9755011
    ......GetNegotiatedProtocol:.9958028
    ..........LayeredSocketPool:.9861032
    ....ReleaseIdleSpdySessions:.9733017
    ............SSLClientSocket:.9616019
    ......................Spdy3:.9958023
    ..................SpdyProxy:.None
    ..................SpdyTests:.None
    ......................crash:.9809033
    .......................leak:.None
    .....................master:.None
    ......................spdy3:.9958023
    
    Review URL: http://codereview.chromium.org/9959073
    
    git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@130189 0039d316-1c4b-4281-b951-d872f2087c98
    92d67165
git_cl.py 52.5 KB