summaryrefslogtreecommitdiff
path: root/submodule.h
diff options
context:
space:
mode:
authorLibravatar brian m. carlson <sandals@crustytoothpaste.net>2016-09-05 20:07:54 +0000
committerLibravatar Junio C Hamano <gitster@pobox.com>2016-09-07 12:59:42 -0700
commita7bcfa126b686ea9f16bbba75e53261330f1aa58 (patch)
treefeea1cec406beca00612e0643fb663621a5629a5 /submodule.h
parentbuiltin/apply: convert static functions to struct object_id (diff)
downloadtgif-a7bcfa126b686ea9f16bbba75e53261330f1aa58.tar.xz
builtin/blame: convert struct origin to use struct object_id
Convert struct origin to use struct object_id by applying the following semantic patch and the object_id transforms from contrib, plus the actual change to the struct: @@ struct origin E1; @@ - E1.blob_sha1 + E1.blob_oid.hash @@ struct origin *E1; @@ - E1->blob_sha1 + E1->blob_oid.hash Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'submodule.h')
0 files changed, 0 insertions, 0 deletions