1. d5a5b19 Remove trailing whitespace by Chirayu Desai · Thu Nov 21 19:15:30 2013 +0530
  2. 0eb35cb Fix some python3 encoding issues by Chirayu Desai · Tue Nov 19 18:46:29 2013 +0530
  3. ce201a5 Fix a small whitespace consistency issue by Conley Owens · Wed Oct 16 14:42:42 2013 -0700
  4. 12fd10c Merge "Dan't accessing attr of None (`manifest` subcmd)" by Conley Owens · Wed Oct 16 21:41:33 2013 +0000 v1.12.7
  5. a17d7af Dan't accessing attr of None (`manifest` subcmd) by Conley Owens · Wed Oct 16 14:38:09 2013 -0700
  6. fbd3f2a Only check merge destination if it isn't None by Conley Owens · Tue Oct 15 12:59:00 2013 -0700 v1.12.6
  7. 37128b6 Fix indentation by David Pursehouse · Tue Oct 15 10:48:40 2013 +0900 v1.12.5
  8. 143b4cc Merge "Better handling of duplicate default" by David Pursehouse · Tue Oct 15 01:40:07 2013 +0000
  9. 53263d8 Merge "repo: use explicit Python executable to run main.py" by Conley Owens · Thu Oct 10 18:42:59 2013 +0000
  10. 7487992 Better handling of duplicate default by Julien Campergue · Wed Oct 09 14:38:46 2013 +0200
  11. b25ea55 Merge "Respect remote aliases" by Conley Owens · Thu Oct 10 16:08:42 2013 +0000
  12. 3bfd721 Don't upload when dest branch is not merge branch by Conley Owens · Mon Sep 30 15:54:38 2013 -0700
  13. 59b31cb don't pass project revision to UploadForReview by Colin Cross · Tue Oct 08 23:10:52 2013 -0700
  14. 1e7ab2a Respect remote aliases by Conley Owens · Tue Oct 08 17:26:57 2013 -0700
  15. e76efdd Merge "Accept all UTF-8 committer names" by Conley Owens · Fri Sep 27 17:28:44 2013 +0000 v1.12.4
  16. 730ce4c Merge "Do not use print_function from __future__" by Conley Owens · Fri Sep 27 17:28:07 2013 +0000
  17. 745a39b Assume http upload if ssh_info cannot be parsed by Conley Owens · Wed Jun 05 13:16:18 2013 -0700
  18. efc986c Merge changes I4b77af22,Ib5bc2de5 by David Pursehouse · Fri Sep 27 02:24:39 2013 +0000
  19. edd0151 Accept all UTF-8 committer names by Conley Owens · Thu Sep 26 12:59:58 2013 -0700
  20. 5e0ee14 Do not use print_function from __future__ by Conley Owens · Thu Sep 26 15:50:49 2013 -0700
  21. 70df189 Merge "Wait for git-remote-persistent-https -print_config to exit" by Conley Owens · Thu Sep 26 16:30:01 2013 +0000
  22. 0836a22 Wait for git-remote-persistent-https -print_config to exit by Dave Borowitz · Wed Sep 25 17:46:01 2013 -0700
  23. b6a16e6 Give the node _Default class a destBranchExpr by Conley Owens · Wed Sep 25 15:06:09 2013 -0700
  24. 351fe2c Sync: Improved error message when manifest server RPC call fails by David Pursehouse · Wed Sep 25 17:54:26 2013 +0900
  25. fb99c71 Sync: Print name of manifest server used for smart sync/smart tag by David Pursehouse · Wed Sep 25 11:09:34 2013 +0900
  26. 3a2a59e repo: use explicit Python executable to run main.py by anatoly techtonik · Sat Sep 21 19:29:10 2013 +0300
  27. bc03084 Update gpg key for cco3@android.com by Conley Owens · Mon Jul 01 11:05:32 2013 -0700 v1.12.3 v1.12.3.1
  28. 610d3c4 upload: fix display of destination branch for SingleBranch by Chirayu Desai · Mon Jun 24 14:02:12 2013 +0530
  29. 033a7e9 DownloadPatchSet: fetch the change only, and nothing else. by Chirayu Desai · Thu Jun 13 21:14:48 2013 +0530
  30. 854f2b6 Merge "sync: assign manifest_name earlier" by David Pursehouse · Tue Jun 11 13:58:47 2013 +0000
  31. a892b10 sync: assign manifest_name earlier by Chirayu Desai · Tue Jun 11 14:18:46 2013 +0530
  32. db2ad9d Fix urllib.parse (urlparse) handling by Chirayu Desai · Tue Jun 11 13:42:25 2013 +0530
  33. ef668c9 Merge "Fix a few issues with dest-branch and multiples" by Conley Owens · Mon Jun 10 14:35:13 2013 +0000
  34. 65b162b Merge "Fix "'module' object is not callable" error" by Conley Owens · Mon Jun 10 14:31:30 2013 +0000
  35. cd51f17 Fix "'module' object is not callable" error by David Pursehouse · Thu Jun 06 19:06:16 2013 +0900
  36. 53a6c5d Degrade: Fix smart sync/smart tag by Victor Boivie · Tue Mar 19 12:20:52 2013 +0100
  37. c2791e8 Merge "Print project name for -p on mirror clients" by Conley Owens · Wed Jun 05 15:54:48 2013 +0000
  38. 5bca9fc Print project name for -p on mirror clients by Jorge Gonzalez · Mon Jun 03 12:00:06 2013 -0700
  39. 74c1f3d Read cookie file from git-remote-persistent-https if applicable by Dave Borowitz · Mon Jun 03 15:05:07 2013 -0700
  40. 91f3ba5 Ensure clone.bundle files have proper header by Dave Borowitz · Mon Jun 03 12:15:23 2013 -0700
  41. 691a759 Fix a few issues with dest-branch and multiples by Bryan Jacobs · Fri May 31 15:45:28 2013 -0400
  42. 710d4b0 Fix a bug in repo upload --cbr by Bryan Jacobs · Fri May 31 15:28:05 2013 -0400
  43. a1f77d9 Merge "Handle HTTPException when attempting to get ssh_info" by Conley Owens · Tue May 28 16:56:59 2013 +0000
  44. ecf8f2b Handle HTTPException when attempting to get ssh_info by David Pursehouse · Fri May 24 12:12:23 2013 +0900
  45. f609f91 Send reviews to a different branch from fetch by Bryan Jacobs · Mon May 06 13:36:24 2013 -0400
  46. 59bbb58 Move Python version checking to a separate module by David Pursehouse · Fri May 17 10:49:33 2013 +0900
  47. da45e5d Remove unused show_smart option on list and info commands by David Pursehouse · Wed May 15 17:34:45 2013 +0900
  48. 0826c07 Merge "Disable warning about locally disabling pylint warnings" by David Pursehouse · Wed May 15 23:48:44 2013 +0000
  49. de50d81 Disable warning about locally disabling pylint warnings by David Pursehouse · Wed May 15 17:31:49 2013 +0900
  50. 2b30e3a Use reference also for manifest git by Victor Boivie · Fri Oct 05 12:37:58 2012 +0200
  51. 793f90c Merge "Re-initialise repos git hooks when updating the forest" by David Pursehouse · Thu May 09 08:36:11 2013 +0000
  52. d503352 Merge "Repo should not fetch tags for shallow projects" by David Pursehouse · Wed May 08 18:40:57 2013 +0000
  53. 2f992cb Repo should not fetch tags for shallow projects by Jimmie Wester · Fri Dec 07 12:49:51 2012 +0100
  54. b5267f9 stage: replace filter on lambda with list comprehension by David Pursehouse · Mon May 06 07:52:52 2013 +0900
  55. 4540123 Merge "Optimise regex pattern compilation in FindProjects" by Conley Owens · Tue May 07 20:08:12 2013 +0000
  56. 56f4eea Disable pylint warnings about similar lines in multiple files by David Pursehouse · Sat May 04 21:40:56 2013 +0900
  57. f385d0c Disable warnings related to imports in pylint config by David Pursehouse · Fri May 03 22:01:41 2013 +0900
  58. 84c4d3c Optimise regex pattern compilation in FindProjects by David Pursehouse · Tue Apr 30 10:57:37 2013 +0900
  59. a8864fb Add regex support for subcommand forall by Zhiguang Li · Fri Mar 15 10:32:10 2013 +0800
  60. 275e4b7 Merge "Set correct name in PyDev and Eclipse project config" by David Pursehouse · Sat Apr 20 05:11:05 2013 +0000
  61. c4c01f9 Merge "Some fixes for supporting python3" by Conley Owens · Fri Apr 19 15:31:28 2013 +0000
  62. 9d5bf60 Set correct name in PyDev and Eclipse project config by David Pursehouse · Thu Apr 18 10:57:46 2013 +0900
  63. 217ea7d Some fixes for supporting python3 by Chirayu Desai · Fri Mar 01 19:14:38 2013 +0530
  64. 51813df repo: add rudimentary version checking by Chirayu Desai · Tue Apr 16 19:36:09 2013 +0530
  65. fef4ae7 sync: be more verbose by Chirayu Desai · Fri Apr 12 14:54:32 2013 +0530
  66. db83b1b Allow mirror to be created in directories specified by 'path' attribute by Scott Fan · Thu Feb 28 09:34:14 2013 +0800
  67. ede7f12 Allow clone depth to be specified per project by David Pursehouse · Tue Nov 27 22:25:30 2012 +0900
  68. 04d84a2 list: add name-only and path-only options by Chirayu Desai · Sun Mar 17 18:46:23 2013 +0530
  69. 0a1c6a1 Special handling for manifest group "default" by David Holmer · Wed Nov 14 19:19:00 2012 -0500
  70. 33e0456 Fix `repo manifest` support of remote aliases. by Brian Harring · Tue Dec 25 06:32:27 2012 -0800
  71. 0766900 Reload the correct manifest during sync. by Tim Kilbourn · Fri Mar 08 15:02:49 2013 -0800
  72. a044458 Re-initialise repos git hooks when updating the forest by Jimmie Wester · Wed Oct 24 13:44:42 2012 +0200
  73. 3cba0b8 Add `repoc` to the .gitignore file by Chirayu Desai · Mon Mar 04 21:09:45 2013 +0530
  74. a27852d Merge "Add manifest groups to the output of `info`" by David Pursehouse · Fri Mar 08 01:12:56 2013 +0000
  75. 61ac9ae Add manifest groups to the output of `info` by Conley Owens · Tue Mar 05 10:35:36 2013 -0800
  76. 3ee6ffd Merge "Fix: Missing spaces in printed messages" by David Pursehouse · Wed Mar 06 00:46:45 2013 +0000
  77. 28db6ff Merge "Fix: local manifest deprecation warning appears more than once" by David Pursehouse · Wed Mar 06 00:46:19 2013 +0000
  78. 2f9e7e4 Fix: Missing spaces in printed messages by David Pursehouse · Tue Mar 05 17:26:46 2013 +0900
  79. 45d2168 upload: support --re and --cc options over HTTP by Shawn Pearce · Thu Feb 28 00:35:51 2013 -0800 v1.12.2
  80. 597868b Add --no-tags option to prevent fetching of tags by Mitchel Humpherys · Mon Oct 29 10:18:34 2012 -0700
  81. 75b4c2d Fix crash in repo info when `%` is used in commit messages by Olof Johansson · Mon Feb 18 13:18:16 2013 +0100
  82. b754150 Add nofmt_printer to color.py by Olof Johansson · Tue Feb 26 07:36:03 2013 +0100
  83. 4eb285c Fix: local manifest deprecation warning appears more than once by David Pursehouse · Thu Feb 14 16:28:44 2013 +0900
  84. 5f434ed Exit with fatal error if local manifest file cannot be parsed by David Pursehouse · Thu Nov 22 13:48:10 2012 +0900
  85. 606eab8 Show full path of `local_manifests` folder in deprecation warning by David Pursehouse · Thu Nov 22 13:47:16 2012 +0900
  86. cd07cfa Merge "Protect line endings in shell scripts" by David Pursehouse · Thu Feb 14 07:51:35 2013 +0000
  87. 55693aa Update the commit-msg hook to the version from Gerrit 2.5.2 by David Pursehouse · Wed Feb 13 09:55:32 2013 +0900
  88. 23bd3a1 Add missing sys module when referencing stderr by Conley Owens · Tue Feb 12 13:46:14 2013 -0800
  89. bbf71fe Protect line endings in shell scripts by Mats Bengtsson · Mon Feb 11 22:13:39 2013 +0100
  90. 91f011a Merge "Don't exit with error on HTTP 403 when downloading clone bundle" by David Pursehouse · Mon Feb 04 10:58:48 2013 +0000 v1.12.1
  91. 87b9d9b Don't exit with error on HTTP 403 when downloading clone bundle by David Pursehouse · Mon Nov 26 18:30:32 2012 +0900
  92. 57bd7b7 Fix: GitError when using repo info -d by Olof Johansson · Tue Jan 29 08:22:05 2013 +0100
  93. 4e46520 Add missing manifest format documentation by David Pursehouse · Tue Nov 27 22:20:10 2012 +0900
  94. 63d356f 'repo status --orphans' shows non-repo files by Will Richey · Thu Jun 21 09:49:59 2012 -0400
  95. 3576596 Fix: missing space in information message after repo init by David Pursehouse · Tue Jan 29 09:49:48 2013 +0900
  96. 2547098 Better error message when using --mirror in existing workspace by David Pursehouse · Wed Nov 21 14:41:58 2012 +0900
  97. e0b6de3 Fix: missing spaces in info command output by David Pursehouse · Wed Nov 21 17:36:28 2012 +0900
  98. 4baf87f Merge "should use os.path.lexist instead of os.path.exist" by Shawn Pearce · Mon Jan 28 16:25:54 2013 +0000
  99. 84f7e13 Merge "Check for a cookie file when fetching clone.bundle." by Conley Owens · Thu Jan 17 20:02:03 2013 +0000
  100. 26e2475 If parsing the manifests fails, reset the XmlManifest object by Joe Onorato · Fri Jan 11 12:35:53 2013 -0800