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