Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show refs in log in Gstatus #1713

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Commits on Apr 8, 2021

  1. Show refs in log in Gstatus

    Display refs (the output of %d from git log's format=pretty) next
    to commit summaries in Gstatus.
    
    Use basic syntax highlighting for all refs.
    Use a special marker and concealing to avoid false-positives when commit
    subjects begin with parentheses.
    
    Obvious refs (e.g. "HEAD", "origin/master" when showing unpulled changes
    from "origin/master") are hidden.
    Gelio committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    e12c71d View commit details
    Browse the repository at this point in the history
  2. Prevent false-positive ref syntax highlighting in Gstatus

    Subject lines that begin with an open parenthesis and have no other refs
    attached have their first parenthesised text syntax highlighted.
    
    Use concealed artificial parentheses in such cases.
    Gelio committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    443afda View commit details
    Browse the repository at this point in the history
  3. Highlight only individual refs in Gstatus

    Stop highlighting comma separators and arrows in the list of refs shown
    in Gstatus.
    Gelio committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    5bfbdaa View commit details
    Browse the repository at this point in the history