We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6b08c2 commit 2e6957aCopy full SHA for 2e6957a
git/util.py
@@ -13,6 +13,8 @@
13
import tempfile
14
import platform
15
16
+from exc import GitCommandError
17
+
18
from gitdb.util import (
19
make_sha,
20
LockedFD,
0 commit comments