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
*
init: Remove -c short option for --current-branch
v1.13.1
Ereth McKnight-MacNeil
2018-12-20
2
-3
/
+3
*
Merge "README: link in new bug tracker"
Mike Frysinger
2018-12-20
1
-1
/
+1
|
\
|
*
README: link in new bug tracker
Mike Frysinger
2018-12-20
1
-1
/
+1
*
|
Leverage the next keyword from python 2.7
Eli Ribble
2018-12-19
3
-9
/
+10
|
/
*
Allow clobbering of existing tags from remote.
v1.13.0
Xin Li
2018-12-10
2
-2
/
+2
*
platform_utils: Fix exception handling in _walk_windows_impl
David Pursehouse
2018-11-06
1
-1
/
+1
*
Add option for git-repo to support 'silent' uploads
Vadim Bendebury
2018-11-05
2
-0
/
+9
*
upload: Unify option passing in ssh and other transports
Jonathan Nieder
2018-11-05
1
-15
/
+9
*
Merge "init: --dissociate option to copy objects borrowed with --reference"
David Pursehouse
2018-10-28
3
-0
/
+24
|
\
|
*
init: --dissociate option to copy objects borrowed with --reference
Nikolai Merinov
2018-10-19
3
-0
/
+24
*
|
Add support for long paths
Renaud Paquay
2018-10-22
7
-42
/
+138
|
/
*
Merge "update markdown/help header format"
Jonathan Nieder
2018-10-10
9
-65
/
+27
|
\
|
*
update markdown/help header format
Mike Frysinger
2018-10-10
9
-65
/
+27
*
|
update homepage URIs
Mike Frysinger
2018-10-10
2
-3
/
+3
|
/
*
manifest-format: convert to markdown
Mike Frysinger
2018-10-05
4
-101
/
+105
*
Windows: Add support for creating symlinks as an unprivileged user
Renaud Paquay
2018-10-03
1
-7
/
+15
*
fix some sync error while using python3
Dylan Deng
2018-07-24
3
-3
/
+12
*
Remove unused pylint suppressions
David Pursehouse
2018-07-24
9
-25
/
+6
*
Merge "Flush stderr on Windows"
Sebastian Schuberth
2018-07-13
1
-0
/
+4
|
\
|
*
Flush stderr on Windows
Sebastian Schuberth
2018-07-13
1
-0
/
+4
*
|
Fix the initial existence check for "repo"
Sebastian Schuberth
2018-07-13
1
-4
/
+5
|
/
*
hooks/pre-auto-gc-battery: allow gc to run on non-laptops
Adam Borowski
2018-07-11
1
-1
/
+1
*
manifest: Support a default upstream value
Nasser Grainawi
2018-05-09
2
-2
/
+14
*
Merge "docs: repo-hooks: fix cwd details"
Mike Frysinger
2018-04-26
1
-3
/
+8
|
\
|
*
docs: repo-hooks: fix cwd details
Mike Frysinger
2018-04-25
1
-3
/
+8
*
|
Pass refs to ls-remote
Akshay Verma
2018-03-24
2
-4
/
+5
|
/
*
Download latest patch when no patch is specified
Akshay Verma
2018-03-17
2
-0
/
+18
*
Merge changes I9c1ab65f,I7b2027ae
David Pursehouse
2018-03-16
2
-3
/
+9
|
\
|
*
init: Remove string concat in no-op os.path.join
Samuel Holland
2018-01-22
1
-1
/
+2
|
*
Support relative paths in --reference
Samuel Holland
2018-01-22
2
-2
/
+7
*
|
Add a way to override the revision of an <extend-project>
Luis Hector Chavez
2018-03-15
2
-0
/
+7
*
|
Merge "implement optional 'sync-tags' in the manifest file"
David Pursehouse
2018-02-26
3
-0
/
+34
|
\
\
|
*
|
implement optional 'sync-tags' in the manifest file
YOUNG HO CHA
2018-02-14
3
-0
/
+34
|
|
/
*
/
Take care of a tilde on cookie file path
Daichi Ueura
2018-02-26
1
-2
/
+5
|
/
*
event_log: Fix order of parameters to Add method call
David Pursehouse
2018-01-10
1
-1
/
+1
*
Sync correctly when subproject url is a relative url to its parent url
Shouheng Zhang
2017-12-21
1
-0
/
+2
*
Merge "Update commit-msg hook to version from Gerrit 2.14.6"
David Pursehouse
2017-12-07
1
-2
/
+2
|
\
|
*
Update commit-msg hook to version from Gerrit 2.14.6
Dana Dahlstrom
2017-12-06
1
-2
/
+2
*
|
Support --push-option in upload subcommand
Masaya Suzuki
2017-11-13
2
-4
/
+16
*
|
document repo hooks mechanism
Mike Frysinger
2017-11-10
2
-0
/
+107
*
|
forall: Clarify expansion of REPO_ environment values with -c
David Pursehouse
2017-10-31
1
-0
/
+7
*
|
Set GIT_SSH_VARIANT when setting GIT_SSH
Jonathan Nieder
2017-10-19
1
-0
/
+1
*
|
Provide more specific error message for symlinks errors on Windows
Renaud Paquay
2017-08-31
1
-2
/
+10
*
|
Allow quotes in editor command on Windows
Renaud Paquay
2017-08-31
1
-1
/
+6
*
|
Replace all os.remove calls
Renaud Paquay
2017-08-31
6
-24
/
+43
*
|
Support pager on Windows
Renaud Paquay
2017-08-31
2
-3
/
+38
*
|
Implement islink, readlink and realpath using Win32 api
Renaud Paquay
2017-08-31
4
-19
/
+227
*
|
Handle Windows line endings when reading binary files
Renaud Paquay
2017-08-31
2
-4
/
+4
*
|
Merge "Fixed upload to remotes with the url ssh://hostname"
David Pursehouse
2017-08-30
1
-2
/
+2
|
\
\
|
*
|
Fixed upload to remotes with the url ssh://hostname
Christian Koestlin
2017-08-29
1
-2
/
+2
[next]