git.rst
changeset 1815 49fb4309d4d0
parent 1771 b2d4be61da16
child 1905 fba288d59662
--- a/git.rst	Sat Dec 12 00:22:04 2015 +0200
+++ b/git.rst	Sat Dec 12 11:52:07 2015 +0200
@@ -223,6 +223,12 @@
 
   $ git describe $REV
 
+Many projects set tags on branches rather then mainline (for example JS/CSS
+projects perform build and commit binary/minified files, which unnecessary for
+mainline history). In this case review simplifiied history by::
+
+  $ git log --graph --all --decorate --oneline --simplify-by-decoration
+
 List tags with dates.
 =====================
 ::