| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
+ 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)
|
|
|
|
|
|
|
|
|
|
|
| |
+ 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)
|
| |
|
|
|
|
| |
GIT versions
|
|
|
|
|
|
|
| |
+ add support for gitfile (submodules with git >= 1.7.8)
+ add gituser detection from git configuration
+ add support for branches
+ various optimizations
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|