• Show log

    Commit

  • Hash : ae765d00
    Author : Patrick Steinhardt
    Date : 2018-11-23T19:26:48

    submodule: remove string map implementation that strips trailing slashes
    
    The submodule code currently has its own implementation of a string map,
    which overrides the hashing and hash equals functions with functions
    that ignore potential trailing slashes. These functions aren't actually
    used by our code, making them useless.