Skip to content

Commit 4c77be1

Browse files
Merge pull request #396 from pypa/revert-346-first-parent
Revert "git: DEFAULT_DESCRIBE: add --first-parent"
2 parents a363944 + 645dcd8 commit 4c77be1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/setuptools_scm/git.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from .win_py31_compat import samefile
1313

1414

15-
DEFAULT_DESCRIBE = "git describe --dirty --tags --long --match *.* --first-parent"
15+
DEFAULT_DESCRIBE = "git describe --dirty --tags --long --match *.*"
1616

1717

1818
class GitWorkdir(object):

0 commit comments

Comments
 (0)