From: Jari Aalto <hidden> Date: 2016-06-15 22:52:36
Every time I do:
git mv -f FROM TO
Git displays:
warning: destination exists; will overwrite!
Please don't display anything other than errors (no write permission....).
The "-f" is like with mv(1), cp(1); there is nothing than can be done
afterwards, so the message is redundant and obstructing.
If messages are needed, please add option:
-v, --verbose
Jari