diff options
author | David Aguilar <davvid@gmail.com> | 2008-05-29 01:59:38 -0700 |
---|---|---|
committer | David Aguilar <davvid@gmail.com> | 2008-05-29 01:59:38 -0700 |
commit | 2405cf54ac06140a0821f55b34c1d54f699e8e73 (patch) | |
tree | 4d21880097532f025e8dd9772751b20b3964dd0a /test/testlib/helper.py | |
parent | 579d1b8174c9be915c0fa17a67fc38cc6de36ad7 (diff) | |
download | gitpython-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/testlib/helper.py')
0 files changed, 0 insertions, 0 deletions