| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
+ Ensure checkout for new upstream branch in worktree mode of tree.
+ To test the availability of repository use curl if it is present.
+ Sign commits using GPG during rebase if the signing key is set.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 9545e31f1887508c47299477d95f08993026c02d)
|
|
|
|
|
|
|
| |
It addresses independence from UMASK to ensure a reproducible build.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 807378eeb2a1363a10e4c9715758004df5c51500)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
which is written to '.tdescminfo'.
Because formatting a date using 'git log' does not return results in UTC,
the unix timestamp is used for git log, and conversion to UTC is done
using 'date'.
It addresses time zone independence to ensure a reproducible build.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 517a78302072e0b2a55a65a4811bc90fbba42e08)
|
|
|
|
|
| |
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 9db84075a083d851ec02917f926d44bc17e1f08e)
|
|
|
|
|
|
|
| |
before adding a new worktree.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 5b81e0aa93702515e5ced5a1ebde5bcb1065190e)
|
|
|
|
| |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
|
|
|
|
|
|
|
| |
Note: If gzip or pigz is used, it is necessary to use the "-n" option.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 428c2d88b4ac80df001d25973a1511d6a3d424c6)
|
|
|
|
|
|
|
| |
including the git repository date, instead of individual .tdescm* files.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 5c39eb0954bf46dcb0df0bb0a9c4e20a48978f83)
|
|
|
|
|
|
|
|
|
|
|
| |
+ better detection of whether a branch is remote tracked
+ instead of git pull --rebase is used git fetch and git rebase
+ added verification whether the remote server is available
+ do a git checkout only if the required branch is not active
+ added support for creating a 'tde' submodules tree using git worktree
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 065e9e09364220849b982527aaba9494478fbb19)
|
|
|
|
|
|
|
|
|
| |
+ cleaning of temporary branches combined into one operation along with pull
+ this prevents additional communication with the remote server
+ all remote servers will be fetched and also pruned
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 9bb83bf90c6f1b1b1034af1af47a26fa1970ec5b)
|
|
|
|
|
|
|
| |
+ add support for cloning repositories via ssh
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit f50efa7e809717d7c1c700eff7223da847f688e3)
|
|
|
|
|
|
|
| |
+ add cleaning of potential temporary branches from remote server
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit a04af5586759094483cd1aeece37530a76a2f1d4)
|
|
|
|
|
|
|
|
|
|
|
| |
+ script revised according to update_all_submodules
+ files .gitmodules are processed instead of call git submodule foreach
+ modules are initialized during processing instead of at the beginning
+ 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 8fb500ce46d9f7b19a9d81119c315c0433cf6310)
|
|
|
|
|
|
|
|
|
| |
+ 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)
|
|
|
|
|
|
|
|
| |
+ default TARGET is now detected from the TDE core header
+ added check if TARGET is valid for the branch
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit a4ee97323870ce23c10714233408f36f372b296e)
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
+ 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)
|
|
|
|
|
|
|
| |
For example, for a particular git tag
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 2c769321341c07e85339cf60778cdb7d102f20b1)
|
| |
|
|
|
|
|
| |
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 980d8ea3f8929655d0f135cde0f788b30ed558dc)
|
|
|
|
|
| |
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 916d3c93559cdadf1ac7728ce0edd1dbebdf049b)
|
| |
|
| |
|
|
|
|
| |
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
|
|
|
|
|
| |
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 0a16bdf260fda53e649c7c13c2fb324614acb773)
|
|
|
|
| |
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
GIT versions
|
|
|
|
|
|
|
| |
+ add support for gitfile (submodules with git >= 1.7.8)
+ add gituser detection from git configuration
+ add support for branches
+ various optimizations
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|