git.rst
changeset 1815 49fb4309d4d0
parent 1771 b2d4be61da16
child 1905 fba288d59662
equal deleted inserted replaced
1814:5cdc89c9d0ae 1815:49fb4309d4d0
   220 Find most recent tag for revision.
   220 Find most recent tag for revision.
   221 ==================================
   221 ==================================
   222 ::
   222 ::
   223 
   223 
   224   $ git describe $REV
   224   $ git describe $REV
       
   225 
       
   226 Many projects set tags on branches rather then mainline (for example JS/CSS
       
   227 projects perform build and commit binary/minified files, which unnecessary for
       
   228 mainline history). In this case review simplifiied history by::
       
   229 
       
   230   $ git log --graph --all --decorate --oneline --simplify-by-decoration
   225 
   231 
   226 List tags with dates.
   232 List tags with dates.
   227 =====================
   233 =====================
   228 ::
   234 ::
   229 
   235