Merge branch 'sp/misccleanup'
commit5d00779ca020df4d87706d897a6c9886dda4b4b6
authorRobin Rosenberg <robin.rosenberg@dewire.com>
Thu, 14 Aug 2008 17:14:46 +0000 (14 19:14 +0200)
committerRobin Rosenberg <robin.rosenberg@dewire.com>
Thu, 14 Aug 2008 17:14:46 +0000 (14 19:14 +0200)
tree2455039c58bf7da7a87d8d9ddf16f9bfe350e87f
parent32367877c72f86ac7ffb7dc6c32a2f79353ddd3a
parent43bad60ed812e5a5a4c706c6c58d62eaa06cd24c
Merge branch 'sp/misccleanup'

* sp/misccleanup:
  Teach NB how to encode/decode an unsigned 16 bit integer
  Add a TreeWalk iterator implementation for IContainer
  Expose idBuffer,idOffset in AbstractTreeIterator to applications
  Expose the current entry's length, last modified in WorkingTreeIterator
  Allow WorkingTreeIterator to track last modified time for entries
  Add getTree to TreeWalk for locating the current iterator instance
  Allow WorkingTreeIterators to define their prefix path when created
  Allow AbstractTreeIterator subclasses to supply their own path array
  Notify AbstractTreeIterator implementations of skipped tree entries
  Add test case for the RevCommit parsing code
  Fix RawParseUtils.endOfParagraph to work on all corner cases