diff options
author | Zachary T Welch <zw@superlucidity.net> | 2009-10-24 03:04:28 -0700 |
---|---|---|
committer | Zachary T Welch <zw@superlucidity.net> | 2009-10-27 23:20:24 -0700 |
commit | eb9790dc91bd2d46c480277b1f275ba2d6e1ca3f (patch) | |
tree | 8c4bd8cc1121ff3797de223276de2020bf8f910c /.gitmodules | |
parent | 89c1bea9310c5ecfe09ba3b544240556160cfbec (diff) | |
download | riscv-openocd-eb9790dc91bd2d46c480277b1f275ba2d6e1ca3f.zip riscv-openocd-eb9790dc91bd2d46c480277b1f275ba2d6e1ca3f.tar.gz riscv-openocd-eb9790dc91bd2d46c480277b1f275ba2d6e1ca3f.tar.bz2 |
Add git2cl from repo.or.cz as a submodule in tools/git2cl.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..2fcecfd --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "tools/git2cl"] + path = tools/git2cl + url = git://repo.or.cz/git2cl.git |