summaryrefslogtreecommitdiffstats
path: root/update_all_submodules
Commit message (Collapse)AuthorAgeFilesLines
* Update update_all_submodulesSlávek Banko2018-07-071-22/+35
| | | | | | | | | + create lock specific by branch + initialize submodules only if they have not yet been initialized + use --no-recurse-submodules at git pull for better overview of the update progress Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit b0d74087e54845129610e901f5c4a2e662e8c9bd)
* Revamp update_all_submodulesSlávek Banko2016-03-161-45/+79
| | | | | | | | | | | + submodules file is no longer needed + list of submodules is loaded from .gitmodules + order of the submodules is determined by .gitmodules + nested submodules are processed recursively by .gitmodules + all submodules, including nested, are updated in one cycle Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 9f54f5880931758748347f73ddd146ae13b7b6b6)
* Added ignore-submodules flag, depending on the GIT versionv3.5.13.2Slávek Banko2013-05-051-2/+7
| | | | (cherry picked from commit 7e23a1ee30a44babc95d17e3ecbb233e14f650c2)
* Remove ignore-submodules flag from git commands in order to support older ↵Timothy Pearson2012-12-081-2/+2
| | | | | | GIT versions (cherry picked from commit 3f91377dc9f4caf3269679045215de90c8491b77)
* Scripts: Fix branch detection with git older than 1.7.10Slávek Banko2012-10-071-1/+1
|
* Added submodules for v3.5.13-sru branchSlávek Banko2012-09-081-0/+70
Added flat listing of submodules Updated GIT readme file Added scripts