1. ea5239d Fix ManifestProject.partial_clone_exclude property. by Joanna Wang · 1 year, 6 months ago
  2. fa8d939 sync: clear preciousObjects when set in error. by LaMont Jones · 1 year, 7 months ago
  3. a6c52f5 Set tracing to always on and save to .repo/TRACE_FILE. by Joanna Wang · 1 year, 7 months ago
  4. 00c5ea3 Fix typo for ValueError by Sl0v3C · 2 years, 7 months ago
  5. f88282c git_config: update error handling with no config file by Mike Frysinger · 2 years, 8 months ago
  6. 9d96f58 make file removal a bit more robust by Mike Frysinger · 2 years, 8 months ago
  7. c474c9c repo: Add support for standalone manifests by Jack Neus · 2 years, 11 months ago
  8. 9122bfc sync: Remove '_' from the repo.syncstate.* keys when saved to config. by Raman Tenneti · 2 years, 11 months ago v2.16.4
  9. 7954de1 sync: Added logging of repo sync state and config options for analysis. by Raman Tenneti · 2 years, 11 months ago
  10. 0cb6e92 Add the ability to administratively enroll repo into using superproject. by Xin Li · 3 years ago
  11. 339f2df ssh: rewrite proxy management for multiprocessing usage by Mike Frysinger · 3 years, 1 month ago v2.15
  12. 19e409c ssh: move proxy usage to the sync subcommand by Mike Frysinger · 3 years, 1 month ago
  13. 5291eaf ssh: move all ssh logic to a common place by Mike Frysinger · 3 years, 1 month ago
  14. 5ba80d4 git_config: hoist Windows ssh check earlier by Mike Frysinger · 3 years, 1 month ago
  15. 835a34b Log repo.* config variables in git trace2 logger. by Ian Kasprzak · 3 years, 3 months ago
  16. 38867fb git_config: add SetBoolean helper by Mike Frysinger · 3 years, 4 months ago
  17. acf63b2 drop pyversion & is_python3 checking by Mike Frysinger · 5 years ago
  18. 784ccfc strip python2-only coding:utf-8 & print_function settings by Mike Frysinger · 3 years, 5 months ago
  19. d0ca0f6 Parse included files when reading git config files by Ulrik Laurén · 4 years, 1 month ago
  20. f841ca4 git_config: add support for repo-specific settings by Mike Frysinger · 4 years, 4 months ago
  21. 77b4397 git_config: add GetInt helper by Mike Frysinger · 4 years, 4 months ago
  22. af1e5de resort a few module imports to follow PEP8 by Mike Frysinger · 4 years, 4 months ago
  23. 16a5c3a git_config: Stop using backslash to wrap lines by David Pursehouse · 4 years, 4 months ago
  24. 819827a Fix blank line issues reported by flake8 by David Pursehouse · 4 years, 4 months ago
  25. abdf750 Fix indentation issues reported by flake8 by David Pursehouse · 4 years, 4 months ago
  26. 0ab95ba git_config: Unwrap unnecessarily wrapped line by David Pursehouse · 4 years, 4 months ago
  27. 54a4e60 Fix various whitespace issues reported by pyflakes by David Pursehouse · 4 years, 4 months ago
  28. e5913ae Fix flake8 E251 unexpected spaces around keyword / parameter equals by David Pursehouse · 4 years, 4 months ago
  29. ded477d git_config: fix encoding handling in GetUrlCookieFile by Mike Frysinger · 4 years, 4 months ago
  30. 3164d40 use open context managers in more places by Mike Frysinger · 4 years, 7 months ago
  31. 8a11f6f rename local trace module by Mike Frysinger · 4 years, 10 months ago
  32. 1f2462e git_config: include project name in missing ref exception by Mike Frysinger · 4 years, 10 months ago
  33. 1b9adab handle binary stream from urllib.request.urlopen by Mike Frysinger · 5 years ago
  34. f601376 set default file encoding to utf-8 by Mike Frysinger · 5 years ago
  35. bed8b62 Add support for long paths by Renaud Paquay · 6 years ago
  36. e469a0c fix some sync error while using python3 by Dylan Deng · 6 years ago
  37. 65b0ba5 Remove unused pylint suppressions by David Pursehouse · 6 years ago
  38. ce7e026 Take care of a tilde on cookie file path by Daichi Ueura · 6 years ago
  39. 010fed7 Replace all os.remove calls by Renaud Paquay · 8 years ago
  40. 9d74339 Merge "Fixed upload to remotes with the url ssh://hostname" by David Pursehouse · 7 years ago
  41. 2c57d61 Merge "Add option '--no-cert-checks' for 'upload' sub command." by David Pursehouse · 7 years ago
  42. 2ec2a5d Fixed upload to remotes with the url ssh://hostname by Christian Koestlin · 8 years ago
  43. 9ead97b When starting a branch, do not use a tag or change value for branch.merge by Zac Livingston · 7 years ago
  44. bed59ce Add option '--no-cert-checks' for 'upload' sub command. by Łukasz Gardoń · 7 years ago
  45. eec726c Add option REPO_IGNORE_SSH_INFO to ignore ssh_info by Timo Lotterbach · 8 years ago
  46. 16889ba Revert "Repo: fall back to http, if ssh connection fails for http repos" by Dan Willemsen · 8 years ago v1.12.36
  47. d648045 implement optional 'pushurl' in the manifest file by Steve Rae · 8 years ago
  48. 6284568 Merge "Repo: improve error detection for new ssh connections" by David Pursehouse · 8 years ago
  49. 488bf09 Repo: fall back to http, if ssh connection fails for http repos by Timo Lotterbach · 8 years ago
  50. 05dc46b Repo: improve error detection for new ssh connections by Timo Lotterbach · 8 years ago
  51. 0745bb2 Support smart-sync through persistent-http[s] by Dan Willemsen · 9 years ago
  52. b1d1fd7 git_config: fix _SaveJson typo by Anthony King · 9 years ago
  53. 936183a git_config: add support for remote '.' by Yann Droneaud · 11 years ago v1.12.19
  54. 7e12e0a Support persistent-http(s) review urls by Conley Owens · 10 years ago
  55. 909d58b Support specifying non-HEADS refs as upstream by Nasser Grainawi · 10 years ago
  56. 303a82f Don't open non-binary files as binary by Chirayu Desai · 10 years ago
  57. a6d258b Merge "Fix UrlInsteadOf to handle multiple strings" by Conley Owens · 10 years ago
  58. 85b24ac Use JSON instead of pickle by Anthony King · 10 years ago
  59. 4e4d40f Fix UrlInsteadOf to handle multiple strings by Dan Willemsen · 11 years ago
  60. 2cd38a0 Stop appending 'p/' to review urls by Conley Owens · 10 years ago
  61. 143d8a7 Changes to support sso: repositories for upload by Steve Pucci · 10 years ago
  62. 0eb35cb Fix some python3 encoding issues by Chirayu Desai · 11 years ago
  63. 745a39b Assume http upload if ssh_info cannot be parsed by Conley Owens · 11 years ago
  64. ecf8f2b Handle HTTPException when attempting to get ssh_info by David Pursehouse · 11 years ago
  65. 59bbb58 Move Python version checking to a separate module by David Pursehouse · 11 years ago
  66. 217ea7d Some fixes for supporting python3 by Chirayu Desai · 11 years ago
  67. 8f62fb7 Tidy up code formatting a bit more by David Pursehouse · 12 years ago
  68. c1b86a2 Fix inconsistent indentation by David Pursehouse · 12 years ago
  69. cecd1d8 Change print statements to work in python3 by Sarah Owens · 12 years ago
  70. 6287543 Merge "Change usages of xrange() to range()" by Conley Owens · 12 years ago
  71. 7e6dd2d Fix pylint warning W0108: Lambda may not be necessary by David Pursehouse · 12 years ago
  72. a6053d5 Change usages of xrange() to range() by Sarah Owens · 12 years ago
  73. 1f7627f Use python3 urllib when urllib2 not available by Sarah Owens · 12 years ago
  74. 1d947b3 Even more coding style cleanup by David Pursehouse · 12 years ago
  75. a5be53f Use modern Python exception syntax by Sarah Owens · 12 years ago
  76. 8a68ff9 Coding style cleanup by David Pursehouse · 12 years ago
  77. 898e12a Permit - in URL schemes for special URLs by Shawn O. Pearce · 12 years ago
  78. c957142 upload: Support uploading to Gerrit over https:// by Shawn O. Pearce · 12 years ago v1.7.8.2
  79. 1a68dc5 upload: Honor REPO_HOST_PORT_INFO environment variable by Shawn O. Pearce · 13 years ago v1.7.7.3
  80. bf1fbb2 Fix AttributeError: 'HTTPError' object has no attribute 'reason' by Shawn O. Pearce · 13 years ago v1.7.7.2
  81. f322b9a sync: Support downloading bundle to initialize repository by Shawn O. Pearce · 13 years ago v1.7.7
  82. 13111b4 Add support for url.*.insteadof by Shawn O. Pearce · 13 years ago
  83. 014d060 Honor http_proxy variable globally by Shawn O. Pearce · 13 years ago
  84. a101f1c Honor 'http_proxy' environment variable by Anatol Pomozov · 13 years ago
  85. f00e0ce upload: Catch and cleanly report connectivity errors by Shawn O. Pearce · 15 years ago
  86. 0048b69 Fixed race condition in 'repo sync -jN' that would open multiple masters. by Doug Anderson · 13 years ago v1.7.2
  87. 99482ae Only delete corrupt pickle config files if they exist by Ulrik Sjölin · 14 years ago
  88. 06d029c Check for existing SSH ControlMaster by Doug Anderson · 14 years ago
  89. 3575b8f upload: Allow review.HOST.username to override email by Shawn O. Pearce · 14 years ago v1.6.10
  90. 7198572 Do not invoke ssh with -p argument when no port has been specified. by Josh Guilfoyle · 15 years ago
  91. ca8c32c sync: kill git fetch process before SSH control master process by Shawn O. Pearce · 14 years ago v1.6.9.6
  92. 1c85f4e Rename _ssh_sock() to fix code style issue. by Nico Sallembien · 14 years ago
  93. b6ea3bf Honor url.insteadOf when setting up SSH control master connection by Ulrik Sjolin · 14 years ago v1.6.8.10
  94. c24c720 Fix error parsing a non-existant configuration file by Shawn O. Pearce · 15 years ago v1.6.8.7
  95. 438c547 git_config: handle configuration entries with no values by David Aguilar · 15 years ago
  96. fb5c8fd Fix invalid use of try-catch by Shawn O. Pearce · 15 years ago
  97. 26120ca Don't crash if the ssh client is already dead by Shawn O. Pearce · 15 years ago
  98. 2a3a81b Ignore EOFError when reading a truncated pickle file by Shawn O. Pearce · 15 years ago v1.6.8.2
  99. 7b4f435 Add missing return False to preconnect by Shawn O. Pearce · 15 years ago
  100. 1b34c91 Allow callers of GitConfig to specify the pickle file path by Shawn O. Pearce · 15 years ago