Add support for indexing git submodules

XMLWordPrintable

    • 26

      When viewing a commit that contains a change to a submodule, FishEye shows that the submodule was changed, but it does not display a diff.

      For example, suppose I have a submodule at modules/log pointing to commit 123456. I then change it to point to commit abcdef and commit that change. FishEye shows:

      modules/log (+1 -1)
      No Change
      

      Instead of this, which is what Git would show:

      modules/log (+1 -1)
      -Subproject commit 123456
      +Subproject commit abcdef
      

            Assignee:
            Unassigned
            Reporter:
            Jimmy Mabey
            Votes:
            31 Vote for this issue
            Watchers:
            26 Start watching this issue

              Created:
              Updated: