summaryrefslogtreecommitdiffstats
path: root/git_superproject.py
Commit message (Expand)AuthorAgeFilesLines
* superproject: skip updating commit ids if remote's fetchUrl don't match.Raman Tenneti2021-05-041-2/+2
* superproject: Don't update the commit ids of projects if remote is different.Raman Tenneti2021-05-031-0/+10
* help/version: sprinkle bug report URL aroundMike Frysinger2021-04-261-2/+2
* superproject: Added --depth=1 argument to git fetch command.Raman Tenneti2021-03-191-1/+1
* superproject: pass groups to ToXml method.Raman Tenneti2021-03-111-1/+1
* superproject: Display status messages during repo init/sync.v2.13.3Raman Tenneti2021-03-041-1/+9
* sync: superproject - support for switching hosts and switching branches.Raman Tenneti2021-02-251-38/+32
* init: added --use-superproject option to clone superproject.v2.12.2Raman Tenneti2021-02-111-65/+89
* superproject: Pass branch to git ls-tree.Raman Tenneti2021-02-081-4/+8
* sync: pass --bare option when doing git clone of superproject.v2.12.1Raman Tenneti2021-02-081-16/+26
* sync: superproject performance changes.Raman Tenneti2021-02-071-15/+85
* sync: Added --filter=blob:none for git clone of superproject.Raman Tenneti2021-02-021-1/+1
* sync: Do a git pull with --use-superproject if superproject tree already exists.Raman Tenneti2021-02-011-1/+1
* sync: Added --filter=blob:none (and no-depth) wduring git clone of superproject.Raman Tenneti2021-02-011-8/+29
* sync: Added --use-superproject option and support for superproject.v2.12Raman Tenneti2021-01-211-0/+149