Skip to content

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

Merged
dahlbyk merged 1 commit intodahlbyk:masterfrom
chillum:master
Sep 10, 2018
Merged

autocomplete git log --stat, git log --patch and git diff --staged#620
dahlbyk merged 1 commit intodahlbyk:masterfrom
chillum:master

Conversation

@chillum
Copy link
Copy Markdown
Contributor

@chillum chillum commented Sep 7, 2018

No description provided.

@rkeithhill
Copy link
Copy Markdown
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
Copy Markdown
Contributor Author

chillum commented Sep 7, 2018 via email

@dahlbyk dahlbyk merged commit 0890cfa into dahlbyk:master Sep 10, 2018
@dahlbyk
Copy link
Copy Markdown
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