Changeset 65686 in webkit


Ignore:
Timestamp:
Aug 19, 2010 11:28:29 AM (14 years ago)
Author:
tony@chromium.org
Message:

2010-08-19 Tony Chang <tony@chromium.org>

Reviewed by Adam Barth.

webkit-patch barfed on upload with a new image test result
https://bugs.webkit.org/show_bug.cgi?id=39097

  • PrettyPatch/PrettyPatch.rb: don't use full path to git
Location:
trunk/BugsSite
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BugsSite/ChangeLog

    r65679 r65686  
     12010-08-19  Tony Chang  <tony@chromium.org>
     2
     3        Reviewed by Adam Barth.
     4
     5        webkit-patch barfed on upload with a new image test result
     6        https://bugs.webkit.org/show_bug.cgi?id=39097
     7
     8        * PrettyPatch/PrettyPatch.rb: don't use full path to git
     9
    1102010-08-19  Tony Chang  <tony@chromium.org>
    211
  • trunk/BugsSite/PrettyPatch/PrettyPatch.rb

    r64482 r65686  
    1010public
    1111
    12     GIT_PATH = "/opt/local/bin/git"
     12    GIT_PATH = "git"
    1313
    1414    def self.prettify(string)
Note: See TracChangeset for help on using the changeset viewer.