1. 30 May, 2014 1 commit
    • romain.pokrzywka@gmail.com's avatar
      Handle branch or commit refs in the url for unmanaged git solutions · 483a0ba3
      romain.pokrzywka@gmail.com authored
      This allows having a git repo cloned on a specific branch or commit, similar to
      what's possible for svn solutions by specifying a url like svnrepo/branches/foo
      
      Having the possibility to check the code out on a specific branch makes the
      initial code checkout workflow simpler, and allows specifying all the relevant
      info directly in the fetch recipe, instead of  having to deal with branches
      manually afterwards (which is the whole purpose of recipes in the first place)
      
      So with this change, I'm able to do the following in my custom fetch recipe:
      
          solution = {
              'name' : 'src',
              'url' : 'git@github.snei.sony.com:SNEI/chromium.git@refs/heads/custombranch',
              <following lines skipped>
      
      Review URL: https://codereview.chromium.org/289863012
      
      git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@273675 0039d316-1c4b-4281-b951-d872f2087c98
      483a0ba3
  2. 29 May, 2014 1 commit
  3. 27 May, 2014 1 commit
  4. 23 May, 2014 1 commit
  5. 22 May, 2014 2 commits
  6. 20 May, 2014 1 commit
  7. 16 May, 2014 2 commits
  8. 15 May, 2014 4 commits
  9. 14 May, 2014 2 commits
  10. 13 May, 2014 3 commits
  11. 12 May, 2014 1 commit
  12. 11 May, 2014 1 commit
  13. 10 May, 2014 5 commits
  14. 09 May, 2014 1 commit
  15. 08 May, 2014 4 commits
  16. 07 May, 2014 5 commits
  17. 06 May, 2014 3 commits
  18. 02 May, 2014 2 commits