repo v2.29.8
  1. a6c52f5 Set tracing to always on and save to .repo/TRACE_FILE. by Joanna Wang · 1 year, 8 months ago
  2. 63a5657 git_command: fix input passing by Mike Frysinger · 1 year, 10 months ago
  3. 790f4ce add a few more docs to existing funcs by Mike Frysinger · 3 years, 6 months ago
  4. 67d6cdf project: store objects in project-objects directly by Mike Frysinger · 2 years, 6 months ago
  5. 0cb6e92 Add the ability to administratively enroll repo into using superproject. by Xin Li · 3 years ago
  6. 339f2df ssh: rewrite proxy management for multiprocessing usage by Mike Frysinger · 3 years, 1 month ago v2.15
  7. 5291eaf ssh: move all ssh logic to a common place by Mike Frysinger · 3 years, 1 month ago
  8. 8e768ea git_command: switch version caches to functools by Mike Frysinger · 3 years, 1 month ago
  9. 4510be5 git_command: pass GIT_DIR on Windows with / by Mike Frysinger · 3 years, 4 months ago
  10. c87c186 git_command: switch process capturing over to subprocess by Mike Frysinger · 3 years, 4 months ago
  11. c5bbea8 git_command: make execution synchronous by Mike Frysinger · 3 years, 4 months ago
  12. f37b982 git_command: rework stdin handling by Mike Frysinger · 3 years, 4 months ago
  13. f307916 git_command: use subprocess.run for version info by Mike Frysinger · 3 years, 4 months ago
  14. db3128f git_command.py: Handle unicode decode error by Gaurav Pathak · 3 years, 5 months ago
  15. 784ccfc strip python2-only coding:utf-8 & print_function settings by Mike Frysinger · 3 years, 6 months ago
  16. 8e0fe19 Use hash for ControlPath instead of full variables by Anders Björklund · 4 years, 4 months ago
  17. 56ce346 assume environment always accepts strings by Mike Frysinger · 4 years, 7 months ago
  18. 31990f0 project: move successful fetch output behind verbose by Mike Frysinger · 4 years, 4 months ago
  19. 819827a Fix blank line issues reported by flake8 by David Pursehouse · 4 years, 4 months ago
  20. abdf750 Fix indentation issues reported by flake8 by David Pursehouse · 4 years, 4 months ago
  21. 54a4e60 Fix various whitespace issues reported by pyflakes by David Pursehouse · 4 years, 4 months ago
  22. e5913ae Fix flake8 E251 unexpected spaces around keyword / parameter equals by David Pursehouse · 4 years, 4 months ago
  23. 82caef6 repo: lower min version of git a bit by Mike Frysinger · 4 years, 4 months ago
  24. 655aedd repo: raise min version of git by Mike Frysinger · 4 years, 4 months ago
  25. 2f0951b git_command: set GIT_HTTP_USER_AGENT on all requests by Mike Frysinger · 5 years ago
  26. 71b0f31 git_command: refactor User-Agent settings by Mike Frysinger · 4 years, 9 months ago
  27. 369814b move UserAgent to git_command for wider user by Mike Frysinger · 5 years ago
  28. 8a11f6f rename local trace module by Mike Frysinger · 4 years, 10 months ago
  29. 745be2e Add support for partial clone. by Xin Li · 5 years ago v1.13.4
  30. ca540ae git_command: drop custom version helper by Mike Frysinger · 5 years ago
  31. f601376 set default file encoding to utf-8 by Mike Frysinger · 5 years ago
  32. c00d28b Set GIT_SSH_VARIANT when setting GIT_SSH by Jonathan Nieder · 7 years ago
  33. 2e70291 Make "git command" and "forall" work on Windows by Renaud Paquay · 8 years ago
  34. 203153e Add rpc: to default protocol whitelist by Jonathan Nieder · 8 years ago v1.12.33
  35. 466b8c4 Set GIT_ALLOW_PROTOCOL to limit dangerous protocols by Dan Willemsen · 9 years ago
  36. cf738ed git_command: only decode when needed by Anthony King · 9 years ago
  37. 6cfc68e decode the buffer before appending by Anthony King · 9 years ago
  38. 9c76f67 Always capture output for GitCommand by John L. Villalovos · 9 years ago
  39. c46de69 Decode git version by Chirayu Desai · 10 years ago
  40. ff0a3c8 Share git version parsing code with wrapper module by Conley Owens · 10 years ago v1.12.12
  41. 148a84d Respect version hyphenation by Conley Owens · 10 years ago v1.12.11
  42. 1c5da49 Handle release candidates in git version parsing by Conley Owens · 10 years ago
  43. 0eb35cb Fix some python3 encoding issues by Chirayu Desai · 11 years ago
  44. cecd1d8 Change print statements to work in python3 by Sarah Owens · 12 years ago
  45. 7e6dd2d Fix pylint warning W0108: Lambda may not be necessary by David Pursehouse · 12 years ago
  46. 1d947b3 Even more coding style cleanup by David Pursehouse · 12 years ago
  47. a5be53f Use modern Python exception syntax by Sarah Owens · 12 years ago
  48. 2f6ab7f Rename "dir" variables by Mickaël Salaün · 12 years ago
  49. 2bc7f5c Fix bug in version_tuple to handle strings with -rc# by Chad Jones · 12 years ago
  50. 337aee0 Single quote http.proxy in GIT_CONFIG_PARAMETERS by Shawn O. Pearce · 12 years ago v1.9.4
  51. 62d0b10 Use GIT_CONFIG_PARAMETERS instead of -c for http.proxy by Shawn O. Pearce · 12 years ago v1.9.3
  52. 9fae805 Pass http_proxy as -c http.proxy on Mac OS X by Shawn O. Pearce · 12 years ago
  53. 498fe90 Stabilize repo communication with subprocesses. by Ulrik Sjölin · 13 years ago
  54. 334851e Enhance HTTP support by Shawn O. Pearce · 13 years ago
  55. 727ee98 Use os.environ.copy() instead of dict() by Shawn O. Pearce · 14 years ago
  56. f18cb76 Encode the environment variables passed to git by Shawn O. Pearce · 14 years ago
  57. ca8c32c sync: kill git fetch process before SSH control master process by Shawn O. Pearce · 14 years ago v1.6.9.6
  58. 1c85f4e Rename _ssh_sock() to fix code style issue. by Nico Sallembien · 14 years ago
  59. 2ec00b9 Refactor git version detection for reuse by Shawn O. Pearce · 15 years ago
  60. d63bbf4 Work around 'ControlPath too long' on Mac OS X by Shawn O. Pearce · 15 years ago
  61. fb23161 Automatically use SSH control master support during sync by Shawn O. Pearce · 15 years ago
  62. ad3193a Fix `repo --trace` to show ref and config loads by Shawn O. Pearce · 15 years ago
  63. cf31fe9 Initial Contribution by The Android Open Source Project · 16 years ago v1.0