1. 02 Feb, 2014 1 commit
  2. 01 Feb, 2014 2 commits
  3. 31 Jan, 2014 4 commits
  4. 30 Jan, 2014 32 commits
  5. 29 Jan, 2014 1 commit
    • Two-phase index merging · 0972c592
      When three-way merging indexes, we previously changed each path
      as we read them, which would lead to us adding an index entry for
      'foo', then removing an index entry for 'foo/file'.  With the new
      index requirements, this is not allowed.  Removing entries in the
      merged index, then adding them, resolves this.  In the previous
      example, we now remove 'foo/file' before adding 'foo'.
      Edward Thomson committed