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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
sync: refactor main fetch loop
Mike Frysinger
2021-05-06
1
-42
/
+59
*
|
|
ssh: move all ssh logic to a common place
Mike Frysinger
2021-05-06
6
-275
/
+320
*
|
|
git_command: switch version caches to functools
Mike Frysinger
2021-05-06
2
-21
/
+20
*
|
|
manifest_xml: cleanup of contactinfo test for readability with f-strings.
Raman Tenneti
2021-05-05
1
-1
/
+3
*
|
|
sync: fix recursive fetching
Mike Frysinger
2021-05-05
1
-1
/
+1
*
|
|
git_config: hoist Windows ssh check earlier
Mike Frysinger
2021-05-04
1
-5
/
+7
*
|
|
manifest_xml: initial support for <contactinfo>
Raman Tenneti
2021-05-04
3
-23
/
+74
*
|
|
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
*
|
|
release-process: document the rate limiting in automatic updates
Mike Frysinger
2021-05-04
1
-1
/
+7
*
|
|
subcmds: force consistent help text format
Mike Frysinger
2021-05-04
12
-60
/
+91
*
|
|
sync: fix print error when handling server error
Mike Frysinger
2021-05-04
1
-1
/
+1
*
|
|
superproject: skip updating commit ids if remote's fetchUrl don't match.
Raman Tenneti
2021-05-04
1
-2
/
+2
*
|
|
init/sync: add --no-tags to match --tags
Mike Frysinger
2021-05-04
3
-5
/
+11
*
|
|
add --no-current-branch option to invert --current-branch
Mike Frysinger
2021-05-04
6
-2
/
+17
*
|
|
harmonize --current-branch short option across subcommands
Mike Frysinger
2021-05-03
3
-5
/
+22
*
|
|
superproject: Don't update the commit ids of projects if remote is different.
Raman Tenneti
2021-05-03
4
-19
/
+87
*
|
|
upload: search local projects in parallel
Mike Frysinger
2021-05-02
1
-31
/
+37
*
|
|
project: fix m/ generation when switching manifest branches
Mike Frysinger
2021-05-02
1
-8
/
+8
*
|
|
upload: include the project in error messages
Mike Frysinger
2021-05-02
1
-2
/
+2
*
|
|
Update copyfile and linkfile if manifest updated
jiajia tang
2021-05-01
2
-0
/
+66
*
|
|
manifest_xml: ban use of newlines in paths
Mike Frysinger
2021-04-30
2
-1
/
+26
*
|
|
sync: Fix a corner case when both superproject and depth used.
Xin Li
2021-04-29
1
-0
/
+5
*
|
|
help/version: sprinkle bug report URL around
Mike Frysinger
2021-04-26
5
-6
/
+10
|
|
/
|
/
|
*
|
sync: Fix exception in an exsiting clone (without partial-clone).
v2.14.2
Raman Tenneti
2021-04-22
1
-1
/
+1
*
|
sync: fix missing import for -q
v2.14.1
Mike Frysinger
2021-04-21
1
-1
/
+1
*
|
init: restore default --manifest-name
Mike Frysinger
2021-04-21
1
-1
/
+1
*
|
sync: cleanup sleep+retry logic a bit
v2.14
Mike Frysinger
2021-04-19
1
-14
/
+18
*
|
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
10
-143
/
+145
*
|
tests: Make ReviewableBranchTests.test_smoke work with git < 2.28.0
Peter Kjellerstedt
2021-04-14
1
-1
/
+1
*
|
list: fix help grammar
Mike Frysinger
2021-04-14
1
-3
/
+3
*
|
help: switch from formatter module to textwrap
Mike Frysinger
2021-04-14
2
-8
/
+14
*
|
list: add option to show non-checkedout projects too
Mike Frysinger
2021-04-13
1
-3
/
+12
*
|
progress: hide progress bar when --quiet
Mike Frysinger
2021-04-13
5
-8
/
+16
*
|
command: make --verbose/--quiet available to all subcommands
Mike Frysinger
2021-04-13
14
-40
/
+41
*
|
init: Added --partial-clone-exclude option.
Raman Tenneti
2021-04-13
6
-21
/
+42
*
|
sync: add separate --jobs options for different steps
Mike Frysinger
2021-04-09
1
-4
/
+11
*
|
init: organize command line options a bit
Mike Frysinger
2021-04-09
1
-18
/
+28
*
|
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
*
|
init: merge subcmd & wrapper parsers
Mike Frysinger
2021-04-09
3
-109
/
+6
*
|
repo init: Added --no-partial-clone and made it persist. Bumped version to 2.14.
Raman Tenneti
2021-04-05
2
-2
/
+11
*
|
tox: enable python 3.5 & 3.9 testing
Mike Frysinger
2021-04-01
4
-5
/
+7
*
|
run_tests: fix exit code handling
Mike Frysinger
2021-04-01
1
-1
/
+1
*
|
setup: bump major version
Mike Frysinger
2021-04-01
1
-1
/
+1
*
|
sync: switch network fetch to multiprocessing
Mike Frysinger
2021-04-01
2
-126
/
+93
*
|
grep: add --jobs support
Mike Frysinger
2021-04-01
1
-46
/
+72
*
|
prune: add --jobs support
Mike Frysinger
2021-03-31
1
-4
/
+25
[prev]
[next]