summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* sync: Log repo sync state events as 'data' events.Raman Tenneti2021-09-144-5/+54
* 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
* docs: Add version for Ubuntu 21.04 Hirsute and Debian 11 BullseyeRoger Shimizu2021-09-031-0/+5
* superproject: print messages if the manifest has superproject tag.v2.16.5Raman Tenneti2021-08-134-21/+31
* superproject: prepend messages with - "repo superproject"Raman Tenneti2021-08-122-19/+27
* man: make output system independentMike Frysinger2021-07-3114-13/+38
* sync: Remove '_' from the repo.syncstate.* keys when saved to config.v2.16.4Raman Tenneti2021-07-293-1/+5
* sync: Added logging of repo sync state and config options for analysis.Raman Tenneti2021-07-296-9/+152
* superproject: Skip updating of superproject when -l is used with sync.Raman Tenneti2021-07-282-0/+11
* repo: add --show-toplevel akin to gitMike Frysinger2021-07-282-0/+11
* repo: refactor help output handlingMike Frysinger2021-07-285-19/+81
* repo: make --version always workMike Frysinger2021-07-281-3/+1
* repo: refactor internal --help/--version parsingMike Frysinger2021-07-281-24/+24
* bash-completion: complete projects with repo forallMike Frysinger2021-07-271-1/+21
* list: add a --relative-to optionMike Frysinger2021-07-273-7/+22
* bash-completion: refactor unique subcommand processingMike Frysinger2021-07-271-15/+27
* bash-completion: fallback to default completionMike Frysinger2021-07-271-1/+3
* repo: properly handle remote annotations in manifest_xmlJack Neus2021-07-234-18/+80
* Force a fetch when superproject has a newer SHA1 for remote branch.v2.16.3Xin Li2021-07-201-0/+1
* manifest: Support ignoring local manifests with 'repo manifest'Michael Kelly2021-07-202-0/+12
* Add script 'release/update-manpages' to generate manpagesRoger Shimizu2021-07-1630-0/+2577
* Update manifest_name with the returned manifest name for superproject.v2.16.2Xin Li2021-07-141-3/+1
* superproject - More friendly user message when superproject failed.v2.16.1Raman Tenneti2021-07-143-33/+33
* Fix an issue that repo can't see projects declared in a local manifest.Xin Li2021-07-131-1/+1
* Gracefully ignore bad remove-project lineMichael Kelly2021-07-083-10/+64
* sync: dump git output on errorsMike Frysinger2021-07-041-1/+1
* Add the ability to administratively enroll repo into using superproject.Xin Li2021-07-014-11/+98
* Fix an issue when syncing with --use-superproject and clone bundles.Xin Li2021-06-303-8/+12
* superproject - don't update the commit ids of projects that have revisionId.Raman Tenneti2021-06-292-2/+52
* superproject: Don't exit if superproject tag doesn't exist in manifest.v2.16Raman Tenneti2021-06-166-61/+225
* repo: improve duplicate default checkJack Neus2021-06-151-1/+2
* commands: pass settings via __init__Mike Frysinger2021-06-153-18/+24
* commands: document the "event_log" class attributeMike Frysinger2021-06-151-1/+6
* commands: document the "common" class attributeMike Frysinger2021-06-1528-29/+33
* repo: properly handle NoneType in Default/Remote equality checksJack Neus2021-06-112-0/+41
* superproject: add projects from local manifest to local::<filename> group.Raman Tenneti2021-06-104-5/+65
* trace2_event_log: Added logging of error events.Raman Tenneti2021-06-092-0/+31
* superproject: revert not updating commit ids if remote is different.Raman Tenneti2021-06-082-55/+0
* run_tests: fix pytest selection inside tox venvMike Frysinger2021-06-031-0/+4
* superproject: change the warning message to say it is beta.Raman Tenneti2021-06-031-2/+2
* Drop support for Python 3.5Peter Kjellerstedt2021-06-035-7/+6
* superproject: require git version 2.28.0 or higher.v2.15.4Raman Tenneti2021-06-031-1/+4
* tests: Make the tests pass for Python < 3.8Peter Kjellerstedt2021-05-262-28/+55
* sync: Sync submodules correctly againv2.15.3Peter Kjellerstedt2021-05-201-3/+9
* project: fix error display when output_redir is disabledv2.15.2Mike Frysinger2021-05-201-4/+5
* superproject: Use bugurl from contactinfo in the missing commits error message.v2.15.1Raman Tenneti2021-05-183-7/+12
* ssh: rewrite proxy management for multiprocessing usagev2.15Mike Frysinger2021-05-106-158/+225