1. f055cab [submodules] Add generate-gitmodules subcommand to jiri by Haowei Wu · 5 years ago
  2. c142f79 [test] Add tests for 'jiri resolve' by Haowei Wu · 5 years ago
  3. 97e8a0b [docs] Add docs for how to build jiri by Haowei Wu · 5 years ago
  4. fc5d263 [edit] Add options to update lockfile in 'jiri edit' by Haowei Wu · 5 years ago
  5. 679e173 [upload] Allow `jiri upload` from the $JIRI_ROOT by Nathan Mulcahey · 5 years ago
  6. c90a9ea [jiri] Add a refspec for fuchsia.git by Nathan Mulcahey · 5 years ago
  7. 3e1fb26 [hack] whitelist $JIRI_ROOT from deletion when jiri fails by Haowei Wu · 5 years ago
  8. 8748a7d [git] Hack jiri to allow clone repo into $JIRI_ROOT by Haowei Wu · 5 years ago
  9. 494613f [edit] fix a bug in updateVersion method by Haowei Wu · 5 years ago
  10. d189041 [bootstrap] fix bootstrap error on ".jiri_root" by Haowei Wu · 5 years ago
  11. aaa4a1e [lockfile] Fix a logical error when project lock is not found by Haowei Wu · 5 years ago
  12. f9cff9d Update bootstrap script location and run bootstrap in the script. by Gary Miguel · 5 years ago
  13. 4d28f3d [lockfile] Add lockfile support in jiri update by Haowei Wu · 5 years ago
  14. a45ef20 [bootstrap] Add bootstrap command to jiri by Haowei Wu · 5 years ago
  15. 71292b7 [sso] Stop using sso to fetch commit-msg hooks for internal projects by Haowei Wu · 5 years ago
  16. 1220416 [git] Print stdout to Errorf if git command fails. by Haowei Wu · 5 years ago
  17. f75b163 [cipd] Add fetch-packages command to jiri by Haowei Wu · 5 years ago
  18. 6fa416e [githook] Add an option to stop updating git hooks by Haowei Wu · 5 years ago
  19. f22d8f6 [cipd] Fix a bug in cipd bootstrap that returns an empty cipd path by Haowei Wu · 5 years ago
  20. ef41a14 [source-manifest] Rewrite sso:// to https:// by Nathan Mulcahey · 5 years ago
  21. 2947a53 [sso] Fix a typo in jiri config xml tag by Haowei Wu · 5 years ago
  22. 09972eb [sso] Fix sso support for gerrit by Haowei Wu · 5 years ago
  23. 996b341 Revert "[sso] Fix an issue that breaks jiri sso support due to upstream changes" by Haowei Wu · 5 years ago
  24. c997888 [sso] Fix an issue that breaks jiri sso support due to upstream changes by Haowei Wu · 5 years ago
  25. d3d9899 [cipd] Add resolve command to support generating lockfile by Haowei Wu · 5 years ago
  26. cfe180b [sso] Add initial sso support to jiri by Haowei Wu · 5 years ago
  27. 56b2a54 [cipd] Add support for read/edit package element by Nathan Mulcahey · 5 years ago
  28. 9d49df0 [patch] Fix 'jiri patch' project name matching issue by Haowei Wu · 5 years ago
  29. 96f69bd [gc] Remove empty parent directories when performing gc by Haowei Wu · 5 years ago
  30. e8b3331 [cipd] Using cipd resolve to check access for internal packages by Haowei Wu · 5 years ago
  31. 5f9629a [cipd] Add cipd bootstrap to jiri by Haowei Wu · 5 years ago
  32. ed8394c [jiri] Add initial cipd support by Haowei Wu · 5 years ago
  33. 4646873 [manifest] Change the githooks description to match jiri behavior by Haowei Wu · 5 years ago
  34. 3665c90 Revert "[jiri] Prevent jiri from dumping HTML to githook dir" by Haowei Wu · 5 years ago
  35. 4cbb356 [jiri] Prevent jiri from dumping HTML to githook dir by Haowei Wu · 5 years ago
  36. 3a89111 [jiri] Add version number to Jiri snapshot files by Haowei Wu · 5 years ago
  37. 82836ad Revert "[project] Enable fetching gerrit patchset and revision" by Haowei Wu · 5 years ago
  38. a26fe07 [project] Enable fetching gerrit patchset and revision by Kendal Harland · 5 years ago
  39. 5ee9600 [cache] Ensure the depth is passed in cache update by Nathan Mulcahey · 5 years ago
  40. 062edae [cache] Set refspec at fetch time by Nathan Mulcahey · 5 years ago
  41. f757cbb Remove Jenkins package by Petr Hosek · 5 years ago
  42. 03ea2ba [cache] Modify jiri caching behavior by Nathan Mulcahey · 6 years ago
  43. 92d6933 Fixed "jiri import" to match name used in project of "my_manifest" file so jiri update will succeed without errors / warnings. by John Rosasco · 5 years ago
  44. 58fe5c0 [jiri] Fix a typo in manifest.md by Haowei Wu · 5 years ago
  45. 72c064e [git] Use rev-list rather rev-parse to resolve current revision by Petr Hosek · 5 years ago
  46. 0ec3c2d Remove the unused upload scripts by Petr Hosek · 6 years ago
  47. 8ca8437 Add Jiri manifest by Petr Hosek · 6 years ago
  48. 85ec679 [jiri] Add the override command by Petr Hosek · 6 years ago
  49. b05e812 [project] Update rather than replace projects with override values by Petr Hosek · 6 years ago
  50. 704cb7a Add support for <overrides> by Adam Barth · 6 years ago
  51. 5d08cbe Remove git2go by Petr Hosek · 6 years ago
  52. ff2eff4 [patch] Use the project RemoteBranch if available when patching by Nathan Mulcahey · 6 years ago
  53. 8c6d163 [remote-branch] s/\"origin\/\"/\"remotes\/origin\" by Nathan Mulcahey · 6 years ago
  54. 2a46f63 [jiri] Run go fmt by Joshua Seaton · 6 years ago
  55. dd55679 [jiri] Add "Jiri" pronunciation. by Joshua Seaton · 6 years ago
  56. f92b10a [update] Make -attempts=3 the default by Dave Bort · 6 years ago
  57. 619b160 Fetch for imports only if required by Ankur Mittal · 6 years ago
  58. bb9b53e Reset remote for newly created projects by Ankur Mittal · 6 years ago
  59. 19292ea Log error when git command fails by Ankur Mittal · 6 years ago
  60. 1370cec Fix TO-960 Jiri update not printing git errors. by Ankur Mittal · 6 years ago
  61. 200bbde Add jiri runp -remotes flag by Shai Barack · 6 years ago
  62. 639664f Remove ManifestFlag as it is not used anywhere by Ankur Mittal · 6 years ago
  63. e08623e Add manifest command to read manifest files by Kendal Harland · 6 years ago
  64. ac5dd28 TO-908: Support listing current imports. by Ankur Mittal · 6 years ago
  65. f69cdde Fix displaying of deleted projects by Ankur Mittal · 6 years ago
  66. 6ddcc1e Fix spelling in warning message: "loose" -> "lose" by Mark Seaborn · 6 years ago
  67. 07a7615 Delete project when create operation fails. by Ankur Mittal · 6 years ago
  68. 7d94175 explicitly mention git add in addressing review comments workflow by Seth Ladd · 6 years ago
  69. 66a88cb [status] Don't show deleted projects. by Ankur Mittal · 6 years ago
  70. c3e9f8e Fix source manifest to emit revision as hex string by Ankur Mittal · 6 years ago
  71. 9ea6866 Improve error message when manifest is incorrect. by Ankur Mittal · 6 years ago
  72. 631f050 Add revision support to jiri import by Ankur Mittal · 6 years ago
  73. 3eeabda Add flag to status to show list of deleted projects. by Ankur Mittal · 6 years ago
  74. 6ad063c Reduce noise due to "need to delete project" msgs. by Ankur Mittal · 6 years ago
  75. 020d390 TO-810: Track timing between subsequent updates. by Ankur Mittal · 6 years ago
  76. 051f39a Don't leave behind tmp dirs when running snapshot by Ankur Mittal · 6 years ago
  77. b0b2cba Fix upload help by Ankur Mittal · 6 years ago
  78. 7a8b5fc TO-811: Don't set topic by default for jiri upload by Ankur Mittal · 6 years ago
  79. fc143e0 [docs] Fix Markdown conversion to HTML: convert "<" to "&lt;" in docs by Mark Seaborn · 6 years ago
  80. a653b2a Improve "invalid hook" message by Ankur Mittal · 6 years ago
  81. 6794b21 Add -w flag support to grep by Ankur Mittal · 6 years ago
  82. e8a11de Don't delete projects with branches by Ankur Mittal · 6 years ago
  83. 4dd4e79 Fix typo. by Julia Hansbrough · 6 years ago
  84. afd75d4 Add time tracker when updating/creating cache by Ankur Mittal · 6 years ago
  85. 44a9c2b jiri update: log long running operations by Ankur Mittal · 6 years ago
  86. 4cdf5c7 Fix log when project is moved by Ankur Mittal · 6 years ago
  87. b82e326 Add additional logging and progress msgs to update by Ankur Mittal · 6 years ago
  88. fc93b2f Fix jiri update <snapshot> by Ankur Mittal · 6 years ago
  89. f7d374b Break project.go into multiple files by Ankur Mittal · 6 years ago
  90. d72fff6 A bit of history. by Jiri Simsa · 6 years ago
  91. 50fc45d Don't fail when sub folders don't have read perm by Ankur Mittal · 6 years ago
  92. 4a6e567 Don't create tmp directories while cloning proj by Ankur Mittal · 6 years ago
  93. 3fcb011 jiri import shouldn't fails when manifest is empty by Ankur Mittal · 6 years ago
  94. 66e1271 Fix tiny help typo by Ian McKellar · 6 years ago
  95. 3b2f1cf Allow analytics to track some string flag values by Ankur Mittal · 6 years ago
  96. 881320b Add more options to color flag by Ankur Mittal · 6 years ago
  97. 0f3b8d2 Give helpful msg in the case of import conflict by Ankur Mittal · 6 years ago
  98. ef5768d IN-147: Add attempts support to run-hooks command by Ankur Mittal · 6 years ago
  99. 188d72c Add support for passing info from CQ to patch by Ankur Mittal · 6 years ago
  100. e881b6d Turn off color and progress when isatty is false by Ankur Mittal · 7 years ago