• Show log

    Commit

  • Hash : cf5030a3
    Author : Patrick Steinhardt
    Date : 2018-05-30T08:38:28

    submodule: refactor loading submodule names The function `load_submodule_names` was always being called with a newly allocated string map, which was then getting filled by the function. Move the string map allocation into `load_submodule_names`, instead, and pass the whole map back to the caller in case no error occurs. This change helps to avoid misuse by handing in pre-populated maps.