Merge branch 'jc/hash-object'
commit051086b947ee7a6fdd5697889a225098f723761d
authorJunio C Hamano <gitster@pobox.com>
Mon, 11 May 2015 21:23:59 +0000 (11 14:23 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 11 May 2015 21:23:59 +0000 (11 14:23 -0700)
tree0920d85e5e97dad89618cf87307a3f4d0bf5abbe
parentb9f5d3874f3406c820049b26fd7b10f7cae7138f
parent1427a7ff70bce0c1040831d5d674c83ebcda6d7d
Merge branch 'jc/hash-object'

"hash-object --literally" introduced in v2.2 was not prepared to
take a really long object type name.

* jc/hash-object:
  write_sha1_file(): do not use a separate sha1[] array
  t1007: add hash-object --literally tests
  hash-object --literally: fix buffer overrun with extra-long object type
  git-hash-object.txt: document --literally option
builtin/hash-object.c
cache.h
sha1_file.c
t/t1007-hash-object.sh