We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c6b08c2 + 2e6957a commit b8f10e7Copy full SHA for b8f10e7
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