]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jk/test-hashmap-updates'
authorJunio C Hamano <gitster@pobox.com>
Tue, 27 Feb 2018 18:34:02 +0000 (10:34 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 27 Feb 2018 18:34:02 +0000 (10:34 -0800)
commit34b65c65b55abd5e60d7cc6af2e26af3cc5173f9
tree4da96709a0aa442013e6141a88d63bd26680ff12
parent5aebb3e0ef7f06358d1ca224247a5fbc12e99ccc
parenta6119f82b118c7adea9ede0b3813810b06e37668
Merge branch 'jk/test-hashmap-updates'

Code clean-up.

* jk/test-hashmap-updates:
  test-hashmap: use "unsigned int" for hash storage
  test-hashmap: simplify alloc_test_entry
  test-hashmap: use strbuf_getline rather than fgets
  test-hashmap: use xsnprintf rather than snprintf
  test-hashmap: check allocation computation for overflow
  test-hashmap: use ALLOC_ARRAY rather than bare malloc