Sedat Dilek wrote:
> for my Linux-kernel build-script I am searching for a reliable check
> of getting the ***latest*** version.

  $ git describe HEAD

If you want a sorted list of tags,

  $ git for-each-ref --sort=taggerdate --format="%(refname:short)" refs/tags

Are you looking for something else?
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to