- 05 Dec, 2012 8 commits
-
-
Fix diff header comments and missing const
Vicent Martí committed -
Based on the recent work to wrap diff in objective-git, this includes a fix for a missing const and a number of clarifications of the documentation.
Russell Belfer committed -
Vicent Marti committed
-
Vicent Marti committed
-
Vicent Marti committed
-
Vicent Marti committed
-
Version info for public structs
Vicent Martí committed -
Ben Straub committed
-
- 04 Dec, 2012 3 commits
-
-
Edward Thomson committed
-
Hey that's not an int!
Vicent Martí committed -
Edward Thomson committed
-
- 03 Dec, 2012 8 commits
-
-
status should ignore conflicts entries in the index
Russell Belfer committed -
Edward Thomson committed
-
Ben Straub committed
-
Ben Straub committed
-
Ben Straub committed
-
odb-pack: resurrect pack_backend__read_header
Vicent Martí committed -
Vicent Marti committed
-
EINVALIDSPEC
Vicent Martí committed
-
- 02 Dec, 2012 2 commits
-
-
David Michael Barr committed
-
To paraphrase @peff: You can get both size and type from a packed object reasonably cheaply. If you have: * An object that is not a delta; both type and size are available in the packfile header. * An object that is a delta. The packfile type will be OBJ_*_DELTA, and you have to resolve back to the base to find the real type. That means potentially a lot of packfile index lookups, but each one is relatively cheap. For the size, you inflate the first few bytes of the delta, whose header will tell you the resulting size of applying the delta to the base. For simplicity, we just decompress the whole delta for now.
David Michael Barr committed
-
- 01 Dec, 2012 17 commits
-
-
nulltoken committed
-
nulltoken committed
-
nulltoken committed
-
nulltoken committed
-
nulltoken committed
-
nulltoken committed
-
nulltoken committed
-
nulltoken committed
-
nulltoken committed
-
nulltoken committed
-
nulltoken committed
-
nulltoken committed
-
nulltoken committed
-
Ben Straub committed
-
Ben Straub committed
-
David Michael Barr committed
-
Ben Straub committed
-
- 30 Nov, 2012 2 commits
-
-
Ben Straub committed
-
Ben Straub committed
-