• Show log

    Commit

  • Hash : 83733aeb
    Author : Patrick Steinhardt
    Date : 2018-08-10T12:43:21

    config: rename `file_internal` and its `file` member Same as with the previous commit, the `file_internal` struct is used to keep track of all the backends that are added to a `git_config` struct. Rename it to `backend_internal` and rename its `file` member to `backend` to make the implementation more backend-agnostic.