-
-
Notifications
You must be signed in to change notification settings - Fork 162
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
Run git-completion.bash #175
Comments
NOTE: It doesn't even parse under OSH because it has zsh code in it! bash doesn't parse this statically, so it gives no errors.
However, it says that part is obsolete, and git-completion.zsh is the replacement. |
NOTE: osh now parses a line at a time because However |
The number of flags here is pretty small actually:
|
- Added parsing of "actions" for compgen -A function / compgen -f. This is like set -o errexit / set -e. - Added some spec tests, but they don't test much. They only test command line parsing. Addresses issue #175.
|
a[i]=x now works. - Update the spec test numbers. Down to 92 failures! - Add a hard test case with alias and LHS array assignment. bash and mksh both pass. Addresses issue #175. Also: - Notes about the parser architecture.
This is done, or at least I haven't noticed any bugs running it lately. We can also run git-prompt.sh |
This is a big ambitious issue. Not sure what is necessary, but help appreciated.
https://github.com/git/git/blob/master/contrib/completion/git-completion.bash
This is 3000+ lines of code that you probably don't want to rewrite in a different completion system!
What do zsh and fish do?
The text was updated successfully, but these errors were encountered: