git.py: add the "rest" of the git commands
commit57544ec5ed2fd7f55ad87ae7894372a827165666
authorDavid Aguilar <davvid@gmail.com>
Thu, 8 May 2008 05:36:36 +0000 (7 22:36 -0700)
committerDavid Aguilar <davvid@gmail.com>
Thu, 8 May 2008 05:36:36 +0000 (7 22:36 -0700)
tree86299734c69ff96e4fa40bb7a1a6adf94ad39b17
parent9eabca5907a815551a3dff6b6e62cf03f1a7d5ea
git.py: add the "rest" of the git commands

This adds the rest of the normal git commands so that git.<cmdname>
is available at import time for just about every git command available
from the cmdline.

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