summaryrefslogtreecommitdiff
path: root/pack.h
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-10-23 05:51:42 (GMT)
committerJunio C Hamano <junkio@cox.net>2006-10-23 05:51:42 (GMT)
commit05eb811aa1546b696c6c4d55593cfd4fbef0dce5 (patch)
treebad8266ba08310f00a1998063c545dd3707fdc3c /pack.h
parent02a20456d2c5efccbdd0093ad2a16134f160c218 (diff)
parent2d477051ef260aad352d63fc7d9c07e4ebb4359b (diff)
downloadgit-05eb811aa1546b696c6c4d55593cfd4fbef0dce5.zip
git-05eb811aa1546b696c6c4d55593cfd4fbef0dce5.tar.gz
git-05eb811aa1546b696c6c4d55593cfd4fbef0dce5.tar.bz2
Merge branch 'np/pack'
* np/pack: add the capability for index-pack to read from a stream index-pack: compare only the first 20-bytes of the key. git-repack: repo.usedeltabaseoffset pack-objects: document --delta-base-offset option allow delta data reuse even if base object is a preferred base zap a debug remnant let the GIT native protocol use offsets to delta base when possible make pack data reuse compatible with both delta types make git-pack-objects able to create deltas with offset to base teach git-index-pack about deltas with offset to base teach git-unpack-objects about deltas with offset to base introduce delta objects with offset to base
Diffstat (limited to 'pack.h')
-rw-r--r--pack.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/pack.h b/pack.h
index eb07b03..4814800 100644
--- a/pack.h
+++ b/pack.h
@@ -16,7 +16,4 @@ struct pack_header {
};
extern int verify_pack(struct packed_git *, int);
-extern int check_reuse_pack_delta(struct packed_git *, unsigned long,
- unsigned char *, unsigned long *,
- enum object_type *);
#endif