Skip to content

Commit

Permalink
Add name property
Browse files Browse the repository at this point in the history
  • Loading branch information
thecjharries committed Mar 17, 2018
1 parent c9fdd27 commit 6ca5789
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pygit2/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,3 +308,7 @@ def value(self):
@property
def level(self):
return self._entry.level

@property
def name(self):
return self._entry.name

0 comments on commit 6ca5789

Please sign in to comment.