1. 17 Feb, 2021 1 commit
  2. 03 Feb, 2021 1 commit
  3. 02 Feb, 2021 1 commit
  4. 30 Nov, 2020 1 commit
  5. 26 Aug, 2020 1 commit
  6. 31 Mar, 2020 1 commit
  7. 23 Mar, 2020 1 commit
  8. 12 Mar, 2020 1 commit
  9. 09 Mar, 2020 1 commit
  10. 04 Mar, 2020 1 commit
  11. 29 Feb, 2020 1 commit
  12. 22 Feb, 2020 1 commit
  13. 21 Feb, 2020 2 commits
  14. 23 Jan, 2020 1 commit
    • Yannic Bonenberger's avatar
      Improve git cl split · 68409634
      Yannic Bonenberger authored
      This CL changes the behavior of `git cl split` to split the change
      by the size of the resulting CLs. For now, this is based on the number
      of bytes changed, and not by the number of changed lines. Depending
      on the shape of change, this may still produce more CLs than expected
      (and possibly more than before).
      
      A future change will switch the split to be based on the number
      of affected lines, and also introduce a mode to base the split
      on the number of affected files.
      
      Bug: 998922
      Change-Id: I49f868972a61b89b426ef9e2ceedc733eacb4350
      Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1778744
      Commit-Queue: Yannic Bonenberger <yannic.bonenberger@gmail.com>
      Reviewed-by: 's avatarDirk Pranke <dpranke@chromium.org>
      68409634
  15. 11 Oct, 2019 1 commit
    • Marc-Antoine Ruel's avatar
      python3 improvements · 8e57b4bc
      Marc-Antoine Ruel authored
      Ran:
        vi $(git grep --name-only iteritems | grep -v third_party)
        vi $(git grep --name-only itervalues | grep -v third_party)
        vi $(git grep --name-only 'print ' | grep -v third_party)
      
      and edited the files quickly with adhoc macros. Then ran in recipes/:
        ./recipes.py test train
      
      There was only a small subset of files that had been updated to use
      six.iteritems() and six.itervalues(). Since the dataset size that is
      being used in gclient is small (pretty much always below 200 items),
      it's better to just switch to .items() right away and take the temporary
      performance hit, so that we don't need to come back to rewrite the code.
      
      Recipe-Nontrivial-Roll: build
      Bug: 984182
      Change-Id: I5faf11486b66b0d73c9098ab0f2ce1b15a45c53e
      Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1854900
      Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
      Reviewed-by: 's avatarEdward Lesmes <ehmaldonado@chromium.org>
      Auto-Submit: Marc-Antoine Ruel <maruel@chromium.org>
      8e57b4bc
  16. 06 May, 2019 1 commit
  17. 14 Feb, 2019 1 commit
  18. 07 Sep, 2018 1 commit
  19. 29 Aug, 2018 1 commit
  20. 13 Dec, 2017 1 commit
  21. 09 Nov, 2017 1 commit
  22. 14 Jul, 2017 1 commit
  23. 31 May, 2017 1 commit