We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
git allows referring to a commit by the first 4 hex digits.
git
When these 4 digits are numbers, exec_scmb_expand_args will remove them.
exec_scmb_expand_args
% ge echo foo foo % ge echo 9999 %
Also, null strings should not be removed:
% shell-quote '' '' % shell-quote '' a\ b '' 'a b' % ge shell-quote '' a\ b 'a b'
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
Related to #84
No branches or pull requests
git
allows referring to a commit by the first 4 hex digits.When these 4 digits are numbers,
exec_scmb_expand_args
will remove them.Also, null strings should not be removed:
The text was updated successfully, but these errors were encountered: