python-git: make format_patch_helper better
commita74427b99fbade3d0ec7a0c1b4df698d7e017f03
authorDavid Aguilar <davvid@gmail.com>
Wed, 28 May 2008 01:44:31 +0000 (27 18:44 -0700)
committerDavid Aguilar <davvid@gmail.com>
Wed, 28 May 2008 01:44:31 +0000 (27 18:44 -0700)
tree5a0468115b4c6a1404ce7a8ae258de2491cd8a0b
parentdd677777e5eda4a9059dc977a4e53d603d3b442a
python-git: make format_patch_helper better

format_patch_helper now creates patches that are suitable
for using with "git send-email patches/"

Commits that are selected in a range are exported as a
series of commits.  Single commits are exported individually.

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