Skip to content

Commit 524210f

Browse files
committed
Merge remote-tracking branch 'lberk/git-attr-value-t' into next
2 parents f9662e3 + 66673cd commit 524210f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pygit2/decl/attr.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ typedef enum {
88
GIT_ATTR_TRUE_T,
99
GIT_ATTR_FALSE_T,
1010
GIT_ATTR_VALUE_T,
11-
} git_attr_t;
11+
} git_attr_value_t;
1212

1313
int git_attr_get(
1414
const char **value_out,
@@ -17,4 +17,4 @@ int git_attr_get(
1717
const char *path,
1818
const char *name);
1919

20-
git_attr_t git_attr_value(const char *attr);
20+
git_attr_value_t git_attr_value(const char *attr);

0 commit comments

Comments
 (0)