Skip to content

Commit

Permalink
util: change git-ver to only use a version tag to describe git version
Browse files Browse the repository at this point in the history
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
  • Loading branch information
tytso committed Aug 10, 2023
1 parent b31d5b5 commit 4e16d62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/get-ver
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh

ver=$(git describe --always --dirty); echo "e2fsprogs $ver ($(git log -1 --pretty=%cD))"
ver=$(git describe --always --dirty --match 'v*'); echo "e2fsprogs $ver ($(git log -1 --pretty=%cD))"

0 comments on commit 4e16d62

Please sign in to comment.