summaryrefslogtreecommitdiffstats
path: root/git_superproject.py
Commit message (Expand)AuthorAgeFilesLines
* Revert "sync: dropped "NOTICE: --use-superproject is in beta ..." message."Raman Tenneti2022-01-061-0/+2
* sync: dropped "NOTICE: --use-superproject is in beta ..." message.Raman Tenneti2021-12-291-2/+0
* superproject: Only trigger enrollment logic when manifest have it.Xin Li2021-09-281-0/+2
* Fix indent error which would have prevented choice expiration to work.Xin Li2021-09-271-1/+1
* superproject: support a new revision attribute.Xin Li2021-09-271-12/+2
* superproject: Move enrollment to opt-out when enabled globallyv2.16.8Xin Li2021-09-201-36/+10
* superproject: Log branch and remote url with every log message.Raman Tenneti2021-09-161-14/+18
* superproject: Provide accurate feedback for user choicev2.16.7Xin Li2021-09-081-3/+8
* superoject: log error message in the 'fmt' field also.v2.16.6Raman Tenneti2021-09-031-1/+1
* superproject: print messages if the manifest has superproject tag.v2.16.5Raman Tenneti2021-08-131-13/+19
* superproject: prepend messages with - "repo superproject"Raman Tenneti2021-08-121-17/+25
* superproject: Skip updating of superproject when -l is used with sync.Raman Tenneti2021-07-281-0/+5
* superproject - More friendly user message when superproject failed.v2.16.1Raman Tenneti2021-07-141-28/+23
* Add the ability to administratively enroll repo into using superproject.Xin Li2021-07-011-0/+81
* superproject - don't update the commit ids of projects that have revisionId.Raman Tenneti2021-06-291-0/+3
* superproject: Don't exit if superproject tag doesn't exist in manifest.v2.16Raman Tenneti2021-06-161-31/+87
* superproject: add projects from local manifest to local::<filename> group.Raman Tenneti2021-06-101-0/+4
* superproject: revert not updating commit ids if remote is different.Raman Tenneti2021-06-081-10/+0
* superproject: change the warning message to say it is beta.Raman Tenneti2021-06-031-2/+2
* superproject: require git version 2.28.0 or higher.v2.15.4Raman Tenneti2021-06-031-1/+4
* superproject: Use bugurl from contactinfo in the missing commits error message.v2.15.1Raman Tenneti2021-05-181-2/+1
* 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