summaryrefslogtreecommitdiff
path: root/test/git/test_git.py
diff options
context:
space:
mode:
authorDavid Aguilar <davvid@gmail.com>2008-05-29 01:59:38 -0700
committerDavid Aguilar <davvid@gmail.com>2008-05-29 01:59:38 -0700
commit2405cf54ac06140a0821f55b34c1d54f699e8e73 (patch)
tree4d21880097532f025e8dd9772751b20b3964dd0a /test/git/test_git.py
parent579d1b8174c9be915c0fa17a67fc38cc6de36ad7 (diff)
downloadgitpython-2405cf54ac06140a0821f55b34c1d54f699e8e73.tar.gz
git.py: add support for passing in a stdin input stream
execute/method_missing now support: fh = open('filename', 'r') print git.foo( istream=fh ) fh.close() The name "istream" was chosen so that it would not conflict with any of the builtin git flags. "stdin", for instance, is used by git. Signed-off-by: David Aguilar <davvid@gmail.com>
Diffstat (limited to 'test/git/test_git.py')
0 files changed, 0 insertions, 0 deletions