• Show log

    Commit

  • Hash : d723dbed
    Author : Arthur Schreiber
    Date : 2014-05-30T19:26:49

    Remote: Set an error when a remote cannot be found.
    
    Inside `git_remote_load`, the calls to `get_optional_config` use
    `giterr_clear` to unset any errors that are set due to missing config
    keys. If neither a fetch nor a push url config was found for a remote,
    we should set an error again.