arbelt / fish-plugin-scmpuff

1 stars 3 forks source link

Preserve argument quoting for all git commands #5

Open jdelStrother opened 4 years ago

jdelStrother commented 4 years ago

Without this, something like git clean 'foo bar' will result in scmpuff.fish calling /usr/local/bin/git clean foo bar. It ought to be calling /usr/local/bin/git clean 'foo bar'.

Or am I missing something?