Use subprocess.call instead of execvp to call the git command
authorMagnus Hagander <magnus@hagander.net>
Thu, 21 Feb 2013 16:15:13 +0000 (17:15 +0100)
committerMagnus Hagander <magnus@hagander.net>
Thu, 21 Feb 2013 16:15:13 +0000 (17:15 +0100)
commit37f77a1ad6505e90eb88b4ad557c6fa0f66df65b
tree853039446bd224de9f3ef20cf902a02dc3f57866
parentc6344ebe1c5956be287b80351f1d849d65076983
Use subprocess.call instead of execvp to call the git command

Without doing this, we never return, and thus never fire the triggers.
pggit.py