Here are a few small hashmap improvements, partly resulting from recent discussion of the config-cache topic. Karsten Blees (4): hashmap: factor out getting an int hash code from a SHA1 hashmap: improve struct hashmap member documentation hashmap: add simplified hashmap_get_from_hash() API hashmap: add string interning API Documentation/technical/api-hashmap.txt | 54 ++++++++++++++++++++++++++++++--- builtin/describe.c | 13 ++------ decorate.c | 5 +-- diffcore-rename.c | 11 +++---- hashmap.c | 38 +++++++++++++++++++++++ hashmap.h | 27 +++++++++++++++++ khash.h | 11 ++----- name-hash.c | 5 ++- object.c | 13 +------- pack-objects.c | 5 ++- t/t0011-hashmap.sh | 13 ++++++++ test-hashmap.c | 25 ++++++++++----- 12 files changed, 159 insertions(+), 61 deletions(-) -- 1.9.4.msysgit.0.dirty -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html