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

autocomplete git log --stat, git log --patch and git diff --staged #620

Merged
merged 1 commit into from
Sep 10, 2018
Merged

autocomplete git log --stat, git log --patch and git diff --staged #620

merged 1 commit into from
Sep 10, 2018

Conversation

chillum
Copy link
Contributor

@chillum chillum commented Sep 7, 2018

No description provided.

@rkeithhill
Copy link
Collaborator

RE --staged - this is an alias for --cached which is already supported. Do we want to go down the path of supporting parameter aliases (or synonyms as the git docs call them)? Maybe it would be better to add functionality via $GitTabSettings to allow folks to add parameters / parameter aliases to git commands?

The git-log parameter additions look good.

@chillum
Copy link
Contributor Author

chillum commented Sep 7, 2018 via email

@dahlbyk dahlbyk merged commit 0890cfa into dahlbyk:master Sep 10, 2018
@dahlbyk
Copy link
Owner

dahlbyk commented Sep 10, 2018

I'm with @chillum here - if the user types git diff --st<tab> I would expect --staged to complete.

Thanks for the contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants