Changeset 85988 in webkit


Ignore:
Timestamp:
May 6, 2011 5:11:04 PM (13 years ago)
Author:
commit-queue@webkit.org
Message:

2011-05-06 David Grogan <dgrogan@chromium.org>

Reviewed by Eric Seidel.

update link to message about mac 64bit git binaries
https://bugs.webkit.org/show_bug.cgi?id=60411

The original message implied (correctly, at-the-time) that
http://code.google.com/p/git-osx-installer/ doesn't provide 64-bit
binaries. The new message notes that they do. This might prevent someone
else from spending a few minutes confused.

  • Scripts/webkitpy/common/checkout/scm/git.py:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r85982 r85988  
     12011-05-06  David Grogan  <dgrogan@chromium.org>
     2
     3        Reviewed by Eric Seidel.
     4
     5        update link to message about mac 64bit git binaries
     6        https://bugs.webkit.org/show_bug.cgi?id=60411
     7
     8        The original message implied (correctly, at-the-time) that
     9        http://code.google.com/p/git-osx-installer/ doesn't provide 64-bit
     10        binaries. The new message notes that they do. This might prevent someone
     11        else from spending a few minutes confused.
     12
     13        * Scripts/webkitpy/common/checkout/scm/git.py:
     14
    1152011-05-06  Dirk Pranke  <dpranke@chromium.org>
    216
  • trunk/Tools/Scripts/webkitpy/common/checkout/scm/git.py

    r85827 r85988  
    8484            return
    8585
    86         webkit_dev_thead_url = "https://lists.webkit.org/pipermail/webkit-dev/2010-December/015249.html"
     86        webkit_dev_thead_url = "https://lists.webkit.org/pipermail/webkit-dev/2010-December/015287.html"
    8787        log("Warning: This machine is 64-bit, but the git binary (%s) does not support 64-bit.\nInstall a 64-bit git for better performance, see:\n%s\n" % (git_path, webkit_dev_thead_url))
    8888
Note: See TracChangeset for help on using the changeset viewer.