]> arthur.barton.de Git - bup.git/blob - hashjoin.sh
hashsplit.py: create blob objects by hand, not with 'git hash-object'
[bup.git] / hashjoin.sh
1 #!/bin/sh
2 while read x junk; do
3     git cat-file -p "$x"
4 done