X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=devel%2Fnmbug%2Fnmbug;h=81f582ce88bdea394833b16666c79eb813e184ed;hb=031ca3f1bdb5e9edb9fc21779149bdfcb554a83f;hp=932ec12d41b9245387e89bc3ca0810f05251ad18;hpb=9d25c97d8b4464e65f8bd6705db47603c94af275;p=notmuch diff --git a/devel/nmbug/nmbug b/devel/nmbug/nmbug index 932ec12d..81f582ce 100755 --- a/devel/nmbug/nmbug +++ b/devel/nmbug/nmbug @@ -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):