summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/utils/git.py
Commit message (Expand)AuthorAgeFilesLines
* meta/lib+scripts: Convert to SPDX license headersRichard Purdie2019-06-181-1/+1
* oeqa.utils.git: use --verify in rev_parse()Markus Lehtonen2017-05-231-1/+1
* oeqa.utils.git: support bare reposMarkus Lehtonen2017-02-151-4/+12
* oeqa.utils.git: add git_dir propertyMarkus Lehtonen2017-02-151-0/+4
* oeqa.utils.git: implement init() methodMarkus Lehtonen2016-08-251-0/+6
* oeqa.utils.git.GitRepo: new arg to require topdirMarkus Lehtonen2016-08-251-2/+7
* oeqa.utils.git: implement GitRepo.get_current_branch()Markus Lehtonen2016-08-251-0/+8
* oeqa.utils.git: introduce GitRepo.rev_parse()Markus Lehtonen2016-08-251-0/+7
* oeqa.utils.git: support git commands with updated envMarkus Lehtonen2016-08-251-2/+6
* oeqa.utils: add git moduleMarkus Lehtonen2016-07-011-0/+38