summaryrefslogtreecommitdiff
path: root/cache.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-01-10 18:33:11 (GMT)
committerJunio C Hamano <gitster@pobox.com>2014-01-10 18:33:11 (GMT)
commitb2132068c6df38b24b49dfc6fbbf0645b21ec037 (patch)
tree56fc704257887e0788cc73e654393605da8171c2 /cache.h
parentf06a5e607dde266884db4a99b70fbee09d5c5efc (diff)
parent65ea9c3c3d0e74b1f8c0c1d9fea6988550133dba (diff)
downloadgit-b2132068c6df38b24b49dfc6fbbf0645b21ec037.zip
git-b2132068c6df38b24b49dfc6fbbf0645b21ec037.tar.gz
git-b2132068c6df38b24b49dfc6fbbf0645b21ec037.tar.bz2
Merge branch 'jk/oi-delta-base'
Teach "cat-file --batch" to show delta-base object name for a packed object that is represented as a delta. * jk/oi-delta-base: cat-file: provide %(deltabase) batch format sha1_object_info_extended: provide delta base sha1s
Diffstat (limited to 'cache.h')
-rw-r--r--cache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cache.h b/cache.h
index 9ba9773..83a2726 100644
--- a/cache.h
+++ b/cache.h
@@ -1080,6 +1080,7 @@ struct object_info {
enum object_type *typep;
unsigned long *sizep;
unsigned long *disk_sizep;
+ unsigned char *delta_base_sha1;
/* Response */
enum {