1. dff80c8 Adding bug icons by Yolanda Jasso · 11 months ago
  2. b29403a Move preserveOldPacks and prunePreserved options to section "pack" by Matthias Sohn · 2 years ago
  3. 2cc3b5b git-gc-preserve: write process details to gc-preserve.pid by Matthias Sohn · 2 years, 1 month ago
  4. 1356738 git-gc-preserve: move description to the correct place by Matthias Sohn · 2 years, 1 month ago
  5. 3ab45f0 Prevent git-gc-preserve runs concurrently on the same repo by Matthias Sohn · 2 years, 1 month ago
  6. e7e8213 git-gc-preserve: improve error handling by Matthias Sohn · 2 years, 1 month ago
  7. 5a5b9de Make git-gc-preserve script executable by Matthias Sohn · 2 years, 1 month ago
  8. 59c9ae7 Custom git gc-preserve command which can preserve packs for JGit by Nasser Grainawi · 2 years, 2 months ago
  9. 0071943 Merge branch 'stable-3.5' into stable-3.6 by Antonio Barone · 2 years, 2 months ago
  10. 5acf6d5 find-duplicate-usernames.sh: fix regex for spaces in username by Antoine Musso · 2 years, 2 months ago
  11. 1ab8754 find-duplicate-usernames.sh: hint to fetch meta/external-ids by Antoine Musso · 2 years, 2 months ago
  12. 2a3e5c2b find-duplicate-usernames.sh: disambiguate tree/pathspec by Antoine Musso · 2 years, 2 months ago
  13. 0cba3e3 Remove JCraft JSch dependency by David Ostrovsky · 3 years, 2 months ago
  14. 436f89a contrib: remove ui-api-proxy by Han-Wen Nienhuys · 3 years, 5 months ago
  15. 2b5fe09 Migrate to python 3 by David Ostrovsky · 3 years, 11 months ago
  16. b639b3e Merge branch 'stable-3.3' by David Ostrovsky · 3 years, 10 months ago
  17. a94969f Merge commit 'stable-3.1' into stable-3.2 by David Ostrovsky · 3 years, 10 months ago
  18. 3e88869 Add searching duplicate "external" externalIds only differing in case by Matthias Sohn · 3 years, 10 months ago
  19. fc974c9 find-duplicate-usernames.sh: add example output of git grep by Matthias Sohn · 3 years, 10 months ago
  20. f1c7bb4 Script to find duplicate usernames only differing in case by Matthias Sohn · 3 years, 10 months ago
  21. 695d9f7 Use Python 3 in populate-fixture-data.py by Ilmari Lauhakangas · 3 years, 11 months ago
  22. 430ba7a Merge branch 'stable-3.1' into stable-3.2 by Matthias Sohn · 4 years, 1 month ago
  23. dfcb9bc Add script for incremental reindexing during upgrade by Matthias Sohn · 4 years, 1 month ago
  24. 197894f Merge branch 'stable-3.1' by David Pursehouse · 5 years ago
  25. 5979ce8 Merge branch 'stable-3.0' into stable-3.1 by David Pursehouse · 5 years ago
  26. 6213e7c Merge branch 'stable-2.16' into stable-3.0 by Marco Miller · 5 years ago
  27. f262d68 Replace deprecated OptionParser with ArgumentParser by Paladox none · 5 years ago
  28. bfa270a Merge branch 'stable-3.1' by David Pursehouse · 5 years ago
  29. d8182ba Rename "master" to "primary" in documentation and comments by Matthias Sohn · 5 years ago
  30. ca48b37 Remove mitm-ui by Tao Zhou · 5 years ago
  31. 74372fa Merge "post-receive-move-tmp-refs: adapt for NoteDb replication" by David Pursehouse · 5 years ago
  32. 925b5df post-receive-move-tmp-refs: adapt for NoteDb replication by Sven Selberg · 5 years ago
  33. e49c518 Merge "contrib/benchmark-createchange: program to test BatchRefUpdate speed" by David Pursehouse · 5 years ago
  34. cdf4fd4 Merge branch 'stable-3.0' by David Pursehouse · 5 years ago
  35. fe0abbf Remove contrib/themes by David Pursehouse · 5 years ago
  36. cb82838 Merge branch 'stable-3.0' by David Ostrovsky · 5 years ago
  37. 384e38b Merge branch 'stable-2.16' into stable-3.0 by David Ostrovsky · 5 years ago
  38. 380e391 Add utility script to remove refs used by NoteDB by Fabio Ponciroli · 5 years ago
  39. 3133fea contrib/benchmark-createchange: program to test BatchRefUpdate speed by Han-Wen Nienhuys · 5 years ago
  40. 9dda122 Convert file name of script to just lower case letters by Alice Kober-Sotzek · 5 years ago
  41. ed6afea Add a script to simplify starting the local testsite by Alice Kober-Sotzek · 5 years ago
  42. d5c7716 Add a script to simplify testing documentation changes by Alice Kober-Sotzek · 5 years ago
  43. 9a89567 Add a script to simplify testing a plugin in the local testsite by Alice Kober-Sotzek · 5 years ago
  44. b4b7c82 Merge "post-receive hook to enable hiding refs/changes during replication" by David Pursehouse · 6 years ago
  45. 81f8cc6 Remove abandon_stale.py by David Pursehouse · 6 years ago
  46. fc299bc Provide --components for plugin-based mitm scripts by Viktar Donich · 6 years ago
  47. 618c4fe Fix contrib/mitm-ui by serving test components by brohlfs · 6 years ago
  48. 375e974 post-receive hook to enable hiding refs/changes during replication by Matthias Sohn · 7 years ago
  49. fd72a50 Force or replace local site theme on *.googlesource.com by viktard · 6 years ago
  50. 508f81d Scripts for UI plugins development using mitmproxy by Viktar Donich · 6 years ago
  51. d69ad71 abandon_stale.py: Optionally exclude WIP changes by David Pursehouse · 6 years ago
  52. d823dfa Fix merge conflict in populate-fixture-data.py by Paladox none · 7 years ago
  53. 6914232 Python cleanups, round 2: line too long, etc. by Chad Horohoe · 7 years ago
  54. dd22470 Python cleanups, round 1: whitespace by Chad Horohoe · 7 years ago
  55. 5c6fdf4 Py3 compat: xrange() -> range() by Chad Horohoe · 7 years ago
  56. bc8eca1 Use print_function from __future__ by Chad Horohoe · 7 years ago
  57. 8df5c2e Merge "gitiles script to generate/open gitiles URLs" by Edwin Kempin · 7 years ago
  58. 4f69f03 git-push-review: Add flags for edits and WIP/ready by Dave Borowitz · 7 years ago
  59. 6c51586 Parametrize populate-fixture-data.py by Han-Wen Nienhuys · 7 years ago
  60. 40839ea gitiles script to generate/open gitiles URLs by Saša Živkov · 7 years ago
  61. 4416d90 abandon_stale.py: Exclude WIP changes by David Pursehouse · 7 years ago
  62. ab8e7d8 abandon_stale: Log project name by David Pursehouse · 7 years ago
  63. b40453a abandon_stale: Only log change owner in verbose mode by David Pursehouse · 7 years ago
  64. 9a8851b abandon_stale: fix style warnings from flake8 by David Pursehouse · 7 years ago
  65. 4e0011e abandon_stale.py: add test mode by David Pursehouse · 7 years ago
  66. 3b2dbc4 abandon_stale.py: send data using json argument, not data argument by David Pursehouse · 7 years ago
  67. dbc9f60 abandon_stale.py: send data as a dict, not a string by David Pursehouse · 7 years ago
  68. b7e7885 abandon_stale: Use DETAILED_ACCOUNTS option by David Pursehouse · 7 years ago
  69. 10890e8 abandon_stale.py: minor documentation improvements by David Pursehouse · 7 years ago
  70. bd19a23 abandon_stale.py: Adapt to removal of digest authentication by David Pursehouse · 8 years ago
  71. 7b1264e Replace digest auth with basic auth in 'populate-fixture-data.py' by Changcheng Xiao · 8 years ago
  72. 292fa15 Format all Java files with google-java-format by Dave Borowitz · 8 years ago
  73. fdbfcad Remove Buck based build by David Ostrovsky · 8 years ago
  74. 3336c2d Remove unused/outdated Pylint configuration file by David Pursehouse · 8 years ago
  75. 28deb03 Improve populate-fixture-data script by Alice Kober-Sotzek · 8 years ago
  76. e7d88cd git-push-review: Handle reviewers with no explicit config by Dave Borowitz · 8 years ago
  77. 77abe31 abandon_stale: Use pygerrit2 instead of pygerrit by David Pursehouse · 8 years ago
  78. 053b7a6e git-push-review: Support #hashtag arguments by Dave Borowitz · 8 years ago
  79. 13ebf8c Add a piece of go code to find mismatching lib versions in bzl/bck by Patrick Hiesel · 8 years ago
  80. c8076c3 Added a script to populate some dummy data by Patrick Hiesel · 9 years ago
  81. 626327c Add "threads" command to gerrit.sh bash_completion script by Richard Fearn · 9 years ago
  82. f8602e1 Add the original SVG images for the Diffy logo by Sebastian Schuberth · 9 years ago
  83. fa1a828 Merge "Don't hardcode bash location" by David Pursehouse · 9 years ago
  84. a55ed3d abandon_stale.py: fix typo in option handling by David Pursehouse · 9 years ago
  85. 0198978 abandon_stale.py: Allow to limit by branch and project by David Pursehouse · 9 years ago
  86. 920b166 Correct issue with Bouncy Castle code signing by Doug Kelly · 9 years ago
  87. 1cbfe97 Changing the SSH key converter to BUCK by Doug Kelly · 9 years ago
  88. bd3b995 Simple tool for converting SSH keys by Doug Kelly · 9 years ago
  89. 26c0d09 Don't hardcode bash location by Dan McGregor · 9 years ago
  90. 25bebb1 abandon_stale: Allow singular form of age parameter by David Pursehouse · 10 years ago
  91. e766d2c abandon_stale: Allow weeks as an age parameter by David Pursehouse · 10 years ago
  92. 522e4f8 Script to abandon stale changes from the review server by David Pursehouse · 11 years ago
  93. c357ceb tools: use python on path by Björn Pedersen · 10 years ago
  94. 686bfea Fix minor python code style issues by David Pursehouse · 10 years ago
  95. 1b46d67 contrib: Add a simple tool for pushing to named reviewers by Dave Borowitz · 10 years ago
  96. 5ba27bd Allow to download reposize.sh script from Gerrit by Edwin Kempin · 11 years ago
  97. 61bc05e Fix documentation and add license header for reposize.sh by Matthias Sohn · 11 years ago
  98. 2d1c219 Add script to find the largest objects in the pack files of a repo by Matthias Sohn · 11 years ago
  99. 5cf13de Remove the trivial_rebase hook by Orgad Shaneh · 11 years ago
  100. 00e5dc6 Add contrib/ui-api-proxy.go for testing UI features with live data. by Colby Ranger · 11 years ago