]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'en/strmap' into en/merge-ort-impl
authorJunio C Hamano <gitster@pobox.com>
Wed, 11 Nov 2020 20:56:29 +0000 (12:56 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 11 Nov 2020 20:56:29 +0000 (12:56 -0800)
commit6d37ca21651408b6d29b86a67d0179eb98629fd8
tree7c8fdc0b3fc36eafed68e1309bd23690726c6673
parent14c4586c2dfa94d86d71a60481dd20bc5b56e562
parent449a900969d0f060d054e5a13084bed318da3a31
Merge branch 'en/strmap' into en/merge-ort-impl

* en/strmap:
  shortlog: use strset from strmap.h
  Use new HASHMAP_INIT macro to simplify hashmap initialization
  strmap: take advantage of FLEXPTR_ALLOC_STR when relevant
  strmap: enable allocations to come from a mem_pool
  strmap: add a strset sub-type
  strmap: split create_entry() out of strmap_put()
  strmap: add functions facilitating use as a string->int map
  strmap: enable faster clearing and reusing of strmaps
  strmap: add more utility functions
  strmap: new utility functions
  hashmap: provide deallocation function names
  hashmap: introduce a new hashmap_partial_clear()
  hashmap: allow re-use after hashmap_free()
  hashmap: adjust spacing to fix argument alignment
  hashmap: add usage documentation explaining hashmap_free[_entries]()
Makefile
sequencer.c