]> git.ipfire.org Git - thirdparty/git.git/commit - transport.c
Convert find_unique_abbrev* to struct object_id
authorbrian m. carlson <sandals@crustytoothpaste.net>
Mon, 12 Mar 2018 02:27:30 +0000 (02:27 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 14 Mar 2018 16:23:48 +0000 (09:23 -0700)
commitaab9583f7b5ea5463eb3f653a0b4ecac7539dc94
tree8a35067c58e60715b459d7c2e44bbae71344d657
parent40f5555ca331fa7855406c674cb60b087e5dfc1a
Convert find_unique_abbrev* to struct object_id

Convert find_unique_abbrev and find_unique_abbrev_r to each take a
pointer to struct object_id.

Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
28 files changed:
builtin/blame.c
builtin/branch.c
builtin/checkout.c
builtin/describe.c
builtin/log.c
builtin/ls-files.c
builtin/ls-tree.c
builtin/merge.c
builtin/name-rev.c
builtin/receive-pack.c
builtin/reset.c
builtin/rev-list.c
builtin/rev-parse.c
builtin/show-branch.c
builtin/show-ref.c
builtin/tag.c
builtin/worktree.c
cache.h
combine-diff.c
diff.c
log-tree.c
ref-filter.c
sequencer.c
sha1_name.c
strbuf.c
tag.c
transport.c
wt-status.c