Browse Source

Update submodule netcipher, setup tracking branch 'master'

Make use of git >= 1.8.2 feature to track submodule brach and allow easy updates by

    git submodule update --remote

More info: http://www.vogella.com/tutorials/Git/article.html#submodules
master
Miłosz Sieradzki 10 years ago
parent
commit
61162f3f8a
  1. 1
      .gitmodules
  2. 2
      external/netcipher

1
.gitmodules vendored

@ -1,3 +1,4 @@ @@ -1,3 +1,4 @@
[submodule "external/netcipher"]
path = external/netcipher
url = https://github.com/guardianproject/NetCipher.git
branch = master

2
external/netcipher vendored

@ -1 +1 @@ @@ -1 +1 @@
Subproject commit ba9d13676669f7ef32df43a023a4d4a33385e013
Subproject commit 7f09f5b8a6b7155ba60a7299cb46ee3df92945fe
Loading…
Cancel
Save