limjcst

Results 11 comments of limjcst

@clhunsen You are right. I find another command instead. ``` git for-each-ref --format='%(*committerdate:raw)%(committerdate:raw) %(refname) %(*objectname) %(objectname)' refs/tags | sort -n | awk '{split($3, temp, "refs/tags/"); print temp[2]; }' ``` v2.0.0...