Skip to content
  • Duy Nguyen's avatar
    Add column layout skeleton and git-column · 7e29b825
    Duy Nguyen authored and Junio C Hamano's avatar Junio C Hamano committed
    
    
    A column option string consists of many token separated by either
    a space or a  comma. A token belongs to one of three groups:
    
     - enabling: always, never and auto
     - layout mode: currently plain (which does not layout at all)
     - other future tuning flags
    
    git-column can be used to pipe output to from a command that wants
    column layout, but not to mess with its own output code. Simpler output
    code can be changed to use column layout code directly.
    
    Thanks-to: Ramsay Jones <ramsay@ramsay1.demon.co.uk>
    Signed-off-by: default avatarNguyễn Thái Ngọc Duy <pclouds@gmail.com>
    Signed-off-by: default avatarJunio C Hamano <gitster@pobox.com>
    7e29b825