]> git.notmuchmail.org Git - notmuch/blobdiff - devel/nmbug/nmbug
nmbug: mark repository as bare on clone
[notmuch] / devel / nmbug / nmbug
index d6f5213a08cf391ef3f43b3274dc87fce9eb905d..b18ded7b7c1e48cf7b54a1e6901cb92c7cbf1961 100755 (executable)
@@ -134,6 +134,7 @@ sub do_clone {
           $repository, $tempwork) == 0
     or die "'git clone' exited with nonzero value\n";
   git ('config', '--unset', 'core.worktree');
+  git ('config', 'core.bare', 'true');
 }
 
 sub is_committed {