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: 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
*
init: Added --partial-clone-exclude option.
Raman Tenneti
2021-04-13
1
-3
/
+4
*
sync: add separate --jobs options for different steps
Mike Frysinger
2021-04-09
1
-4
/
+11
*
sync: add progress bar to garbage collection phase
Mike Frysinger
2021-04-09
1
-6
/
+14
*
sync: rework selfupdate logic
Mike Frysinger
2021-04-09
1
-48
/
+20
*
sync: switch network fetch to multiprocessing
Mike Frysinger
2021-04-01
1
-124
/
+91
*
sync: imply -c if --use-superproject option is used.
Raman Tenneti
2021-03-24
1
-5
/
+13
*
sync: fix reporting of failed local checkouts
v2.13.6
Mike Frysinger
2021-03-15
1
-1
/
+1
*
superproject: Display status messages during repo init/sync.
v2.13.3
Raman Tenneti
2021-03-04
1
-1
/
+2
*
sync: switch local checkout to multiprocessing
Mike Frysinger
2021-02-27
1
-124
/
+52
*
sync: capture all git output by default
Mike Frysinger
2021-02-25
1
-0
/
+7
*
progress/sync: include active number of jobs
Mike Frysinger
2021-02-25
1
-11
/
+16
*
progress: always enable always_print_percentage
Mike Frysinger
2021-02-25
1
-2
/
+1
*
sync: use superproject if manifest's config has superproject enabled.
Raman Tenneti
2021-02-25
1
-1
/
+3
*
sync: update event is_set API
Mike Frysinger
2021-02-23
1
-7
/
+7
*
command: unify --job option & default values
Mike Frysinger
2021-02-22
1
-5
/
+4
*
trim redundant pass statements
Mike Frysinger
2021-02-16
1
-1
/
+0
*
sync: use subprocess.run to verify tags
Mike Frysinger
2021-02-16
1
-13
/
+4
*
init: added --use-superproject option to clone superproject.
v2.12.2
Raman Tenneti
2021-02-11
1
-19
/
+3
*
diffmanifests/sync: simplify repodir lookup
Mike Frysinger
2021-02-11
1
-1
/
+1
*
sync: pass --bare option when doing git clone of superproject.
v2.12.1
Raman Tenneti
2021-02-08
1
-6
/
+13
*
sync: superproject performance changes.
Raman Tenneti
2021-02-07
1
-36
/
+45
*
sync: Disable info about disabling pruning when quiet
Anders Björklund
2021-01-22
1
-2
/
+3
*
sync: Added --use-superproject option and support for superproject.
v2.12
Raman Tenneti
2021-01-21
1
-1
/
+39
*
drop pyversion & is_python3 checking
Mike Frysinger
2021-01-06
1
-20
/
+5
*
strip python2-only coding:utf-8 & print_function settings
Mike Frysinger
2021-01-06
1
-4
/
+0
*
sync: respect --force-sync when fetching manifest project updates
Erwan Yvin
2020-11-17
1
-0
/
+1
*
subcmds/sync.py: Fix typo in help
Roger Shimizu
2020-06-06
1
-1
/
+1
*
sync: fix duplicate word in description
Mike Frysinger
2020-05-24
1
-1
/
+1
*
Make partial clone imply no-clone-bundle by default.
Xin Li
2020-05-21
1
-2
/
+6
*
sync: add retry to fetch operations
George Engelbrecht
2020-04-02
1
-0
/
+5
*
init: rename --repo-branch to --repo-rev
Mike Frysinger
2020-03-18
1
-1
/
+1
*
sync: warn if not tracking a branch
Mike Frysinger
2020-03-17
1
-0
/
+7
*
sync: fix os.environ logic errors
Mike Frysinger
2020-03-07
1
-3
/
+3
*
sync: Fix flake8 E125 and E129 warnings
David Pursehouse
2020-02-20
1
-3
/
+3
*
project/sync: move DeleteProject helper to Project
Mike Frysinger
2020-02-20
1
-81
/
+4
*
project: set core.repositoryFormatVersion=1 when using extensions
Mike Frysinger
2020-02-19
1
-2
/
+1
*
add experimental git worktree support
Mike Frysinger
2020-02-19
1
-6
/
+18
*
assume environment always accepts strings
Mike Frysinger
2020-02-19
1
-8
/
+8
*
avoid negative variables
Mike Frysinger
2020-02-19
1
-9
/
+9
*
Open temporary cookie file as writable in sync.py
Collin Fijalkovich
2020-02-18
1
-1
/
+1
*
sync: introduce --verbose option
Mike Frysinger
2020-02-17
1
-3
/
+10
*
sync: add a "finished" message
Mike Frysinger
2020-02-12
1
-0
/
+3
*
drop old git_require checks
Mike Frysinger
2020-02-12
1
-2
/
+1
*
Fix usage of bare 'except'
David Pursehouse
2020-02-12
1
-1
/
+1
*
Fix blank line issues reported by flake8
David Pursehouse
2020-02-12
1
-0
/
+9
[next]