1. 22 Dec, 2009 7 commits
  2. 20 Dec, 2009 2 commits
  3. 19 Dec, 2009 2 commits
  4. 18 Dec, 2009 5 commits
  5. 17 Dec, 2009 2 commits
  6. 15 Dec, 2009 1 commit
  7. 14 Dec, 2009 2 commits
  8. 12 Dec, 2009 1 commit
  9. 11 Dec, 2009 3 commits
  10. 09 Dec, 2009 1 commit
  11. 08 Dec, 2009 3 commits
  12. 03 Dec, 2009 6 commits
  13. 02 Dec, 2009 1 commit
  14. 01 Dec, 2009 1 commit
  15. 25 Nov, 2009 2 commits
  16. 24 Nov, 2009 1 commit
    • chase@chromium.org's avatar
      Call git diff --name-status with a relative path. · 37c629a3
      chase@chromium.org authored
      On a new Linux box, during git cl dcommit I observed
      the error:
      
        fatal: invalid diff option/value: -r
      
      This was caused by the git cl presubmit hooks running:
      
        git diff --name-status -r refs/remotes/origin/trunk.. /path/to/src
      
      By passing a relative path (given by git rev-parse
      --show-cdup) instead of an absolute path for
      /path/to/src, git diff --name-status does not print an
      error and returns the expected list of changed files.
      
      Also fix some broken scm and gclient_scm unit tests.
      
      BUG=none
      TEST=git presubmit hooks work from main working
      directory
      Review URL: http://codereview.chromium.org/438012
      
      git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@32999 0039d316-1c4b-4281-b951-d872f2087c98
      37c629a3