git-describe
Describe a commit using the most recent tag reachable from it
最近のタグのコミット情報を取得する
v2.10.0-33-ga3e80ea9d
だと、最新のタグはv2.10.0
で、最新のコミットから33
コミット前で、g
はprefix(gitの略)で、該当するタグがつけられているコミットはa3e80ea9d
になる。
git-describe
Describe a commit using the most recent tag reachable from it
最近のタグのコミット情報を取得する
v2.10.0-33-ga3e80ea9d
だと、最新のタグはv2.10.0
で、最新のコミットから33
コミット前で、g
はprefix(gitの略)で、該当するタグがつけられているコミットはa3e80ea9d
になる。