Previous: A branch and tag sharing the same name breaks SOMETHING, Up: FAQ - Issues and Errors [Contents][Index]
When Magit calls git it adds a few global arguments including
--literal-pathspecs and the git process started by Magit then passes
that setting on to other git process it starts itself. This setting
can be reverted in hook scripts using unset GIT_LITERAL_PATHSPECS.