Daniel França wrote:
2010/7/31 Daniel França [off-list ref]:
quoted
git commit -a -m 'Teste'
[...]
the output:
find: illegal option -- n
find: illegal option -- a
find: illegal option -- m
find: illegal option -- e
find: *.pyc: No such file or directory
Ah, you have a pre- or post-commit hook. Take a look at
.git/hooks and you may find something interesting. :)
Good luck,
Jonathan