We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 823c3ac commit 645dcd8Copy full SHA for 645dcd8
src/setuptools_scm/git.py
@@ -12,7 +12,7 @@
12
from .win_py31_compat import samefile
13
14
15
-DEFAULT_DESCRIBE = "git describe --dirty --tags --long --match *.* --first-parent"
+DEFAULT_DESCRIBE = "git describe --dirty --tags --long --match *.*"
16
17
18
class GitWorkdir(object):
0 commit comments