1. 03 Aug, 2015 12 commits
  2. 01 Aug, 2015 1 commit
  3. 28 Jul, 2015 18 commits
  4. 06 Jul, 2015 1 commit
  5. 03 Jul, 2015 2 commits
  6. 02 Jul, 2015 5 commits
  7. 01 Jul, 2015 1 commit
    • submodule: correctly delimit the keys to use for lookup · e0af3cb3
      The regex we use to look at the gitmodules file does not correctly
      delimit the name of submodule which we want to look up and puts '.*'
      straight after the name, maching on any submodule which has the seeked
      submodule as a prefix of its name.
      
      Add the missing '\.' in the regex so we want a full stop to exist both
      before and after the submodule name.
      Carlos Martín Nieto committed