summaryrefslogtreecommitdiff
path: root/cache.h
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2019-01-07 08:34:12 (GMT)
committerJunio C Hamano <gitster@pobox.com>2019-01-08 17:40:19 (GMT)
commitc93206b412dade4e480588ad5902f4b950d908ab (patch)
treefb1ed9d9f0f0dc9b11f83a7e4ec72f2e460af99a /cache.h
parentcb1c8d1d3c954e06535217dfc63c7b4b8ff58d72 (diff)
downloadgit-c93206b412dade4e480588ad5902f4b950d908ab.zip
git-c93206b412dade4e480588ad5902f4b950d908ab.tar.gz
git-c93206b412dade4e480588ad5902f4b950d908ab.tar.bz2
update comment references to sha1_object_info()
Commit abef9020e3 (sha1_file: convert sha1_object_info* to object_id, 2018-03-12) renamed the function to oid_object_info(), but missed some comments which mention it. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'cache.h')
-rw-r--r--cache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cache.h b/cache.h
index ca36b44..5875127 100644
--- a/cache.h
+++ b/cache.h
@@ -1592,7 +1592,7 @@ extern int odb_mkstemp(struct strbuf *temp_filename, const char *pattern);
extern int odb_pack_keep(const char *name);
/*
- * Set this to 0 to prevent sha1_object_info_extended() from fetching missing
+ * Set this to 0 to prevent oid_object_info_extended() from fetching missing
* blobs. This has a difference only if extensions.partialClone is set.
*
* Its default value is 1.