commit | 5cd6d0a09bbcd469ded349905e5c919b739d2641 | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <sop@google.com> | Mon Aug 30 12:01:23 2010 -0700 |
committer | Shawn O. Pearce <sop@google.com> | Mon Aug 30 12:01:23 2010 -0700 |
tree | ba793113ca68e3685f590b21fa79a68ce1edb784 | |
parent | aa5bca762455af4afb1ad9cefd1f49fec5f568c3 [diff] |
Update to JGit 0.8.4.328-ge6bd689 This fixes the 'error: unpack failed: error daad993f7' message were were seeing during some uploads to Gerrit servers. The receive code was choking on an object larger than the stream threshold size, because it didn't try to coerce the object's loader into a flat byte[]. Change-Id: Id3616536c0f703bef6c69fbc6bf354e17c8474f9 Signed-off-by: Shawn O. Pearce <sop@google.com>