Add tip on checking for unreleased code and update libraries.
This commit is contained in:
parent
8881d5a16d
commit
e015afff75
6 changed files with 9 additions and 5 deletions
|
|
@ -23,6 +23,10 @@ and then `git submodule update`.
|
|||
To update the libraries run `update-submodules.sh`. The script will fetch the
|
||||
latest code and update to the newest tag (not master).
|
||||
|
||||
To find libraries with commits that haven't been included in a release do:
|
||||
|
||||
git submodule foreach "git log --oneline HEAD...origin/master"
|
||||
|
||||
## Adding a library
|
||||
Determine the best location within `libraries` for the new library and then run:
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit bfa8c9c91ad43f51823abb0d5742c015147a818a
|
||||
Subproject commit 4e6425880be5585859746a16934e8851211521cb
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit f9f906b7f28e791818a726e46e0546a0e59122ac
|
||||
Subproject commit dd5d11c7aff0706efa12fae8028a1a418cf31f03
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit 1a003c75feff61e9d0cab3a787ba8111739154bb
|
||||
Subproject commit 2a6b30d938f9fa6e86627a631515835c098e11f8
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit 6a20bf8383fac55c75b8ba444ca4f83351b615a9
|
||||
Subproject commit 39f28ed4e0e5a06fc33fd01c1efc8c52c4140f03
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit 122609f4c7bf4a8f1642a00555ead8463b4f903d
|
||||
Subproject commit 082f62b7678ad925a71f4a43bb2665a8a1f063c0
|
||||
Loading…
Reference in a new issue