Changing source URL for submodule messes up .gitmodules indentation

XMLWordPrintable

    • Type: Bug
    • Resolution: Unresolved
    • Priority: Low
    • None
    • Affects Version/s: 2.1.2-beta-3
    • Component/s: None
    • Severity 3 - Minor

      Before changing submodule URL:

      [submodule "lib/mylib"]
          path = lib/mylib
          url = https://myserver/scm/lib/mylib.git
          branch = develop
      

      After changing submodule URL:

      [submodule "lib/mylib"]
          path = lib/mylib
      url=https://newserver/scm/lib/mylib.git
          branch = develop
      

            Assignee:
            Unassigned
            Reporter:
            Julius Bullinger
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: