• Show log

    Commit

  • Hash : 8897f8fe
    Author : Patrick Steinhardt
    Date : 2017-05-05T09:47:54

    remote: reject various actions for detached remotes
    
    There are only few actions which actually make sense for a detached
    remote, like e.g. `git_remote_ls`, `git_remote_prune`. For all the other
    actions, we have to report an error when the remote has no repository
    attached to it. This commit does so and implements some tests.