git.vfs: fix close method
authorGuido Günther <agx@sigxcpu.org>
Wed, 29 Oct 2014 06:46:35 +0000 (07:46 +0100)
committerGuido Günther <agx@sigxcpu.org>
Wed, 29 Oct 2014 06:47:02 +0000 (07:47 +0100)
commit3d8939d4514484fd65bf6a84fd7304604924e8f3
tree472e898ed4e957e27e38a3547e058d41ddbb6ce3
parente94709baab527ca7a11182cc024a84cff05c8704
git.vfs: fix close method

Preventing a infinite recursion which can be triggered by gbp pq export
--commit.
gbp/git/vfs.py
tests/test_GitVfs.py