Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update update_all_submodules | Slávek Banko | 2018-07-07 | 1 | -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_submodules | Slávek Banko | 2016-03-16 | 1 | -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 version | Slávek Banko | 2013-05-05 | 1 | -2/+7 |
| | |||||
* | Remove ignore-submodules flag from git commands in order to support older ↵ | Timothy Pearson | 2012-12-07 | 1 | -2/+2 |
| | | | | GIT versions | ||||
* | Updating git scripts | Slávek Banko | 2012-12-04 | 1 | -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 time | Automated System | 2011-11-04 | 1 | -0/+13 |
| | |||||
* | Make update script more verbose | Automated System | 2011-11-04 | 1 | -1/+1 |
| | |||||
* | Update update script yet again | Automated System | 2011-11-04 | 1 | -0/+1 |
| | |||||
* | Update the update script (again) | Automated System | 2011-11-04 | 1 | -1/+2 |
| | |||||
* | Update the update script | Automated System | 2011-11-04 | 1 | -0/+7 |
| | |||||
* | Add initial update submodules script | Automated System | 2011-11-04 | 1 | -0/+33 |