Skip to content

Commit 6ca5789

Browse files
committed
Add name property
1 parent c9fdd27 commit 6ca5789

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pygit2/config.py

+4
Original file line numberDiff line numberDiff line change
@@ -308,3 +308,7 @@ def value(self):
308308
@property
309309
def level(self):
310310
return self._entry.level
311+
312+
@property
313+
def name(self):
314+
return self._entry.name

0 commit comments

Comments
 (0)