We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dda3a8b commit 173e1e9Copy full SHA for 173e1e9
deps/README.txt
@@ -0,0 +1,14 @@
1
+Commits of the Libiio repository must *not* touch any file or directory
2
+present in the deps/ folder.
3
+
4
+The only commits allowed, are the one that are automatically created
5
+when adding a new dependency with:
6
+git subrepo clone https://... deps/new-dependency
7
8
+And the ones created when updating the external repository to the latest
9
+available with:
10
+git subrepo pull deps/my-dependency
11
12
13
+git-subrepo is an external tool that can be obtained here:
14
+https://github.com/ingydotnet/git-subrepo
0 commit comments