1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-02-20 20:09:07 +00:00
This commit is contained in:
nvbn 2015-07-19 21:29:28 +03:00
parent 90014b2b05
commit f90bac10ed

View File

@ -84,7 +84,7 @@ def git_support(fn):
command.stderr)
alias = search.group(1)
# by default git quotes everthing, for example:
# by default git quotes everything, for example:
# 'commit' '--amend'
# which is surprising and does not allow to easily test for
# eg. 'git commit'