Skip to content

Commit 433e394

Browse files
authored
Remove --first-parent from git describe (#936)
1 parent f35ebe2 commit 433e394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ function compute_git_hash()
138138
end
139139

140140
try
141-
git_cmd = Cmd(`git describe --tags --always --first-parent --dirty`,
141+
git_cmd = Cmd(`git describe --tags --always --dirty`,
142142
dir=pkg_directory)
143143
return string(readchomp(git_cmd))
144144
catch e

0 commit comments

Comments
 (0)