Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
split-index: rename 'new' variables
[gitweb.git]
/
submodule.c
diff --git
a/submodule.c
b/submodule.c
index 47ddc9b2739bf52d9263ea9cd90edde6e9d1c738..cd18400e870a3b8119aee73048fdf3a4a9eaa405 100644
(file)
--- a/
submodule.c
+++ b/
submodule.c
@@
-831,7
+831,7
@@
static int check_has_commit(const struct object_id *oid, void *data)
return 0;
default:
die(_("submodule entry '%s' (%s) is a %s, not a commit"),
- cb->path, oid_to_hex(oid), typename(type));
+ cb->path, oid_to_hex(oid), type
_
name(type));
}
}