Merge pull request #90 from cchristous/master

Reformatted --diff-filter git argument
This commit is contained in:
Anthony Sottile 2015-12-01 14:05:54 -08:00
commit 78fd6916dd

View file

@ -11,7 +11,7 @@ class CalledProcessError(RuntimeError):
def added_files():
return set(cmd_output(
'git', 'diff', '--staged', '--name-only', '--diff-filter', 'A',
'git', 'diff', '--staged', '--name-only', '--diff-filter=A',
).splitlines())