• Show log

    Commit

  • Hash : 4bc16c37
    Author : Eric Myhre
    Date : 2016-07-08T01:37:22

    remote: add function to create detached remotes Right now it is only possible to create remotes from a repository. While this is probably the most common use-case, there are commands which make sense even without a repository, e.g. the equivalence of `git ls-remote`. Add a new function `git_remote_create_detached`, which simply accepts a URL.