Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
[PATCH] Remove "delta" object representation.
[gitweb.git]
/
pack-objects.c
diff --git
a/pack-objects.c
b/pack-objects.c
index 3fe3b05d51e7960d978a9efb765cfcd8d8a43009..102af3054bc27e864117663628c69a5beb8c26a5 100644
(file)
--- a/
pack-objects.c
+++ b/
pack-objects.c
@@
-11,7
+11,7
@@
enum object_type {
OBJ_COMMIT,
OBJ_TREE,
OBJ_BLOB,
- OBJ_DELTA
// NOTE! This is _not_ the same as a "delta" object in the filesystem
+ OBJ_DELTA
};
struct object_entry {