]> git.notmuchmail.org Git - notmuch/blobdiff - devel/nmbug/nmbug
nmbug-status: Use 'show-ref --heads' for loading configs
[notmuch] / devel / nmbug / nmbug
index 932ec12d41b9245387e89bc3ca0810f05251ad18..81f582ce88bdea394833b16666c79eb813e184ed 100755 (executable)
@@ -308,6 +308,7 @@ def clone(repository):
             wait=True)
     _git(args=['config', '--unset', 'core.worktree'], wait=True)
     _git(args=['config', 'core.bare', 'true'], wait=True)
+    _git(args=['branch', 'config', 'origin/config'], wait=True)
 
 
 def _is_committed(status):