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 basic support for aliases #3

Merged
merged 10 commits into from
Jul 12, 2020
Merged

Add basic support for aliases #3

merged 10 commits into from
Jul 12, 2020

Commits on Jun 9, 2020

  1. Configuration menu
    Copy the full SHA
    ca5f5a3 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2020

  1. Configuration menu
    Copy the full SHA
    63062c7 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2020

  1. Configuration menu
    Copy the full SHA
    9b63ad4 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2020

  1. Configuration menu
    Copy the full SHA
    3fb44ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d97af18 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a561d3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e0aeb9d View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2020

  1. Configuration menu
    Copy the full SHA
    82dd589 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2020

  1. Only add tips for single-word aliases when using = syntax

    Reliably parsing multiple words in this case would add a lot of
    complexity, so it's best simply to ignore it entirely and show no tip
    than to show a wrong tip.
    
    Multi-word aliases with the non-= syntax (e.g. `alias foo "bar baz"`)
    continue to work as expected.
    benjamineskola committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    88a0465 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2020

  1. Configuration menu
    Copy the full SHA
    63b9633 View commit details
    Browse the repository at this point in the history