<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>e23a07df6329268c9e19bfba183625715c980b59</id>
      </parent>
    </parents>
    <author>
      <name>Brian Dukes</name>
      <email>dukes.brian@gmail.com</email>
    </author>
    <url>http://github.com/stuartloxton/jquery-pushup/commit/6cfe29c446eaf7b056223a0732115ff6624e8985</url>
    <id>6cfe29c446eaf7b056223a0732115ff6624e8985</id>
    <committed-date>2009-10-20T19:32:49-07:00</committed-date>
    <authored-date>2009-10-20T19:32:49-07:00</authored-date>
    <message>Reverted feature that dynamically added stylesheet

Dynamically adding the stylesheet didn't work in IE6, so it pretty much defeats the point of the script...</message>
    <tree>91a5acf03fdd2d5ed73dc505bbca61216fbf47f5</tree>
    <committer>
      <name>Brian Dukes</name>
      <email>dukes.brian@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>fa4b30e87a8679fa586769c168c9f88c62450641</id>
      </parent>
    </parents>
    <author>
      <name>Brian Dukes</name>
      <email>dukes.brian@gmail.com</email>
    </author>
    <url>http://github.com/stuartloxton/jquery-pushup/commit/e23a07df6329268c9e19bfba183625715c980b59</url>
    <id>e23a07df6329268c9e19bfba183625715c980b59</id>
    <committed-date>2009-10-19T19:07:35-07:00</committed-date>
    <authored-date>2009-10-19T19:07:35-07:00</authored-date>
    <message>Updated version number to reflect new feature</message>
    <tree>209a8de797fe3bbd61cc27e4d6212b5152b20d42</tree>
    <committer>
      <name>Brian Dukes</name>
      <email>dukes.brian@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4dc142d959109db632474a489aa06175746ef803</id>
      </parent>
    </parents>
    <author>
      <name>Brian Dukes</name>
      <email>dukes.brian@gmail.com</email>
    </author>
    <url>http://github.com/stuartloxton/jquery-pushup/commit/fa4b30e87a8679fa586769c168c9f88c62450641</url>
    <id>fa4b30e87a8679fa586769c168c9f88c62450641</id>
    <committed-date>2009-10-19T19:02:30-07:00</committed-date>
    <authored-date>2009-10-19T19:02:30-07:00</authored-date>
    <message>Added logic to dynamically add the stylesheet link

If the `options` object has a `stylesheet` property, a link to that stylesheet will be added to the head of the document.  This prevents adding the styles for the majority of users who have an up-to-date browser (which is especially nice since the styles use a non-validating IE behavior).</message>
    <tree>d12aca936274f7a845c48d5be093d34fb972bd0d</tree>
    <committer>
      <name>Brian Dukes</name>
      <email>dukes.brian@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a923a4d90d12d840ce4332eaebdca375ee0c07f6</id>
      </parent>
    </parents>
    <author>
      <name>Brian Dukes</name>
      <email>dukes.brian@gmail.com</email>
    </author>
    <url>http://github.com/stuartloxton/jquery-pushup/commit/4dc142d959109db632474a489aa06175746ef803</url>
    <id>4dc142d959109db632474a489aa06175746ef803</id>
    <committed-date>2009-10-19T18:52:09-07:00</committed-date>
    <authored-date>2009-10-19T18:52:09-07:00</authored-date>
    <message>Refactored getting the base path for images into its own function

In preparation for reusing that function when dynamically adding a link to the stylesheet.</message>
    <tree>3d46f2396ec09fdd1b333c642e8357ed3eea0275</tree>
    <committer>
      <name>Brian Dukes</name>
      <email>dukes.brian@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>99f1dc1fda04e80601812f2248edfeda57783d4a</id>
      </parent>
    </parents>
    <author>
      <name>Brian Dukes</name>
      <email>dukes.brian@gmail.com</email>
    </author>
    <url>http://github.com/stuartloxton/jquery-pushup/commit/a923a4d90d12d840ce4332eaebdca375ee0c07f6</url>
    <id>a923a4d90d12d840ce4332eaebdca375ee0c07f6</id>
    <committed-date>2009-10-19T18:41:16-07:00</committed-date>
    <authored-date>2009-10-19T18:41:16-07:00</authored-date>
    <message>Removed unused `browser` variable</message>
    <tree>91a5acf03fdd2d5ed73dc505bbca61216fbf47f5</tree>
    <committer>
      <name>Brian Dukes</name>
      <email>dukes.brian@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5fed189b7ca427ccb44e5e5df1cd1f1e3f9e7571</id>
      </parent>
    </parents>
    <author>
      <name>Brian Dukes</name>
      <email>dukes.brian@gmail.com</email>
    </author>
    <url>http://github.com/stuartloxton/jquery-pushup/commit/99f1dc1fda04e80601812f2248edfeda57783d4a</url>
    <id>99f1dc1fda04e80601812f2248edfeda57783d4a</id>
    <committed-date>2009-10-19T17:50:20-07:00</committed-date>
    <authored-date>2009-10-19T17:50:20-07:00</authored-date>
    <message>Refactored and updated to idiomatic jQuery

Updated variable names for the callback used in `each` functions, to make it clear what each variable is.  Reused variables instead of querying for elements multiple times.  Used `hide()` instead of `display:none` and `event.preventDefault()` instead of `return false;`</message>
    <tree>b4a989f1406e5904d957b97bddd187f799781b94</tree>
    <committer>
      <name>Brian Dukes</name>
      <email>dukes.brian@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a3a75ccd21c689a8255d4d6938cb652d774bcaf7</id>
      </parent>
    </parents>
    <author>
      <name>Brian Dukes</name>
      <email>dukes.brian@gmail.com</email>
    </author>
    <url>http://github.com/stuartloxton/jquery-pushup/commit/5fed189b7ca427ccb44e5e5df1cd1f1e3f9e7571</url>
    <id>5fed189b7ca427ccb44e5e5df1cd1f1e3f9e7571</id>
    <committed-date>2009-10-19T17:21:13-07:00</committed-date>
    <authored-date>2009-10-19T17:21:13-07:00</authored-date>
    <message>Fixed accidental renames

When renaming `jQuery` to `$`, there were a couple of places where it referred to the name of the script, rather than the `jQuery` object, and so shouldn't have been renamed.</message>
    <tree>edb5bf602b8eb24c0749f4a8552df3d7a534f130</tree>
    <committer>
      <name>Brian Dukes</name>
      <email>dukes.brian@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>37d5d1bfe7240fa41d5f55836dfd635e5a8fbef2</id>
      </parent>
    </parents>
    <author>
      <name>Brian Dukes</name>
      <email>dukes.brian@gmail.com</email>
    </author>
    <url>http://github.com/stuartloxton/jquery-pushup/commit/a3a75ccd21c689a8255d4d6938cb652d774bcaf7</url>
    <id>a3a75ccd21c689a8255d4d6938cb652d774bcaf7</id>
    <committed-date>2009-10-19T17:20:04-07:00</committed-date>
    <authored-date>2009-10-19T17:18:23-07:00</authored-date>
    <message>Removed `alert` with image path

Looks like there's a leftover debug message in here, not intended for production.</message>
    <tree>e7e2bbee5c6f0110145eb808748901c2a544990d</tree>
    <committer>
      <name>Brian Dukes</name>
      <email>dukes.brian@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ffc0375a35194b3ca5c0922226a365b15140c74b</id>
      </parent>
    </parents>
    <author>
      <name>Brian Dukes</name>
      <email>dukes.brian@gmail.com</email>
    </author>
    <url>http://github.com/stuartloxton/jquery-pushup/commit/37d5d1bfe7240fa41d5f55836dfd635e5a8fbef2</url>
    <id>37d5d1bfe7240fa41d5f55836dfd635e5a8fbef2</id>
    <committed-date>2009-10-19T17:07:11-07:00</committed-date>
    <authored-date>2009-10-19T17:07:11-07:00</authored-date>
    <message>Fixed broken reference

A reference to `this.options` was coming up as `undefined`, so I switched it to `$.pushup.options`</message>
    <tree>9afeee6807fcf30b6405110cabf6630698f50b48</tree>
    <committer>
      <name>Brian Dukes</name>
      <email>dukes.brian@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6838e08a41125b6d31a262a48c85cb316c4e3b4f</id>
      </parent>
    </parents>
    <author>
      <name>Brian Dukes</name>
      <email>dukes.brian@gmail.com</email>
    </author>
    <url>http://github.com/stuartloxton/jquery-pushup/commit/ffc0375a35194b3ca5c0922226a365b15140c74b</url>
    <id>ffc0375a35194b3ca5c0922226a365b15140c74b</id>
    <committed-date>2009-10-15T05:15:49-07:00</committed-date>
    <authored-date>2009-10-15T05:15:49-07:00</authored-date>
    <message>Removed commented-out code</message>
    <tree>f1bfcebc4317ab3f7df4895afb7e7cffa7b91745</tree>
    <committer>
      <name>Brian Dukes</name>
      <email>dukes.brian@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8c474d2c9e5758a9d61dfdbcd1248650eceb5f30</id>
      </parent>
    </parents>
    <author>
      <name>Brian Dukes</name>
      <email>dukes.brian@gmail.com</email>
    </author>
    <url>http://github.com/stuartloxton/jquery-pushup/commit/6838e08a41125b6d31a262a48c85cb316c4e3b4f</url>
    <id>6838e08a41125b6d31a262a48c85cb316c4e3b4f</id>
    <committed-date>2009-10-15T05:14:11-07:00</committed-date>
    <authored-date>2009-10-15T05:14:11-07:00</authored-date>
    <message>Wrapped script in immediate execution function

Wrapping the script in a function allows renaming the jQuery object safely, and creates a scope for all declared variables (so they stay out of the global scope).</message>
    <tree>f43b1355403ada07374e5da7d8aeede164c96452</tree>
    <committer>
      <name>Brian Dukes</name>
      <email>dukes.brian@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>09765dbca3826b45fb438e5d202be9d8110edf33</id>
      </parent>
    </parents>
    <author>
      <name>Brian Dukes</name>
      <email>dukes.brian@gmail.com</email>
    </author>
    <url>http://github.com/stuartloxton/jquery-pushup/commit/8c474d2c9e5758a9d61dfdbcd1248650eceb5f30</url>
    <id>8c474d2c9e5758a9d61dfdbcd1248650eceb5f30</id>
    <committed-date>2009-10-15T05:12:51-07:00</committed-date>
    <authored-date>2009-10-15T05:12:51-07:00</authored-date>
    <message>Changed `setTimeout` calls to take a funtion instead of a string</message>
    <tree>20eabef96c70c18af478f654c2c6c2ea2c36af89</tree>
    <committer>
      <name>Brian Dukes</name>
      <email>dukes.brian@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>33ff5be70cf57c0455462fe2f81a4797e927e46d</id>
      </parent>
    </parents>
    <author>
      <name>Brian Dukes</name>
      <email>dukes.brian@gmail.com</email>
    </author>
    <url>http://github.com/stuartloxton/jquery-pushup/commit/09765dbca3826b45fb438e5d202be9d8110edf33</url>
    <id>09765dbca3826b45fb438e5d202be9d8110edf33</id>
    <committed-date>2009-10-15T05:09:44-07:00</committed-date>
    <authored-date>2009-10-15T05:09:44-07:00</authored-date>
    <message>Updated comment to indicate which portion of the script is credited to PPK</message>
    <tree>b9708ee636d9106e9002af231e0a7d689817526b</tree>
    <committer>
      <name>Brian Dukes</name>
      <email>dukes.brian@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4d7a633d44e2150e2915c88c4463fa605baf0c6c</id>
      </parent>
    </parents>
    <author>
      <name>Brian Dukes</name>
      <email>dukes.brian@gmail.com</email>
    </author>
    <url>http://github.com/stuartloxton/jquery-pushup/commit/33ff5be70cf57c0455462fe2f81a4797e927e46d</url>
    <id>33ff5be70cf57c0455462fe2f81a4797e927e46d</id>
    <committed-date>2009-10-14T21:08:44-07:00</committed-date>
    <authored-date>2009-10-14T21:08:44-07:00</authored-date>
    <message>Moved immediate function invocation call into parens

Per JSLint, immediate function invocations should have the argument inside the wrapping parens.</message>
    <tree>e3559344401d5e5d451a1b84d24faaac72974474</tree>
    <committer>
      <name>Brian Dukes</name>
      <email>dukes.brian@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d4041c7e401402c11cbafb00f9d4d4ccce7bf09f</id>
      </parent>
    </parents>
    <author>
      <name>Brian Dukes</name>
      <email>dukes.brian@gmail.com</email>
    </author>
    <url>http://github.com/stuartloxton/jquery-pushup/commit/4d7a633d44e2150e2915c88c4463fa605baf0c6c</url>
    <id>4d7a633d44e2150e2915c88c4463fa605baf0c6c</id>
    <committed-date>2009-10-14T21:04:16-07:00</committed-date>
    <authored-date>2009-10-14T21:04:16-07:00</authored-date>
    <message>Changed `==` comparison to `===` to prevent unintended coercion.

Complies with JSLint `eqeqeq` option</message>
    <tree>0f538f1ee409d5658668948d9d6be2715c4e1cab</tree>
    <committer>
      <name>Brian Dukes</name>
      <email>dukes.brian@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b5a5a0c903419ed587e74f747570c32998e36f6a</id>
      </parent>
    </parents>
    <author>
      <name>Brian Dukes</name>
      <email>dukes.brian@gmail.com</email>
    </author>
    <url>http://github.com/stuartloxton/jquery-pushup/commit/d4041c7e401402c11cbafb00f9d4d4ccce7bf09f</url>
    <id>d4041c7e401402c11cbafb00f9d4d4ccce7bf09f</id>
    <committed-date>2009-10-14T21:01:20-07:00</committed-date>
    <authored-date>2009-10-14T21:01:20-07:00</authored-date>
    <message>Considated `var` statements and made sure all variables are defined

Per JSLint, variables should be defined before they are used, and earch function should have only one `var` statement, at the top of the function.</message>
    <tree>023766a7eb693b343b19bae69c7de8fb7aef0bc0</tree>
    <committer>
      <name>Brian Dukes</name>
      <email>dukes.brian@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>df89be4e65695713f94ba1607665f103ef2c013b</id>
      </parent>
    </parents>
    <author>
      <name>Brian Dukes</name>
      <email>dukes.brian@gmail.com</email>
    </author>
    <url>http://github.com/stuartloxton/jquery-pushup/commit/b5a5a0c903419ed587e74f747570c32998e36f6a</url>
    <id>b5a5a0c903419ed587e74f747570c32998e36f6a</id>
    <committed-date>2009-10-14T20:54:21-07:00</committed-date>
    <authored-date>2009-10-14T20:54:21-07:00</authored-date>
    <message>Moved Cookie object to the top of the file

To avoid issues referencing the Cookie object before it is defined (and to remove the JSLint warning), the Cookie object needs to come before the pushup code.</message>
    <tree>9db11510ba9a922dfabed354e0fb9b6499611581</tree>
    <committer>
      <name>Brian Dukes</name>
      <email>dukes.brian@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>fa4fd1376c60449c7bb653986ff8bec4822c5678</id>
      </parent>
    </parents>
    <author>
      <name>Brian Dukes</name>
      <email>dukes.brian@gmail.com</email>
    </author>
    <url>http://github.com/stuartloxton/jquery-pushup/commit/df89be4e65695713f94ba1607665f103ef2c013b</url>
    <id>df89be4e65695713f94ba1607665f103ef2c013b</id>
    <committed-date>2009-10-14T20:49:20-07:00</committed-date>
    <authored-date>2009-10-14T20:49:20-07:00</authored-date>
    <message>Changed to non-coercing equality check against `' '` and `0`

Per JSLint, (http://www.jslint.com/lint.html#equal), checks against values that evaluate to false should be done with the non-coercing evaluator (`===` instead of `==`)</message>
    <tree>a85ce93c58b4519c95af379e2efe20ad7e9d31e5</tree>
    <committer>
      <name>Brian Dukes</name>
      <email>dukes.brian@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b7473d17be2cdc4dbdfd8db4a27136af7e03139b</id>
      </parent>
    </parents>
    <author>
      <name>Brian Dukes</name>
      <email>dukes.brian@gmail.com</email>
    </author>
    <url>http://github.com/stuartloxton/jquery-pushup/commit/fa4fd1376c60449c7bb653986ff8bec4822c5678</url>
    <id>fa4fd1376c60449c7bb653986ff8bec4822c5678</id>
    <committed-date>2009-10-14T20:45:36-07:00</committed-date>
    <authored-date>2009-10-14T20:45:36-07:00</authored-date>
    <message>Added braces to single-line block statements

Per JSLint (http://www.jslint.com/lint.html#required), all `if`, `while`, `for`, and `do` statments should be made with blocks to minimize errors during maintenance.</message>
    <tree>f05f4a8176cacb53caeaa168f49f863fd11cff1d</tree>
    <committer>
      <name>Brian Dukes</name>
      <email>dukes.brian@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5d0c8b8ae47e529b672cadf952df1a69fca204d9</id>
      </parent>
    </parents>
    <author>
      <name>Brian Dukes</name>
      <email>dukes.brian@gmail.com</email>
    </author>
    <url>http://github.com/stuartloxton/jquery-pushup/commit/b7473d17be2cdc4dbdfd8db4a27136af7e03139b</url>
    <id>b7473d17be2cdc4dbdfd8db4a27136af7e03139b</id>
    <committed-date>2009-10-14T20:43:31-07:00</committed-date>
    <authored-date>2009-10-14T20:43:31-07:00</authored-date>
    <message>Added semicolons where they were missing

Per JSLint (http://www.jslint.com/lint.html#semicolon), all statements should be followed by a semicolon to remove ambiguity.</message>
    <tree>26384517eb830a539fd59f3a725279cab3ab1e21</tree>
    <committer>
      <name>Brian Dukes</name>
      <email>dukes.brian@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>587d57c2f194e2c551a838feaec4ba5c2437ad4b</id>
      </parent>
    </parents>
    <author>
      <name>Brian Dukes</name>
      <email>dukes.brian@gmail.com</email>
    </author>
    <url>http://github.com/stuartloxton/jquery-pushup/commit/5d0c8b8ae47e529b672cadf952df1a69fca204d9</url>
    <id>5d0c8b8ae47e529b672cadf952df1a69fca204d9</id>
    <committed-date>2009-10-14T20:40:47-07:00</committed-date>
    <authored-date>2009-10-14T20:40:47-07:00</authored-date>
    <message>Updated version to 1.0.3 to match main pushup project</message>
    <tree>6bbde58f6eb871897a1d21bc97ff63bae61c0221</tree>
    <committer>
      <name>Brian Dukes</name>
      <email>dukes.brian@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>17c354d32567132252051abf28da95e44b8001ed</id>
      </parent>
    </parents>
    <author>
      <name>Brian Dukes</name>
      <email>dukes.brian@gmail.com</email>
    </author>
    <url>http://github.com/stuartloxton/jquery-pushup/commit/587d57c2f194e2c551a838feaec4ba5c2437ad4b</url>
    <id>587d57c2f194e2c551a838feaec4ba5c2437ad4b</id>
    <committed-date>2009-10-10T20:43:15-07:00</committed-date>
    <authored-date>2009-10-10T20:43:15-07:00</authored-date>
    <message>Used strict equality operator when checking against `undefined`

JSLint suggests to use `!==` when comparing against `undefined`, since it does not do type coercion.</message>
    <tree>d95f995f53bc4809a6b9d5148da28e08f7c379cd</tree>
    <committer>
      <name>Brian Dukes</name>
      <email>dukes.brian@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6e2246743d48629813c4b0f211706fb32e65768a</id>
      </parent>
    </parents>
    <author>
      <name>Brian Dukes</name>
      <email>dukes.brian@gmail.com</email>
    </author>
    <url>http://github.com/stuartloxton/jquery-pushup/commit/17c354d32567132252051abf28da95e44b8001ed</url>
    <id>17c354d32567132252051abf28da95e44b8001ed</id>
    <committed-date>2009-10-10T20:40:15-07:00</committed-date>
    <authored-date>2009-10-10T20:40:15-07:00</authored-date>
    <message>Updated indentation to match JSLint's &quot;strict white space&quot; rule

Made sure that each statement is on its own line.  Updated Cookie section to use a 4-space indent, like the rest of the file.</message>
    <tree>afd82f48d7d4a3cf886a96f802227099bc72d579</tree>
    <committer>
      <name>Brian Dukes</name>
      <email>dukes.brian@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>895108366662dd802a31679e34becc17e2334008</id>
      </parent>
    </parents>
    <author>
      <name>Brian Dukes</name>
      <email>dukes.brian@gmail.com</email>
    </author>
    <url>http://github.com/stuartloxton/jquery-pushup/commit/6e2246743d48629813c4b0f211706fb32e65768a</url>
    <id>6e2246743d48629813c4b0f211706fb32e65768a</id>
    <committed-date>2009-10-10T20:34:44-07:00</committed-date>
    <authored-date>2009-10-10T20:34:44-07:00</authored-date>
    <message>Added spaces to conform to JSLint &quot;strict white space&quot; rule

Added spaces after the &quot;function&quot; and &quot;if&quot; keywords, and around &quot;+&quot; signs.</message>
    <tree>45e33c1e8aaea48e714f02631e01e7593bbc40c4</tree>
    <committer>
      <name>Brian Dukes</name>
      <email>dukes.brian@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>9299dacdf2b74d4ac30d9c78add99929a50dab91</id>
      </parent>
    </parents>
    <author>
      <name>Brian Dukes</name>
      <email>dukes.brian@gmail.com</email>
    </author>
    <url>http://github.com/stuartloxton/jquery-pushup/commit/895108366662dd802a31679e34becc17e2334008</url>
    <id>895108366662dd802a31679e34becc17e2334008</id>
    <committed-date>2009-10-10T20:18:57-07:00</committed-date>
    <authored-date>2009-10-10T20:18:57-07:00</authored-date>
    <message>Updated required version of Firefox to 3 and of Opera to 9.5

The required versions have been updated to match the main pushup project (commit aa2ed4a5 at github,com/staaky/pushup)</message>
    <tree>f6009dc0ee4a16155579f130f13d2d4ab920d0c3</tree>
    <committer>
      <name>Brian Dukes</name>
      <email>dukes.brian@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>3d1820838325064ddd7288cfbd8ff8b84a704c5f</id>
      </parent>
    </parents>
    <author>
      <name>Brian Dukes</name>
      <email>dukes.brian@gmail.com</email>
    </author>
    <url>http://github.com/stuartloxton/jquery-pushup/commit/9299dacdf2b74d4ac30d9c78add99929a50dab91</url>
    <id>9299dacdf2b74d4ac30d9c78add99929a50dab91</id>
    <committed-date>2009-10-10T19:49:47-07:00</committed-date>
    <authored-date>2009-10-10T19:49:47-07:00</authored-date>
    <message>Fixed typos in README files

The READMEs had a misspelling in a reference to the the resetReminder function, and misspelled the word &quot;refactor.&quot;</message>
    <tree>c471792c25143d5210a1e5ac69687dc0157526c4</tree>
    <committer>
      <name>Brian Dukes</name>
      <email>dukes.brian@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>3fed6f27b0311e9805297612383913049d7ab48f</id>
      </parent>
    </parents>
    <author>
      <name>Chris Williams</name>
      <email>chris@iterativedesigns.com</email>
    </author>
    <url>http://github.com/stuartloxton/jquery-pushup/commit/3d1820838325064ddd7288cfbd8ff8b84a704c5f</url>
    <id>3d1820838325064ddd7288cfbd8ff8b84a704c5f</id>
    <committed-date>2008-12-21T11:31:02-08:00</committed-date>
    <authored-date>2008-09-03T09:25:23-07:00</authored-date>
    <message>Fixing bugs with the jquery version, it now links and renders the proper image in the right browsers.

Signed-off-by: Stuart Loxton &lt;stuart.loxton@googlemail.com&gt;</message>
    <tree>64c876314bbf3d5b2b40a702fa42db249dd874fc</tree>
    <committer>
      <name>Stuart Loxton</name>
      <email>stuart.loxton@googlemail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7bb0441d5f0c9b6d2aad2c87eda0e4df2d45b566</id>
      </parent>
    </parents>
    <author>
      <name>stuartloxton</name>
      <email>stuart.loxton@googlemail.com</email>
    </author>
    <url>http://github.com/stuartloxton/jquery-pushup/commit/3fed6f27b0311e9805297612383913049d7ab48f</url>
    <id>3fed6f27b0311e9805297612383913049d7ab48f</id>
    <committed-date>2008-08-03T10:50:33-07:00</committed-date>
    <authored-date>2008-08-03T10:50:33-07:00</authored-date>
    <message>Added better regex for absolute URL detecting + changed version to match the original pushup</message>
    <tree>8acae9c8fc50bdc8196a85be4d1328cfcd0749c3</tree>
    <committer>
      <name>stuartloxton</name>
      <email>stuart.loxton@googlemail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b767f7731532ee07d985382db4aac201bd271389</id>
      </parent>
    </parents>
    <author>
      <name>stuartloxton</name>
      <email>stuart.loxton@googlemail.com</email>
    </author>
    <url>http://github.com/stuartloxton/jquery-pushup/commit/7bb0441d5f0c9b6d2aad2c87eda0e4df2d45b566</url>
    <id>7bb0441d5f0c9b6d2aad2c87eda0e4df2d45b566</id>
    <committed-date>2008-07-31T14:29:24-07:00</committed-date>
    <authored-date>2008-07-31T14:29:24-07:00</authored-date>
    <message>Shortened code + added to Readme</message>
    <tree>35f8cb0fcd66458e693bde4e3198a73446b281e1</tree>
    <committer>
      <name>stuartloxton</name>
      <email>stuart.loxton@googlemail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b39c0aba2868afb191947603d914125e9b7573e3</id>
      </parent>
    </parents>
    <author>
      <name>stuartloxton</name>
      <email>stuart.loxton@googlemail.com</email>
    </author>
    <url>http://github.com/stuartloxton/jquery-pushup/commit/b767f7731532ee07d985382db4aac201bd271389</url>
    <id>b767f7731532ee07d985382db4aac201bd271389</id>
    <committed-date>2008-07-31T14:06:13-07:00</committed-date>
    <authored-date>2008-07-31T14:06:13-07:00</authored-date>
    <message>Removed all HTML strings - now uses document.createElement + jQuery chaining</message>
    <tree>c206fb75675ed80cb1b45dce9be2bfded4560620</tree>
    <committer>
      <name>stuartloxton</name>
      <email>stuart.loxton@googlemail.com</email>
    </committer>
  </commit>
</commits>
