1. 9d2b14d pylint: Fix unused-{argument,variable} warning by Stefan Beller · Tue Jun 21 11:48:57 2016 -0700
  2. 7936064 Add GitcClientCommand class for GITC-specific commands by Dan Willemsen · Mon Aug 31 15:45:06 2015 -0700
  3. 9ff2ece gitc: Improve help visibility by Dan Willemsen · Mon Aug 31 15:45:06 2015 -0700 v1.12.28
  4. b9a1b73 GITC: Add repo start support. by Simran Basi · Thu Aug 20 12:19:28 2015 -0700
  5. 87ea591 Improve error message when syncing a project with invalid groups. by Jarkko Pöyry · Fri Jun 19 15:39:25 2015 -0700
  6. 902665b add a global --color option by Mike Frysinger · Mon Dec 22 15:17:59 2014 -0500
  7. 53e902a More verbose errors for NoManifestExceptions. by Dan Sandler · Sun Mar 09 13:20:02 2014 -0400
  8. 1242e60 Implement Kerberos HTTP authentication handler by Carlos Aguado · Mon Feb 03 13:48:47 2014 +0100
  9. 094cdbe Add wrapper module by Conley Owens · Thu Jan 30 15:09:59 2014 -0800
  10. 59bbb58 Move Python version checking to a separate module by David Pursehouse · Fri May 17 10:49:33 2013 +0900
  11. 217ea7d Some fixes for supporting python3 by Chirayu Desai · Fri Mar 01 19:14:38 2013 +0530
  12. b148ac9 Allow command options to be set from environment variables by David Pursehouse · Fri Nov 16 09:33:39 2012 +0900
  13. 75ee057 Raise a NoManifestException when the manifest DNE by Conley Owens · Thu Nov 15 17:33:11 2012 -0800
  14. e66291f Merge "Simplify error handling in subcommand execution" by Conley Owens · Wed Nov 14 16:22:41 2012 -0800
  15. 7ba25be Simplify error handling in subcommand execution by Conley Owens · Wed Nov 14 14:18:06 2012 -0800
  16. c1b86a2 Fix inconsistent indentation by David Pursehouse · Wed Nov 14 11:36:51 2012 +0900
  17. cecd1d8 Change print statements to work in python3 by Sarah Owens · Thu Nov 01 22:59:27 2012 -0700
  18. 685f080 More code style cleanup by David Pursehouse · Wed Nov 14 08:34:39 2012 +0900
  19. 8898e2f Remove magic hack by David Pursehouse · Wed Nov 14 07:51:03 2012 +0900
  20. 8e3d355 Merge "Print an error message when aborted by user" by Conley Owens · Mon Nov 12 17:35:47 2012 -0800
  21. 4a4776e Merge "Handle manifest parse errors in main" by Conley Owens · Mon Nov 12 17:35:40 2012 -0800
  22. 6287543 Merge "Change usages of xrange() to range()" by Conley Owens · Mon Nov 12 17:30:55 2012 -0800
  23. b0936b0 Print an error message when aborted by user by David Pursehouse · Tue Nov 13 09:56:16 2012 +0900
  24. 0b8df7b Handle manifest parse errors in main by David Pursehouse · Tue Nov 13 09:51:57 2012 +0900
  25. 7e6dd2d Fix pylint warning W0108: Lambda may not be necessary by David Pursehouse · Thu Oct 25 12:40:51 2012 +0900
  26. a6053d5 Change usages of xrange() to range() by Sarah Owens · Thu Nov 01 13:36:50 2012 -0700
  27. 1f7627f Use python3 urllib when urllib2 not available by Sarah Owens · Wed Oct 31 09:21:55 2012 -0700
  28. 1d947b3 Even more coding style cleanup by David Pursehouse · Thu Oct 25 12:23:11 2012 +0900
  29. c9129d9 Update PGP keys during _PostRepoUpgrade in `sync` by Conley Owens · Mon Oct 01 16:12:28 2012 -0700
  30. a5be53f Use modern Python exception syntax by Sarah Owens · Sun Sep 09 15:37:57 2012 -0700
  31. 5c6eeac More coding style cleanup by David Pursehouse · Thu Oct 11 16:44:48 2012 +0900
  32. e986072 Support HTTP authentication using user input as fallback by JoonCheol Park · Thu Oct 11 02:31:44 2012 +0900
  33. 2f6ab7f Rename "dir" variables by Mickaël Salaün · Sun Sep 30 00:37:55 2012 +0200
  34. 8a68ff9 Coding style cleanup by David Pursehouse · Mon Sep 24 12:15:13 2012 +0900
  35. e15c65a Remove unused imports by David Pursehouse · Wed Aug 22 10:46:11 2012 +0900
  36. ae0a36c Add support for Apache Digest authentication for repo init. by Xiaodong Xu · Tue Jan 31 11:10:09 2012 +0800
  37. ecff4f1 Describe the repo launch version in `repo version` by Shawn O. Pearce · Tue Nov 29 15:01:33 2011 -0800
  38. 3ce2a6b Propagate result codes from subcmds to sys.exit(). by Daniel Sandler · Fri Apr 29 09:59:12 2011 -0400
  39. b660539 Fix sync on Python 2.6.6 by Shawn O. Pearce · Tue Oct 11 15:58:07 2011 -0700 v1.7.7.4
  40. df5ee52 Fix Python 2.4 support by Shawn O. Pearce · Tue Oct 11 14:05:21 2011 -0700
  41. fab96c6 Work around Python 2.7 urllib2 bug by Shawn O. Pearce · Tue Oct 11 12:00:38 2011 -0700
  42. f322b9a sync: Support downloading bundle to initialize repository by Shawn O. Pearce · Mon Sep 19 14:50:58 2011 -0700 v1.7.7
  43. 7b947de Ignore missing ~/.netrc by Shawn O. Pearce · Fri Sep 23 11:50:31 2011 -0700 v1.7.6.1
  44. 3a0e782 Add global option --time to track execution by Shawn O. Pearce · Thu Sep 22 17:06:41 2011 -0700
  45. bd0312a Support ~/.netrc for HTTP Basic authentication by Shawn O. Pearce · Mon Sep 19 10:04:23 2011 -0700
  46. 334851e Enhance HTTP support by Shawn O. Pearce · Mon Sep 19 08:05:31 2011 -0700
  47. 014d060 Honor http_proxy variable globally by Shawn O. Pearce · Sun Sep 11 12:57:15 2011 -0700
  48. 2bf9db0 Add "repo branch" as an alias for "repo branches" by Mike Lockwood · Tue Jul 14 15:23:39 2009 -0400
  49. 0048b69 Fixed race condition in 'repo sync -jN' that would open multiple masters. by Doug Anderson · Tue Dec 21 13:39:23 2010 -0800 v1.7.2
  50. c8a300f Refactor Manifest to be XmlManifest by Shawn O. Pearce · Mon May 18 13:19:57 2009 -0700
  51. fb23161 Automatically use SSH control master support during sync by Shawn O. Pearce · Fri Apr 10 18:53:46 2009 -0700
  52. db45da1 Add -p to `repo forall` to improve output formatting by Shawn O. Pearce · Sat Apr 18 13:49:13 2009 -0700
  53. ad3193a Fix `repo --trace` to show ref and config loads by Shawn O. Pearce · Sat Apr 18 09:54:51 2009 -0700
  54. 0ed2bd1 Add global --trace command line option by Shawn O. Pearce · Mon Mar 09 18:26:31 2009 -0700
  55. c95583b Don't permit users to run repo status in a mirror client by Shawn O. Pearce · Tue Mar 03 17:47:06 2009 -0800
  56. 47c1a63 Add 'repo version' to describe what code we are running by Shawn O. Pearce · Mon Mar 02 18:24:23 2009 -0800
  57. 559b846 Report better errors when a project revision is invalid by Shawn O. Pearce · Mon Mar 02 12:56:08 2009 -0800
  58. c9ef744 Install a default pre-auto-gc hook in all repositories by Shawn O. Pearce · Mon Nov 03 10:32:09 2008 -0800
  59. 7965f9f Move the Editor configuration out of Manifest's constructor by Shawn O. Pearce · Wed Oct 29 15:20:02 2008 -0700
  60. 7542d66 Remove the Python 2.4 dependency and use just 'python' by Shawn O. Pearce · Tue Oct 21 07:11:36 2008 -0700 v1.0.1
  61. cf31fe9 Initial Contribution by The Android Open Source Project · Tue Oct 21 07:00:00 2008 -0700 v1.0