Merge branch 'kn/cat-file-literally'
commit3b7d373ae2618690170f93bd19883915851de903
authorJunio C Hamano <gitster@pobox.com>
Tue, 19 May 2015 20:17:58 +0000 (19 13:17 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 19 May 2015 20:17:58 +0000 (19 13:17 -0700)
treec95dbebc54fc60a920479b96836b3f35e245ae9f
parent949d16795c55ae4712aaec847d55bd2d7d050c84
parent3e370f9faf0a4e26d92ae09a26baa19330887903
Merge branch 'kn/cat-file-literally'

Add the "--allow-unknown-type" option to "cat-file" to allow
inspecting loose objects of an experimental or a broken type.

* kn/cat-file-literally:
  t1006: add tests for git cat-file --allow-unknown-type
  cat-file: teach cat-file a '--allow-unknown-type' option
  cat-file: make the options mutually exclusive
  sha1_file: support reading from a loose object of unknown type
cache.h
sha1_file.c