commit | e488f1cacd7813feaca9f7d7b09de7eb5ec69f84 | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <spearce@spearce.org> | Wed Nov 03 19:01:53 2010 -0700 |
committer | Shawn O. Pearce <spearce@spearce.org> | Thu Nov 04 19:12:13 2010 -0700 |
tree | 7c0979c631e295dcb2e800454a7a8c086a910c59 | |
parent | b22a4e84886e7388d509376be9afce31833de054 [diff] |
Add MutableObjectId setByte to modify a mutable id This mirrors the getByte() API in ObjectId and allows the caller to modify a single byte, which is useful when updating it as part of a loop walking through 0x00..0xff inside of a range of objects. Change-Id: I57fa8420011fe5ed5fc6bfeb26f87a02b3197dab Signed-off-by: Shawn O. Pearce <spearce@spearce.org>