mroth / scmpuff

:1234: Numeric file shortcuts for common git commands
https://mroth.github.io/scmpuff/
MIT License
384 stars 23 forks source link

Make sure empty string args passed to git #3

Closed mroth closed 9 years ago

mroth commented 9 years ago

Since the eventual output of expanded args is going to be handled via shell wrapper, need to make sure totally empty args are effectively quoted so they don’t get ignored.

This addresses the use case identified in SCM Breeze in ndbroadbent/scm_breeze#167.