OSDN Git Service

Merge branch 'jc/ustar-checksum-is-unsigned'
authorJunio C Hamano <gitster@pobox.com>
Mon, 25 Jun 2012 18:24:57 +0000 (11:24 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 25 Jun 2012 18:24:57 +0000 (11:24 -0700)
"git archive" incorrectly computed the header checksum; the symptom
was observed only when using pathnames with hi-bit set.

* jc/ustar-checksum-is-unsigned:
  archive: ustar header checksum is computed unsigned


Trivial merge