Merge branch 'bw/kwset-use-unsigned'
commit52d5bf77875275bbfc1bf1d7b690f355d5c869e4
authorJunio C Hamano <gitster@pobox.com>
Fri, 6 Mar 2015 23:02:33 +0000 (6 15:02 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 6 Mar 2015 23:02:33 +0000 (6 15:02 -0800)
tree923bf448a13841ed649825d535060b8bdf0623bb
parent36ab7680c0ecd4ed1811e12488b14ea8ffce3a2b
parent189c860c9ec5deb95845c056ca5c15b58970158e
Merge branch 'bw/kwset-use-unsigned'

The borrowed code in kwset API did not follow our usual convention
to use "unsigned char" to store values that range from 0-255.

* bw/kwset-use-unsigned:
  kwset: use unsigned char to store values with high-bit set
git-compat-util.h