]> arthur.barton.de Git - bup.git/commit
cmd-join: don't restart git cat-file so frequently.
authorAvery Pennarun <apenwarr@gmail.com>
Fri, 12 Feb 2010 04:17:54 +0000 (23:17 -0500)
committerAvery Pennarun <apenwarr@gmail.com>
Fri, 12 Feb 2010 04:50:18 +0000 (23:50 -0500)
commit185bcf2810ac26afd38c03b14b06f5a3884ebe27
treeaaa16a6c003213118677040822ccb6f2a29f20c8
parent75ec2b7f56d616a24ac6d96c1316062e2be34463
cmd-join: don't restart git cat-file so frequently.

We would restart cat-file for every id passed on the command line or via
stdin, which was needlessly inefficient.
cmd-join.py