1. 25 Jun, 2013 1 commit
  2. 20 Jun, 2013 2 commits
  3. 19 Jun, 2013 1 commit
  4. 18 Jun, 2013 1 commit
  5. 17 Jun, 2013 2 commits
  6. 12 Jun, 2013 1 commit
  7. 11 Jun, 2013 1 commit
  8. 10 Jun, 2013 3 commits
  9. 07 Jun, 2013 4 commits
  10. 06 Jun, 2013 1 commit
  11. 04 Jun, 2013 2 commits
  12. 03 Jun, 2013 2 commits
  13. 01 Jun, 2013 1 commit
  14. 31 May, 2013 2 commits
  15. 30 May, 2013 1 commit
  16. 29 May, 2013 4 commits
  17. 24 May, 2013 1 commit
  18. 23 May, 2013 1 commit
  19. 22 May, 2013 2 commits
  20. 21 May, 2013 1 commit
  21. 20 May, 2013 3 commits
  22. 18 May, 2013 2 commits
  23. 17 May, 2013 1 commit
    • digit@chromium.org's avatar
      Fix 'git cl format' · 29e47275
      digit@chromium.org authored
      This patch fixes the implementation as follows:
      
        1/ Fix '--full' option to check for all changes in the
           current branch relative to upstream. The old code only
           considered currently modified files, which made little
           sense.
      
        2/ Fix '--full' option to apply Chromium style too.
      
        3/ Use a proper source file filter. The original code used
           ".*.cc .*.cpp .*.h" as the filter, which didn't catch anything !?
      
        4/ Add --no-ext-diff to make it work with custom "git diff" handlers.
      
      R=agable@chromium.org, maruel@chromium.org, pliard@chromium.org
      BUG=NONE
      
      Review URL: https://chromiumcodereview.appspot.com/14942012
      
      git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@200832 0039d316-1c4b-4281-b951-d872f2087c98
      29e47275