Skip to content

Commit 173e1e9

Browse files
committed
git: Add README.txt info file about in-tree dependencies
Signed-off-by: Paul Cercueil <[email protected]>
1 parent dda3a8b commit 173e1e9

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

deps/README.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)