Merge branch 'jk/cat-file-regression-fix'
commit604ada435b78a473baa6962a90def78ccb186c58
authorJunio C Hamano <gitster@pobox.com>
Fri, 27 Dec 2013 22:58:11 +0000 (27 14:58 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 27 Dec 2013 22:58:11 +0000 (27 14:58 -0800)
treeea714301bf443d2f381387e565dad9350b9440a3
parent2b0a564e02528e006d23e3318d0d2869fb239425
parent6554dfa97af92a159231d94e60403bfe0d6e8e61
Merge branch 'jk/cat-file-regression-fix'

"git cat-file --batch=", an admittedly useless command, did not
behave very well.

* jk/cat-file-regression-fix:
  cat-file: handle --batch format with missing type/size
  cat-file: pass expand_data to print_object_or_die
t/t1006-cat-file.sh