-
-
Notifications
You must be signed in to change notification settings - Fork 809
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
Adds support for tab-completion of all parameters, long and short #395
Merged
Merged
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
2f4af9f
tab completion for branch and log parameters implemented
seamlessintegrations 1ad85e2
tab completion for add and status parameters implemented
seamlessintegrations 021afc4
tab completion for diff and merge parameters implemented
seamlessintegrations 53ddd27
parameter values completion added for add, branch, diff, log, merge, …
seamlessintegrations 3c97e14
added support for short parameters for add, branch, diff, log, merge,…
seamlessintegrations 98b0b9f
added tab completion for commit cmd
seamlessintegrations 8a6a99d
added tab completion for checkout, fetch, pull, push cmds
seamlessintegrations 57c9159
added tab completion for rebase
seamlessintegrations f990b3b
added tab completion for all other cmds except bisect, svn
seamlessintegrations f40922a
added tab completion for bisect
seamlessintegrations df39d27
Merge branch 'master' of https://github.com/dahlbyk/posh-git
seamlessintegrations c76f1f6
moved file due to new filesystem layout
seamlessintegrations fc39c00
moved source params expansion statement into posh-git.psm1
seamlessintegrations 4361b1b
replaced aliases with full cmdlet names
seamlessintegrations bf2bda9
whitespaces / eol / eof fixes
seamlessintegrations 0302fd5
eol at eof added
seamlessintegrations fe0608e
renamed file for consistency reasons
seamlessintegrations dffdbd3
renamed file for consistency reasons
seamlessintegrations 8eff9cc
added parameter tab expansion tests
seamlessintegrations f11d033
corrected test result expectations
seamlessintegrations a96f23c
renamed file for consistency reasons
seamlessintegrations 302f50e
Clean up PR issues that @dahlbyk raised.
rkeithhill 48a1062
closing braces are on a new line now
seamlessintegrations 51a78d0
command lists are now precomputed
seamlessintegrations 5083dcd
merged both versions
seamlessintegrations 703f328
Merge branch 'rkeithhill-rkeithhill/fix-last-misc-pr-issues'
seamlessintegrations File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for being a bit pedantic here, but could you make that
GitParamTabExpansion.ps1
. Thanks.