]> arthur.barton.de Git - bup.git/commit
git.py: use close_fds=True when starting git cat-file.
authorAvery Pennarun <apenwarr@gmail.com>
Thu, 15 Jul 2010 23:15:06 +0000 (19:15 -0400)
committerAvery Pennarun <apenwarr@gmail.com>
Thu, 15 Jul 2010 23:16:05 +0000 (19:16 -0400)
commit12e16e4ff446d607abdb1e633f0509620386e325
tree3899851786d2e5b85b715271bad52646555c6b63
parentdc35412b085d292f4d0eff95be1563aa64cc872d
git.py: use close_fds=True when starting git cat-file.

Otherwise git could inherit some other file descriptors we're using.  This
is particularly relevant in cmd/web, and particularly when applying
pmccurdy's patches to use Tornado.

Signed-off-by: Avery Pennarun <apenwarr@gmail.com>
lib/bup/git.py