开源镜像站
帮助
下载
动态
GitHub
index
:
git-repo
main
maint
master
repo-1
stable
A git multiple repo management tool built for AOSP
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
git_superproject.py
Age
Commit message (
Expand
)
Author
2021-09-28
superproject: Only trigger enrollment logic when manifest have it.
Xin Li
2021-09-27
Fix indent error which would have prevented choice expiration to work.
Xin Li
2021-09-27
superproject: support a new revision attribute.
Xin Li
2021-09-20
superproject: Move enrollment to opt-out when enabled globally
v2.16.8
Xin Li
2021-09-16
superproject: Log branch and remote url with every log message.
Raman Tenneti
2021-09-08
superproject: Provide accurate feedback for user choice
v2.16.7
Xin Li
2021-09-03
superoject: log error message in the 'fmt' field also.
v2.16.6
Raman Tenneti
2021-08-13
superproject: print messages if the manifest has superproject tag.
v2.16.5
Raman Tenneti
2021-08-12
superproject: prepend messages with - "repo superproject"
Raman Tenneti
2021-07-28
superproject: Skip updating of superproject when -l is used with sync.
Raman Tenneti
2021-07-14
superproject - More friendly user message when superproject failed.
v2.16.1
Raman Tenneti
2021-07-01
Add the ability to administratively enroll repo into using superproject.
Xin Li
2021-06-29
superproject - don't update the commit ids of projects that have revisionId.
Raman Tenneti
2021-06-16
superproject: Don't exit if superproject tag doesn't exist in manifest.
v2.16
Raman Tenneti
2021-06-10
superproject: add projects from local manifest to local::<filename> group.
Raman Tenneti
2021-06-08
superproject: revert not updating commit ids if remote is different.
Raman Tenneti
2021-06-03
superproject: change the warning message to say it is beta.
Raman Tenneti
2021-06-03
superproject: require git version 2.28.0 or higher.
v2.15.4
Raman Tenneti
2021-05-18
superproject: Use bugurl from contactinfo in the missing commits error message.
v2.15.1
Raman Tenneti
2021-05-04
superproject: skip updating commit ids if remote's fetchUrl don't match.
Raman Tenneti
2021-05-03
superproject: Don't update the commit ids of projects if remote is different.
Raman Tenneti
2021-04-26
help/version: sprinkle bug report URL around
Mike Frysinger
2021-03-19
superproject: Added --depth=1 argument to git fetch command.
Raman Tenneti
2021-03-11
superproject: pass groups to ToXml method.
Raman Tenneti
2021-03-04
superproject: Display status messages during repo init/sync.
v2.13.3
Raman Tenneti
2021-02-25
sync: superproject - support for switching hosts and switching branches.
Raman Tenneti
2021-02-11
init: added --use-superproject option to clone superproject.
v2.12.2
Raman Tenneti
2021-02-08
superproject: Pass branch to git ls-tree.
Raman Tenneti
2021-02-08
sync: pass --bare option when doing git clone of superproject.
v2.12.1
Raman Tenneti
2021-02-07
sync: superproject performance changes.
Raman Tenneti
2021-02-02
sync: Added --filter=blob:none for git clone of superproject.
Raman Tenneti
2021-02-01
sync: Do a git pull with --use-superproject if superproject tree already exists.
Raman Tenneti
2021-02-01
sync: Added --filter=blob:none (and no-depth) wduring git clone of superproject.
Raman Tenneti
2021-01-21
sync: Added --use-superproject option and support for superproject.
v2.12
Raman Tenneti