• Show log

    Commit

  • Hash : 081470ac
    Author : Stefan Sperling
    Date : 2020-08-13T19:12:57

    add -s option to 'got status' which acts as a status code filter
    
    Advantages over using grep are that the list of codes is validated against
    a list of known status codes, and that it is easier to match staged files
    which can display status codes in one or both of two columns.
    
    Prompted by feedback from krw@