Commit 9dbd150f5f499bbf768d65c4ebb596651e77a1b8

Carlos Martín Nieto 2014-05-09T09:36:09

pack: simplify delta chain code The switch makes the loop somewhat unwieldy. Let's assume it's fine and perform the check when we're accessing the data. This makes our code look a lot more like git's.