summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
bc97194)
Signed-off-by: Yann Dirson <ydirson@altern.org>
def set(self, name, value):
self.__run('git-repo-config', [name, value])
def set(self, name, value):
self.__run('git-repo-config', [name, value])
+ def unset(self, name):
+ self.__run('git-repo-config --unset', [name])
+
def sections_matching(self, regexp):
"""Takes a regexp with a single group, matches it against all
config variables, and returns a list whose members are the
def sections_matching(self, regexp):
"""Takes a regexp with a single group, matches it against all
config variables, and returns a list whose members are the