python-git: handle filenames with embedded quotes in their names
commit5963444b1b7269447f03f8533f8db9475fba1d14
authorDavid Aguilar <davvid@gmail.com>
Wed, 7 May 2008 09:08:56 +0000 (7 02:08 -0700)
committerDavid Aguilar <davvid@gmail.com>
Wed, 7 May 2008 09:08:56 +0000 (7 02:08 -0700)
tree2711c731f06c7e1c5eeb2a5777d0025e900ad530
parent1efddbd4cb3dffa48de52f6a5ded251ef49079ed
python-git: handle filenames with embedded quotes in their names

The git porcelain shell-wraps filenames with shell meta-characters.
We now detect this and use python's eval() to recover the
original filename.

Signed-off-by: David Aguilar <davvid@gmail.com>
python-git/git.py