hooks/pre-commit: stop using cat_file -i
commit4bd0843d68070941214d4cd9a054562df44e0e24
authorKyle J. McKay <mackyle@gmail.com>
Thu, 22 Jun 2017 21:56:27 +0000 (22 14:56 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Thu, 22 Jun 2017 21:56:27 +0000 (22 14:56 -0700)
treee41f496dd733ff1eb587198217c491185097ee7c
parent987d551a992bfd6346045a2eb82f162992fd3550
hooks/pre-commit: stop using cat_file -i

Just use git cat-file :0:.topdeps directly as it's much more
efficient and there's no good reason to incur the extra overhead
for a call that will end up doing exactly the same thing in the end.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
hooks/pre-commit.sh