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

Add support for passing options and specify filenames #12

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

Commits on Jan 29, 2022

  1. Add support for passing options and specify filenames

    Håkon Løvdal authored and hlovdal committed Jan 29, 2022
    Configuration menu
    Copy the full SHA
    cfce377 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2022

  1. Fix "Use of uninitialized" warning

    Håkon Løvdal committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    56d8e9e View commit details
    Browse the repository at this point in the history
  2. Let "git-diff-blame 1234 1234" behave like "git-diff-blame 1234^ 1234"

    It is so much more convinient to just paste a commit id twice with
    the mouse and inject a space inbetween compared to having to enter ^
    which require multifinger operation, as well as requireing eiter using
    your non-dominant hand to enter or requirering moving hand from mouse
    to keyboard and back to mouse.
    Håkon Løvdal committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    1876951 View commit details
    Browse the repository at this point in the history