Преглед на файлове

Merge branch 'stash-no-verify' of git://github.com/pmrowla/dulwich

Jelmer Vernooij преди 4 години
родител
ревизия
bf1b5454cb
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      dulwich/stash.py

+ 2 - 0
dulwich/stash.py

@@ -99,6 +99,7 @@ class Stash(object):
             tree=index_tree_id,
             message=b"Index stash",
             merge_heads=[self._repo.head()],
+            no_verify=True,
             **commit_kwargs
         )
 
@@ -123,6 +124,7 @@ class Stash(object):
             tree=stash_tree_id,
             message=message,
             merge_heads=[index_commit_id],
+            no_verify=True,
             **commit_kwargs
         )