1. 50d83ea Fix TestDeduceRemoteRepo by Filippo Valsorda · 9 years ago master
  2. d98ea3f Use hellogopher by Filippo Valsorda · 9 years ago
  3. 7b02521 Ignore the GOPATH warning if Makefile exists by Filippo Valsorda · 9 years ago
  4. 1f87bb3 only consider full import path as subpackages (#75) by Ivan Porto Carrero · 9 years ago
  5. 7ea0712 Support multi-component GOPATH (#73) by Artyom Pervukhin · 9 years ago
  6. a2aafd3 Add support for relative imports - fixes #62 by Filippo Valsorda · 9 years ago
  7. 46b0be5 allow git+ssh as a scheme (#72) by Corbin Halliwill · 9 years ago
  8. 25b34b0 Fix Readme typo (#70) by Waldemar Quevedo · 9 years ago
  9. 945672c Reformat and merge two rev/branch/tag keeping logics by Filippo Valsorda · 9 years ago
  10. 3d47bb0 Fetch consistent version for requested package (#64) by Phil Kates · 9 years ago
  11. 0572fac Don't check ignored files for imports - closes #63 by Filippo Valsorda · 9 years ago
  12. 02e2422 Merge pull request #61 from jboelter/master by Filippo Valsorda · 9 years ago
  13. b53a485 Don't warn when vendor folder is in $GOPATH/src by Joshua Boelter · 9 years ago
  14. a050c66 Merge pull request #52 from flaviamissi/fix-broken-link-anchor by Filippo Valsorda · 9 years ago
  15. 21296b7 gbvendor/manifest.go: fix short url pointing to the right anchor by Flavia Missi · 9 years ago
  16. 05c4492 Add a cache for DeduceRemoteRepo by Filippo Valsorda · 9 years ago
  17. 49eea0d Rewrite fetching and dependencies logic by Filippo Valsorda · 9 years ago
  18. 8e9d36a Prevent and detect overlapping dependencies by Filippo Valsorda · 9 years ago
  19. 4666229 Implement vendoring support in ParseImports by Filippo Valsorda · 9 years ago
  20. 5186a90 Define the behavior around overlapping dependencies by Filippo Valsorda · 9 years ago
  21. ac15847 Merge pull request #43 from kennwhite/master by Filippo Valsorda · 9 years ago
  22. 7cac3dd Highlight ability for versioning and private repos by kennwhite · 9 years ago
  23. 61e6768 README: clarify that there's more usage on GoDoc by Filippo Valsorda · 9 years ago
  24. 56f1699 README: clarify that the GOPATH source tree is in src by Filippo Valsorda · 9 years ago
  25. b309889 restore,update: look at repository[+vcs] instead of importpath by Filippo Valsorda · 9 years ago
  26. 1171aad update: preserve the AllFiles flag in the new manifest by Filippo Valsorda · 9 years ago
  27. cb8c565 Make vanity metadata parsing more lenient by Filippo Valsorda · 9 years ago
  28. 377ae40 Add -a option and allfiles manifest entry to include all files by Filippo Valsorda · 9 years ago
  29. 8862101 Add a caching downloader to avoid double clonse - fixes #22 by Filippo Valsorda · 9 years ago
  30. 09e9f5c Merge pull request #29 from shawnps/patch-2 by Filippo Valsorda · 9 years ago
  31. 4f083f4 fix typo by Shawn Smith · 9 years ago
  32. 3fdcebf fileutils: revert the A+C inclusion, noisy and probably useless by Filippo Valsorda · 9 years ago
  33. f7b62b3 fileutils: also copy A+C files, together with the LICENSE by Filippo Valsorda · 9 years ago
  34. d29d92f fileutils: fix LICENSE copying (was copying from ./) by Filippo Valsorda · 9 years ago
  35. 21d7ee0 fetch: fix recursive dependency fetching with -branch by Filippo Valsorda · 9 years ago
  36. e19d345 fileutils: copy LICENSE files from repo root - fixes #23 by Filippo Valsorda · 9 years ago
  37. 245b7d1 fileutils: copy all files inside a testdata folder by Filippo Valsorda · 9 years ago
  38. 4f0140e README: document new copying rules, and -t by Filippo Valsorda · 9 years ago
  39. 97c388a all: add NoTests mode, default on, toggled off by 'fetch -t' by Filippo Valsorda · 9 years ago
  40. c8cf31b all: only copy files relevant to the Go compiler by Filippo Valsorda · 9 years ago
  41. fdb8493 README: update for 1.6 by Filippo Valsorda · 9 years ago
  42. 49332e9 travis: update to 1.6 and remove GO15VENDOREXPERIMENT as we don't vendor anymore by Filippo Valsorda · 9 years ago
  43. 17eb2d3 fileutils: add support for copying symlinks to Copypath by Filippo Valsorda · 9 years ago
  44. c323fee fileutils: move out of vendor to apply changes downstream by Filippo Valsorda · 9 years ago
  45. 9bb090a Delete the tempdir on wc.Destroy instead of running cleanPath - fixes #20 by Filippo Valsorda · 10 years ago
  46. 5e61760 restore: fix recursive error handling by Filippo Valsorda · 10 years ago
  47. 994dac3 README: mention the new version of oh-my-zsh w/o gvt by Filippo Valsorda · 10 years ago
  48. 4d3de03 README: merge the two oh-my-zsh errors by Filippo Valsorda · 10 years ago
  49. 6cd69ba Merge pull request #19 from conikeec/master by Filippo Valsorda · 10 years ago
  50. f04646d added troubleshooting tip for those with git aliases by conikeec · 10 years ago
  51. 010e7f3 main: show the command usage when a valid one is used with a bad or -h flag by Filippo Valsorda · 10 years ago
  52. a45683b update: clarify docs by Filippo Valsorda · 10 years ago
  53. a7503f3 Merge pull request #17 from josephspurrier/master by Filippo Valsorda · 10 years ago
  54. e3bd141 travis: install bzr on OS X for launchpad.net tests by Filippo Valsorda · 10 years ago
  55. ef9b633 travis: workaround travis-ci/travis-ci#5596 by Filippo Valsorda · 10 years ago
  56. 66f4a25 travis: enable OS X tests by Filippo Valsorda · 10 years ago
  57. 109e08a travis: use GO15VENDOREXPERIMENT instead of go get - closes #15 by Filippo Valsorda · 10 years ago
  58. e7f63d0 Updated to restore dependencies recursively by Joseph Spurrier · 10 years ago
  59. 3f47348 Update README.md by Filippo Valsorda · 10 years ago
  60. a458f36 Merge pull request #14 from elithrar/readme-updates by Filippo Valsorda · 10 years ago
  61. 3ecca81 [docs] GoDoc badge, TravisCI badge, LICENSE header in README, formatting. by Matt Silverlock · 10 years ago
  62. 3b35e3d Use git --single-branch and --depth whenever possible - closes #13 by Filippo Valsorda · 10 years ago
  63. dbdeea1 Update README.md by Filippo Valsorda · 10 years ago
  64. ed88a93 Update README.md by Filippo Valsorda · 10 years ago
  65. ff41ef3 Update README.md by Filippo Valsorda · 10 years ago
  66. f5dc124 Rename rebuild to restore to match the gb-vendor command by Filippo Valsorda · 10 years ago
  67. 0b32664 Import upstream changes up to constabulary/gb@572f68e by Filippo Valsorda · 10 years ago
  68. 0b16a9e repo: allow ~ in generic import paths by Filippo Valsorda · 10 years ago
  69. 0851666 Add Troubleshooting - closes #4 by Filippo Valsorda · 10 years ago
  70. 92501e0 Update README.md by Filippo Valsorda · 10 years ago
  71. c2e8123 Add .travis.yml by Filippo Valsorda · 10 years ago
  72. 114987e Import upstream changes up to constabulary/gb@9e201fb by Filippo Valsorda · 10 years ago
  73. 2a272c0 Merge pull request #8 from rohanthewiz/master by Filippo Valsorda · 10 years ago
  74. 7f0e168 rebuild: refactor parallel scheduler by Filippo Valsorda · 10 years ago
  75. daff985 Merge pull request #10 from petrkotek/parallel-rebuild by Filippo Valsorda · 10 years ago
  76. 2c703eb Rebuild: make downloads of dependencies parallel (8 connections by default) by Petr Kotek · 10 years ago
  77. b24086f Update README for GOPATH limitation by Rohan Allison · 10 years ago
  78. 7c8affe Import upstream changes up to constabulary/gb@218104db by Filippo Valsorda · 10 years ago
  79. 5765855 Add a rebuild command as suggested by @AngerM in #1 by Filippo Valsorda · 10 years ago
  80. 9797cd1 Improve README.md by Filippo Valsorda · 10 years ago
  81. 1c87186 Remove leftover (now broken) imports of github.com/constabulary/gb by Filippo Valsorda · 10 years ago
  82. 59a0658 Update README.md by Filippo Valsorda · 10 years ago
  83. 11fcff8 Make gddo happy by Filippo Valsorda · 10 years ago
  84. 0e26464 Update documentation by Filippo Valsorda · 10 years ago
  85. 1c730f1 Update README.md by Filippo Valsorda · 10 years ago
  86. 415f7d0 Initial commit based on gb c057f8ce by Filippo Valsorda · 10 years ago