index
:
tools/git-repo.git
main
maint
master
repo-1
stable
Mirror of gerrit.googlesource.com/git-repo
N/A
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
subcmds
/
sync.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
sync: add multi-manifest support
v2.26
LaMont Jones
2022-05-26
1
-98
/
+176
*
sync: refactor use of self.manifest
LaMont Jones
2022-04-14
1
-68
/
+82
*
Stop passing optparse.Values to git_superproject
LaMont Jones
2022-04-14
1
-3
/
+5
*
manifest_xml: use Superproject to hold XML content
v2.23
LaMont Jones
2022-04-12
1
-6
/
+5
*
sync: respect `sync-c` manifest option
Daniel Andersson
2022-04-08
1
-2
/
+7
*
manifest_xml: Add Load and Unload methods
LaMont Jones
2022-04-08
1
-2
/
+2
*
Move manifest config logic into ManifestProject
LaMont Jones
2022-04-06
1
-1
/
+1
*
Add multi-manifest support with <submanifest> element
v2.22
LaMont Jones
2022-02-17
1
-2
/
+6
*
sync: With --mirror option, don't display no-use-superproject... message.
Raman Tenneti
2021-12-07
1
-2
/
+3
*
init, sync: fixed flake8 warnings.
v2.18
Raman Tenneti
2021-11-18
1
-4
/
+4
*
superproject: Inherit --no-use-superproject with --mirror option.
Raman Tenneti
2021-11-18
1
-0
/
+4
*
sync: link the internal-fs-layout doc into checkouts
Mike Frysinger
2021-11-15
1
-0
/
+9
*
sync: make --prune the default
Mike Frysinger
2021-11-05
1
-2
/
+7
*
sync: fix --tags option
Mike Frysinger
2021-11-05
1
-3
/
+2
*
superproject: added 'implies -c' in the help of --use-superproject option.
Raman Tenneti
2021-11-01
1
-2
/
+1
*
sync: properly handle standalone manifests for `sync` command
v2.17.2
Jack Neus
2021-10-15
1
-2
/
+4
*
subcmds/sync: Use pack-refs instead of gc for redundant gitdirs.
Allen Webb
2021-10-14
1
-10
/
+24
*
subcmds/sync: Disable autoDetach for git gc.
Allen Webb
2021-10-05
1
-0
/
+1
*
make file removal a bit more robust
Mike Frysinger
2021-09-28
1
-15
/
+5
*
sync: Log repo sync state events as 'data' events.
Raman Tenneti
2021-09-14
1
-4
/
+4
*
superproject: print messages if the manifest has superproject tag.
v2.16.5
Raman Tenneti
2021-08-13
1
-5
/
+9
*
sync: Added logging of repo sync state and config options for analysis.
Raman Tenneti
2021-07-29
1
-3
/
+20
*
superproject: Skip updating of superproject when -l is used with sync.
Raman Tenneti
2021-07-28
1
-0
/
+6
*
Update manifest_name with the returned manifest name for superproject.
v2.16.2
Xin Li
2021-07-14
1
-3
/
+1
*
superproject - More friendly user message when superproject failed.
v2.16.1
Raman Tenneti
2021-07-14
1
-3
/
+4
*
Fix an issue that repo can't see projects declared in a local manifest.
Xin Li
2021-07-13
1
-1
/
+1
*
sync: dump git output on errors
Mike Frysinger
2021-07-04
1
-1
/
+1
*
Add the ability to administratively enroll repo into using superproject.
Xin Li
2021-07-01
1
-9
/
+2
*
superproject: Don't exit if superproject tag doesn't exist in manifest.
v2.16
Raman Tenneti
2021-06-16
1
-6
/
+12
*
commands: document the "common" class attribute
Mike Frysinger
2021-06-15
1
-1
/
+1
*
sync: Sync submodules correctly again
v2.15.3
Peter Kjellerstedt
2021-05-20
1
-3
/
+9
*
ssh: rewrite proxy management for multiprocessing usage
v2.15
Mike Frysinger
2021-05-10
1
-12
/
+32
*
ssh: move proxy usage to the sync subcommand
Mike Frysinger
2021-05-10
1
-2
/
+8
*
sync: added --no-use-superproject to disable superproject.
Raman Tenneti
2021-05-08
1
-3
/
+7
*
sync: Recommend using --no-use-superproject if sync fails.
Raman Tenneti
2021-05-07
1
-1
/
+2
*
sync: refactor main fetch loop
Mike Frysinger
2021-05-06
1
-42
/
+59
*
sync: fix recursive fetching
Mike Frysinger
2021-05-05
1
-1
/
+1
*
sync: use manifest_name passed in
Mike Frysinger
2021-05-04
1
-1
/
+1
*
sync: switch to multiprocessing.Event
Mike Frysinger
2021-05-04
1
-1
/
+1
*
sync: fix logic error with linkfile errors
Mike Frysinger
2021-05-04
1
-2
/
+2
*
subcmds: force consistent help text format
Mike Frysinger
2021-05-04
1
-4
/
+5
*
init/sync: add --no-tags to match --tags
Mike Frysinger
2021-05-04
1
-1
/
+4
*
add --no-current-branch option to invert --current-branch
Mike Frysinger
2021-05-04
1
-0
/
+3
*
superproject: Don't update the commit ids of projects if remote is different.
Raman Tenneti
2021-05-03
1
-6
/
+16
*
Update copyfile and linkfile if manifest updated
jiajia tang
2021-05-01
1
-0
/
+64
*
sync: fix missing import for -q
v2.14.1
Mike Frysinger
2021-04-21
1
-1
/
+1
*
sync: only print error.GitError, don't raise that exception.
Raman Tenneti
2021-04-15
1
-0
/
+5
*
command: add a helper for the parallel execution boilerplate
Mike Frysinger
2021-04-15
1
-30
/
+19
*
progress: hide progress bar when --quiet
Mike Frysinger
2021-04-13
1
-3
/
+3
*
command: make --verbose/--quiet available to all subcommands
Mike Frysinger
2021-04-13
1
-11
/
+3
[next]