1. 0c2467a Merge branch 'stable-2.7' by Shawn Pearce · 12 years ago
  2. 98cd151 Merge branch 'stable-2.6' into stable-2.7 by Shawn Pearce · 12 years ago
  3. 04a62dc Merge "Replace StreamingResult with BinaryResult" by Shawn Pearce · 12 years ago
  4. 705a674 Merge "Move base64 response encoding into BinaryResult" by Shawn Pearce · 12 years ago
  5. ae107e1 Fix build errors caused by ProjectCache.checkedGet() by Shawn Pearce · 12 years ago
  6. 13414f4 Merge "Use ProjectCache.getChecked() in ProjectControl.GenericFactory.controlFor()." by Shawn Pearce · 12 years ago
  7. 5db739a Merge "Add checkedGet() to ProjectCache." by Shawn Pearce · 12 years ago
  8. 6ed55b8 Use ProjectCache.getChecked() in ProjectControl.GenericFactory.controlFor(). by Colby Ranger · 12 years ago
  9. c5a1c9f Add checkedGet() to ProjectCache. by Colby Ranger · 12 years ago
  10. a623488 Correctly resolve .git/hooks/commit-msg in install hint by Dave Borowitz · 12 years ago
  11. 6c056b1 Replace StreamingResult with BinaryResult by Shawn Pearce · 12 years ago
  12. 45b0ed1 Move base64 response encoding into BinaryResult by Shawn Pearce · 12 years ago
  13. 76ab1a1 Make the commit-msg hook installation command configurable by Dave Borowitz · 12 years ago
  14. 572d599 Tell curl to follow redirects for commit-msg hook by Dave Borowitz · 12 years ago
  15. f95bd17 Support to list child projects recursively via REST by Edwin Kempin · 12 years ago
  16. 5b6c406 Support to retrieve a child project via REST by Edwin Kempin · 12 years ago
  17. 4f9018b Fix spelling errors in access-control.txt by Gustaf Lundh · 12 years ago
  18. 69236de Access control documentation: Formatting by Fredrik Luthander · 12 years ago
  19. ac8af9e Access control documentation: Clean up of categories by Fredrik Luthander · 12 years ago
  20. b32717d Access Control Documentation: Explain special and magic refs by Fredrik Luthander · 13 years ago
  21. 16c8148 Set core plugins to correct revisions for 2.6-rc2 by David Pursehouse · 12 years ago
  22. ab2e1bc Merge "Support listing child projects via REST" by David Pursehouse · 12 years ago
  23. a523bd8 When issuing a 'Revert' the committer will now be the logged in user by Gustaf Lundh · 12 years ago
  24. 4425c74 Support listing child projects via REST by Edwin Kempin · 12 years ago
  25. de57ac0 Merge "Remove `--force-message` option from the `review` command" by Shawn Pearce · 12 years ago
  26. 0ec5dac Merge "Catch CalledProcessError when downloading dependencies with buck" by David Pursehouse · 12 years ago
  27. be1ebcd Fix :chrome and :firefox draft WAR builds by Shawn Pearce · 12 years ago
  28. 2879877 Catch CalledProcessError when downloading dependencies with buck by David Pursehouse · 12 years ago
  29. aef44b0 Support to retrieve the content of a file from a patch set via REST by Edwin Kempin · 12 years ago
  30. b381497 Update developer instructions for cloning the Gerrit project by David Pursehouse · 12 years ago
  31. def7f28 Merge "Update developer instructions for cloning the Gerrit project" by Edwin Kempin · 12 years ago
  32. 4f2be53 Update developer instructions for cloning the Gerrit project by David Pursehouse · 12 years ago
  33. fd6bb9f Build with Buck by Shawn Pearce · 12 years ago
  34. 5c830a9 Merge "Fix temporary file creation and cleanup during testing" by Dave Borowitz · 12 years ago
  35. 852a002 Merge "Access control documentation: Remove 2.2.x table" by David Pursehouse · 12 years ago
  36. c424004 Merge "Access control documentation: Formatting" by David Pursehouse · 12 years ago
  37. 5911b43 Merge "Access control documentation: Clean up of categories" by David Pursehouse · 12 years ago
  38. 987a16b Fix temporary file creation and cleanup during testing by Shawn Pearce · 12 years ago
  39. c5b4ec8 Access control documentation: Remove 2.2.x table by Fredrik Luthander · 12 years ago
  40. f2616eb Fix: EditCommitMessage (PatchSetInserter changed arguments) by Gustaf Lundh · 12 years ago
  41. 0537520 Allow EditCommitMessage to make use of the PatchSetInserter by Gustaf Lundh · 12 years ago
  42. cf2279d Merge "PatchSetInserter" by Dave Borowitz · 12 years ago
  43. a8aa9c5 Access control documentation: Formatting by Fredrik Luthander · 12 years ago
  44. 5ccf2e4 Access control documentation: Clean up of categories by Fredrik Luthander · 12 years ago
  45. 74e93c2 PatchSetInserter by Gustaf Lundh · 12 years ago
  46. b9b0180 Merge "Update JGit to 2.3.1.201302201838-r.211-g36144e1" by Dave Borowitz · 12 years ago
  47. 1ff15c7 Merge "Document how to test the REST API with curl" by Edwin Kempin · 12 years ago
  48. 567e57b Document how to test the REST API with curl by David Pursehouse · 12 years ago
  49. 657bddd Merge "Access Control Documentation: Explain special and magic refs" by Edwin Kempin · 12 years ago
  50. e4740ca Merge "Fix: REST API /changes/?o=ALL_REVISIONS should return all revisions" by David Pursehouse · 12 years ago
  51. 6c30248 Merge "Added a ls-members command to the ssh daemon." by David Pursehouse · 12 years ago
  52. a28a1d2 Fix spelling errors in access-control.txt by Gustaf Lundh · 12 years ago
  53. 94d0083 Merge "Update documentation of JSON file attributes" by Edwin Kempin · 12 years ago
  54. 6d33b90 Update JGit to 2.3.1.201302201838-r.211-g36144e1 by Shawn Pearce · 12 years ago
  55. 32fdad3 Merge "Rewrite plugin WrappedContext using reflection based proxy" by Shawn Pearce · 12 years ago
  56. c5c1834 Merge "Move FileInfo to FileInfoJson and implement Files.list()." by Shawn Pearce · 12 years ago
  57. 42be1d8 Move FileInfo to FileInfoJson and implement Files.list(). by Colby Ranger · 12 years ago
  58. 9803025 Access Control Documentation: Explain special and magic refs by Fredrik Luthander · 13 years ago
  59. 187af6d Fix: REST API /changes/?o=ALL_REVISIONS should return all revisions by Gustaf Lundh · 12 years ago
  60. 8e34272 Added a ls-members command to the ssh daemon. by James Ring · 12 years ago
  61. ea79538 Merge "Fix Windows build" into stable-2.6 by Shawn Pearce · 12 years ago
  62. 6af4c81 Rewrite plugin WrappedContext using reflection based proxy by Shawn Pearce · 12 years ago
  63. 60e5b36 Fix Windows build by Orgad Shaneh · 12 years ago
  64. fae0771 Merge branch 'stable-2.7', 'stable-2.6' by Shawn Pearce · 12 years ago
  65. 8702d2e Merge branch 'stable-2.6' into stable-2.7 by Shawn Pearce · 12 years ago
  66. 72fab4e Merge "Handle 'Event.ONPASTE' in CreateProjectScreen" into stable-2.6 by David Pursehouse · 12 years ago
  67. e4ccaee Merge "Update build instructions in developer documentation" into stable-2.6 by Martin Fick · 12 years ago
  68. 448346f Merge "Correct a typo in help text for --draft on push options" into stable-2.6 by Martin Fick · 12 years ago
  69. 76b03b6 Auto completion for "Cherry Pick..."-button. by Gustaf Lundh · 12 years ago
  70. 73c3993 Rename "Old Version History" to "Reference Version" on the change screen by Orgad Shaneh · 12 years ago
  71. a26e221 Merge "Button to allow Cherry Picking of a change to another branch." by David Pursehouse · 12 years ago
  72. 3800abd Update the Eclipse developer documentation by David Pursehouse · 12 years ago
  73. 5ab70e3 Update documentation of JSON file attributes by David Pursehouse · 12 years ago
  74. c7ba392 Make getStatus public to conform to servlet 3.0 by Shawn Pearce · 12 years ago
  75. a41f1d5 Merge "Rename Patches to Files and PatchResource to FileResource." by Shawn Pearce · 12 years ago
  76. ef38c07 Rename Patches to Files and PatchResource to FileResource. by Colby Ranger · 12 years ago
  77. 7525464 Documentation: Rename Server Programs by Fredrik Luthander · 12 years ago
  78. 350942f Improve submodule subscription documentation by Peter Jönsson · 12 years ago
  79. 62b0264 Fix spelling mistakes in contributor documentation by David Pursehouse · 12 years ago
  80. cdd6219 Update documentation of the create-account command by David Pursehouse · 12 years ago
  81. 6386c2c Documentation: Clearer structure on front page by Fredrik Luthander · 12 years ago
  82. 2ef27d8 Update build instructions in developer documentation by David Pursehouse · 12 years ago
  83. ec7849d Correct a typo in help text for --draft on push options by David Pursehouse · 12 years ago
  84. 98df5b5 Correct JSON-example in REST API documentation by Gustaf Lundh · 12 years ago
  85. 849fec9 Button to allow Cherry Picking of a change to another branch. by Gustaf Lundh · 12 years ago
  86. 524dc79 Merge "Documentation: Rename Server Programs" by David Pursehouse · 12 years ago
  87. 15cf25c Merge "Improve submodule subscription documentation" by Edwin Kempin · 12 years ago
  88. 4c8473f Merge "Support rebase via REST" by David Pursehouse · 12 years ago
  89. cdae63b Support rebase via REST by Edwin Kempin · 12 years ago
  90. e0de3f2 Merge "Fix spelling mistakes in contributor documentation" by Edwin Kempin · 12 years ago
  91. 3491ef9 Merge "Update documentation of the create-account command" by Edwin Kempin · 12 years ago
  92. c6c2a11 Fix spelling mistakes in contributor documentation by David Pursehouse · 12 years ago
  93. 39ddea5 Merge "Add POST /changes/{id}/revisions/{sha1}/cherrypick" by David Pursehouse · 12 years ago
  94. 5d8ee0c Documentation: Rename Server Programs by Fredrik Luthander · 12 years ago
  95. 019fb26 Add POST /changes/{id}/revisions/{sha1}/cherrypick by Gustaf Lundh · 12 years ago
  96. 4d8239b Documentation: Clearer structure on front page by Fredrik Luthander · 12 years ago
  97. 6d501d8 Update documentation of the create-account command by David Pursehouse · 12 years ago
  98. df5679f Merge "Support creation of accounts via REST" by David Pursehouse · 12 years ago
  99. b0f8df3 Update build instructions in developer documentation by David Pursehouse · 12 years ago
  100. a18a3bb Merge "Support to get a revision as formatted git patch via REST" by David Pursehouse · 12 years ago