Browse Source

gitmodules: Drop dejagnu tracking branch

We recently moved Dejagnu to the upstream master branch's top commit.
Therefore there is no need to set a tracking branch to 'dejagnu-1.6.3'.

Signed-off-by: Christoph Müllner <christoph.muellner@vrull.eu>
pull/1348/head
Christoph Müllner 3 years ago
committed by Christoph Müllner
parent
commit
0e53b8d562
  1. 2
      .gitmodules

2
.gitmodules

@ -12,7 +12,7 @@
[submodule "dejagnu"]
path = dejagnu
url = https://git.savannah.gnu.org/git/dejagnu.git
branch = dejagnu-1.6.3
branch = master
[submodule "newlib"]
path = newlib
url = https://sourceware.org/git/newlib-cygwin.git

Loading…
Cancel
Save