]> git.ipfire.org Git - thirdparty/git.git/commit - log-tree.c
Remove get_object_hash.
authorbrian m. carlson <sandals@crustytoothpaste.net>
Tue, 10 Nov 2015 02:22:29 +0000 (02:22 +0000)
committerJeff King <peff@peff.net>
Fri, 20 Nov 2015 13:02:05 +0000 (08:02 -0500)
commited1c9977cb1b63e4270ad8bdf967a2d02580aa08
treef5b52ccae09103672c62c1c11ff0bddc78199829
parentf2fd0760f62e79609fef7bfd7ecebb002e8e4ced
Remove get_object_hash.

Convert all instances of get_object_hash to use an appropriate reference
to the hash member of the oid member of struct object.  This provides no
functional change, as it is essentially a macro substitution.

Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Jeff King <peff@peff.net>
63 files changed:
archive.c
bisect.c
branch.c
builtin/blame.c
builtin/branch.c
builtin/checkout.c
builtin/clone.c
builtin/commit.c
builtin/describe.c
builtin/diff-tree.c
builtin/diff.c
builtin/fast-export.c
builtin/fetch.c
builtin/fmt-merge-msg.c
builtin/fsck.c
builtin/grep.c
builtin/index-pack.c
builtin/log.c
builtin/merge-tree.c
builtin/merge.c
builtin/name-rev.c
builtin/notes.c
builtin/pack-objects.c
builtin/pull.c
builtin/reflog.c
builtin/reset.c
builtin/rev-list.c
builtin/rev-parse.c
builtin/show-branch.c
builtin/unpack-objects.c
bundle.c
cache-tree.c
combine-diff.c
commit.c
decorate.c
diff-lib.c
fetch-pack.c
fsck.c
http-push.c
line-log.c
log-tree.c
merge-blobs.c
merge-recursive.c
notes-merge.c
object.c
object.h
pack-bitmap-write.c
pack-bitmap.c
patch-ids.c
pretty.c
ref-filter.c
refs.c
revision.c
sequencer.c
sha1_name.c
shallow.c
submodule.c
tag.c
test-match-trees.c
tree.c
upload-pack.c
walker.c
wt-status.c