deploy-tools icon indicating copy to clipboard operation
deploy-tools copied to clipboard

Empty Strings as pathspecs

Open benlk opened this issue 7 years ago • 0 comments

warning: empty strings as pathspecs will be made invalid in upcoming releases. please use . instead if you meant to match all paths

This is a warning from git: https://github.com/git/git/commit/d426430e6ec2a05bf0a4ee88c319dd607290850

So we should prepare for this by switching to using /. instead of /, wherever we use it.

  • [ ] where are we generating empty pathspecs for git?
  • [ ] please fix

benlk avatar Jun 13 '17 20:06 benlk