• Show log

    Commit

  • Hash : 852bc9f4
    Author : Patrick Steinhardt
    Date : 2018-11-23T19:26:24

    khash: remove intricate knowledge of khash types Instead of using the `khiter_t`, `git_strmap_iter` and `khint_t` types, simply use `size_t` instead. This decouples code from the khash stuff and makes it possible to move the khash includes into the implementation files.