<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -190,7 +190,7 @@ function format-bytes($bytes, $bytesPerLine = 8) {
 function convertfrom-b64([string] $str) {
    [convert]::FromBase64String($str)
 }
-function normalize-array($array, [int]$offset, [int]$len) {
+function normalize-array($array, [int]$offset, [int]$len=$array.Length-$offset) {
    $dest = new-object $array.GetType() $len
    [array]::Copy($array, $offset, $dest, 0, $len)
    $dest</diff>
      <filename>.profile.ps1</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>140bca4289027d6de3873619f023181feb7c37c9</id>
    </parent>
  </parents>
  <author>
    <name>Tomas Restrepo</name>
    <email>tomas@winterdom.com</email>
  </author>
  <url>http://github.com/tomasr/dotfiles/commit/90f97578a048216a2f77f2f0517e31d1cddd83b1</url>
  <id>90f97578a048216a2f77f2f0517e31d1cddd83b1</id>
  <committed-date>2009-09-04T08:58:57-07:00</committed-date>
  <authored-date>2009-09-04T08:58:57-07:00</authored-date>
  <message>Better defaults</message>
  <tree>189fb62b37b382b57cef09b660ffcd323392181f</tree>
  <committer>
    <name>Tomas Restrepo</name>
    <email>tomas@winterdom.com</email>
  </committer>
</commit>
