1. 05 Oct, 2015 5 commits
  2. 02 Oct, 2015 6 commits
  3. 01 Oct, 2015 1 commit
  4. 30 Sep, 2015 2 commits
  5. 29 Sep, 2015 3 commits
  6. 25 Sep, 2015 3 commits
  7. 24 Sep, 2015 1 commit
  8. 23 Sep, 2015 1 commit
  9. 22 Sep, 2015 2 commits
  10. 21 Sep, 2015 1 commit
  11. 19 Sep, 2015 1 commit
  12. 18 Sep, 2015 1 commit
  13. 17 Sep, 2015 2 commits
  14. 15 Sep, 2015 3 commits
  15. 14 Sep, 2015 1 commit
  16. 11 Sep, 2015 1 commit
  17. 10 Sep, 2015 2 commits
  18. 09 Sep, 2015 1 commit
    • scottmg@chromium.org's avatar
      find-releases: handle untagged merges · b62f6754
      scottmg@chromium.org authored
      At the moment, this doesn't work too well for something that was just merged to
      45.
      
      [(b912ace...)]scottmg@scottmg:/work/cr/src$ git find-releases 55b4c95889d6a72e52bc72702580a62f04f35777
      commit 55b4c95889d6a72e52bc72702580a62f04f35777 was:
        initially in 47.0.2501.0
        merged to undefined (as de54b58d404a0cdf01639ae7260ef10bbb843ed9)
        merged to 46.0.2490.19 (as b4ba1071baaabc92cb5a2ca89e238c478eca0075)
      
      ("undefined" being the problem). This is because:
      
      [(b912ace...)]scottmg@scottmg:/work/cr/src$ git name-rev --tags de54b58d404a0cdf01639ae7260ef10bbb843ed9
      de54b58d404a0cdf01639ae7260ef10bbb843ed9 undefined
      
      But,
      
      [(b912ace...)]scottmg@scottmg:/work/cr/src$ cat .git/refs/remotes/branch-heads/2454
      de54b58d404a0cdf01639ae7260ef10bbb843ed9
      
      So, if name-rev --tags says it's not yet tagged, rather than just printing
      'undefined', at least say which branch it was merged to. As in:
      
      [(b912ace...)]scottmg@scottmg:/work/cr/src$ git find-releases 55b4c95889d6a72e52bc72702580a62f04f35777
      commit 55b4c95889d6a72e52bc72702580a62f04f35777 was:
        initially in 47.0.2501.0
        merged to branch-heads/2454 [untagged] (as de54b58d404a0cdf01639ae7260ef10bbb843ed9)
        merged to 46.0.2490.19 (as b4ba1071baaabc92cb5a2ca89e238c478eca0075)
      
      
      R=dpranke@chromium.org,primiano@chromium.org
      
      Review URL: https://codereview.chromium.org/1325233005
      
      git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@296621 0039d316-1c4b-4281-b951-d872f2087c98
      b62f6754
  19. 08 Sep, 2015 1 commit
  20. 07 Sep, 2015 1 commit
  21. 02 Sep, 2015 1 commit