git.py: fix format_patch_helper
commit213ce45335b7486772eec69c54e4275df64490c0
authorDavid Aguilar <davvid@gmail.com>
Sat, 17 May 2008 20:06:26 +0000 (17 13:06 -0700)
committerDavid Aguilar <davvid@gmail.com>
Sat, 17 May 2008 20:06:26 +0000 (17 13:06 -0700)
tree26f3a355f2627fba126dfb1573bd83852c5f8206
parent72c90f3cca4267e06fd19b04126d72aefaae3195
git.py: fix format_patch_helper

The output variable was being improperly reused due to a recent rename.

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