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

Line numbers and side-by-side mode #748

Merged
merged 2 commits into from
Oct 26, 2021

Commits on Oct 26, 2021

  1. Configuration menu
    Copy the full SHA
    6288423 View commit details
    Browse the repository at this point in the history
  2. Fix side-by-side mode without line numbers

    Even though this feature enables line numbers, these can be disabled via
    the git config `delta.line-numbers=false`. So always enable line numbers,
    even if they do not print numbers.
    
    Construct more structs with ..Self::default()
    th1000s committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    f3170df View commit details
    Browse the repository at this point in the history