Commit fdfabdc4e26b42848b07e0e8e70fc51faceab976

Patrick Steinhardt 2018-12-01T09:49:10

strmap: remove legacy low-level interface Remove the low-level interface that was exposing implementation details of `git_strmap` to callers. From now on, only the high-level functions shall be used to retrieve or modify values of a map. Adjust remaining existing callers.