Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Update shell scripts to compute empty tree object ID
[gitweb.git]
/
config.c
diff --git
a/config.c
b/config.c
index b0c20e6cb8ab1f5dc3cd3b4573b7e9d6dbf8cd2b..c698988f5e11cd416bef9a77c998d94b9ef87930 100644
(file)
--- a/
config.c
+++ b/
config.c
@@
-1488,7
+1488,7
@@
int git_config_from_blob_oid(config_fn_t fn,
unsigned long size;
int ret;
- buf = read_
sha1_file(oid->hash
, &type, &size);
+ buf = read_
object_file(oid
, &type, &size);
if (!buf)
return error("unable to load config blob object '%s'", name);
if (type != OBJ_BLOB) {