hashed-refs: Use a hash table as the main data structure for storing refs
commit6b143b1fe9679e44e2b79f78088bbddc17b039b6
authorJonas Fonseca <jonas.fonseca@gmail.com>
Thu, 4 Dec 2014 16:22:21 +0000 (4 11:22 -0500)
committerJonas Fonseca <jonas.fonseca@gmail.com>
Thu, 29 Jan 2015 15:44:17 +0000 (29 10:44 -0500)
tree466e9b632a1e5c75ad99ebad5c91bbd227dae9a2
parent373a125300375a26b6d9656e518ad7ceeadf4834
hashed-refs: Use a hash table as the main data structure for storing refs

Fixes #350.
NEWS.adoc
include/tig/map.h
include/tig/view.h
src/map.c
src/refdb.c
src/refs.c
src/view.c
test/refs/replace-test [new file with mode: 0755]