1. 13 Jul, 2015 2 commits
  2. 12 Jul, 2015 3 commits
  3. 11 Jul, 2015 3 commits
  4. 10 Jul, 2015 9 commits
  5. 09 Jul, 2015 1 commit
  6. 08 Jul, 2015 1 commit
  7. 07 Jul, 2015 7 commits
  8. 06 Jul, 2015 5 commits
  9. 03 Jul, 2015 2 commits
  10. 02 Jul, 2015 6 commits
  11. 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