Skip to content

Commit

Permalink
git: Add README.txt info file about in-tree dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Cercueil <[email protected]>
  • Loading branch information
pcercuei committed Mar 21, 2022
1 parent dda3a8b commit 173e1e9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions deps/README.txt
Original file line number Diff line number Diff line change
@@ -0,0 1,14 @@
Commits of the Libiio repository must *not* touch any file or directory
present in the deps/ folder.

The only commits allowed, are the one that are automatically created
when adding a new dependency with:
git subrepo clone https://... deps/new-dependency

And the ones created when updating the external repository to the latest
available with:
git subrepo pull deps/my-dependency


git-subrepo is an external tool that can be obtained here:
https://github.com/ingydotnet/git-subrepo

0 comments on commit 173e1e9

Please sign in to comment.