Commit 8532ed11848092d816aecc2d34d1bb432a525df9

Patrick Steinhardt 2019-10-18T12:14:19

refdb_fs: convert reflog parsing to use parser The refdb_fs code to parse the reflog currently uses a hand-rolled parser. Convert it to use our `git_parse_ctx` structure instead.