commit | b46b635c0389e01a55b2f9c490e5b6c54a8ce640 | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <spearce@spearce.org> | Fri Aug 20 08:53:46 2010 -0700 |
committer | Shawn O. Pearce <spearce@spearce.org> | Fri Aug 20 17:38:52 2010 -0700 |
tree | 582ff9587b75eb820e74188563d1c1d39c04d398 | |
parent | cf9537c8ceeed05b2cc7f996009d9f2f18623782 [diff] |
Make Commit class only for writing The Commit class now only supports the creation of a commit object. To read a commit, applictions should use RevCommit. This permits us to have exactly one implementation, and RevCommit's is faster and more bug-free. Change-Id: Ib573f7e15f36855112815269385c21dea532e2cf Signed-off-by: Shawn O. Pearce <spearce@spearce.org>