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になる。