• Show log

    Commit

  • Hash : e6903ea2
    Author : Patrick Steinhardt
    Date : 2015-03-12T16:05:07

    Fix git_submodule_sync writing URL to wrong key. Currently git_submodule_sync writes the submodule's URL to the key 'branch.<REMOTE_NAME>.remote' while the reference implementation of `git submodule sync` writes to 'remote.<REMOTE_NAME>.url', which is the intended behavior according to git-submodule(1).