1. 21 Aug, 2013 3 commits
  2. 20 Aug, 2013 2 commits
    • Add sorted cache data type · 0b7cdc02
      This adds a convenient new data type for caching the contents of
      file in memory when each item in that file corresponds to a name
      and you need to both be able to lookup items by name and iterate
      over them in some sorted order.  The new data type has locks in
      place to manage usage in a threaded environment.
      Russell Belfer committed
    • Don't try to pack symbolic refs · 0f0f5655
      If there were symbolic refs among the loose refs then the code
      to create packed-refs would fail trying to parse the OID out of
      them (where Git just skips trying to pack them).  This fixes it.
      Russell Belfer committed
  3. 19 Aug, 2013 16 commits
  4. 18 Aug, 2013 2 commits
  5. 17 Aug, 2013 2 commits
  6. 16 Aug, 2013 9 commits
  7. 15 Aug, 2013 6 commits