diff options
| author | Jeff King <peff@peff.net> | 2019-06-20 03:40:54 -0400 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2019-06-20 09:32:54 -0700 |
| commit | 62b89d43e2eab692aaa65393de901e4119eddbb8 (patch) | |
| tree | 6714122869437a6ed36921e91e8f5133c968eceb /commit-graph.c | |
| parent | describe: fix accidental oid/hash type-punning (diff) | |
| download | git-62b89d43e2eab692aaa65393de901e4119eddbb8.tar.gz git-62b89d43e2eab692aaa65393de901e4119eddbb8.zip | |
upload-pack: rename a "sha1" variable to "oid"
This variable is a "struct object_id", but uses the old-style name
"sha1". Let's call it oid to match more modern code (and make it clear
that it can handle any algorithm, since it uses parse_oid_hex()
properly).
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'commit-graph.c')
0 files changed, 0 insertions, 0 deletions
