/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
attr.c: tighten constness around "git_attr" structure
[git/git.git]
/
attr.c
diff --git
a/attr.c
b/attr.c
index
e42f931
..
f7cf7ae
100644
(file)
--- a/
attr.c
+++ b/
attr.c
@@
-43,7
+43,7
@@
static int cannot_trust_maybe_real;
static struct git_attr_check *check_all_attr;
static struct git_attr *(git_attr_hash[HASHSIZE]);
-c
har *git_attr_name(
struct git_attr *attr)
+c
onst char *git_attr_name(const
struct git_attr *attr)
{
return attr->name;
}