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

commands with multiple spaces don’t get recognized #44

Closed
flying-sheep opened this issue Feb 20, 2013 · 2 comments
Closed

commands with multiple spaces don’t get recognized #44

flying-sheep opened this issue Feb 20, 2013 · 2 comments

Comments

@flying-sheep
Copy link

commands with multiple spaces between them and git (e.g. git commit) don’t get recognized and fail. normalizing spaces would surely help.

@pcottle
Copy link
Owner

pcottle commented Feb 20, 2013

Ah yes, this is an issue with the regex expecting one space. Should be easy to fix, ill get to this tonight

@pcottle
Copy link
Owner

pcottle commented Feb 21, 2013

Thanks @flying-sheep , you should be able to insert an arbitrary number of spaces inbetween "git" and whatever subcommand there is

@pcottle pcottle closed this as completed Feb 21, 2013
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

No branches or pull requests

2 participants