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>
* 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>
* Added ignore-submodules flag, depending on the GIT versionSlávek Banko2013-05-051-2/+7
|
* Remove ignore-submodules flag from git commands in order to support older ↵Timothy Pearson2012-12-071-2/+2
| | | | GIT versions
* Updating git scriptsSlávek Banko2012-12-041-21/+36
| | | | | | | + add support for gitfile (submodules with git >= 1.7.8) + add gituser detection from git configuration + add support for branches + various optimizations
* Update the update script one last timeAutomated System2011-11-041-0/+13
|
* Make update script more verboseAutomated System2011-11-041-1/+1
|
* Update update script yet againAutomated System2011-11-041-0/+1
|
* Update the update script (again)Automated System2011-11-041-1/+2
|
* Update the update scriptAutomated System2011-11-041-0/+7
|
* Add initial update submodules scriptAutomated System2011-11-041-0/+33