: $ GIT_COMMITTER_DATE="2006-10-02 10:31" git tag -s v1.0.1 <commit>
+** Inline word diff
+[[http://mislav.uniqpath.com/2010/07/git-tips/][mislav]]
+
+
+ : $ git diff --word-diff
+
+** Find out if a change is part of a release
+
+ : $ git name-rev 33db5f4d9027a10e477ccf054b2c1ab94f74c85a
+ : 33db5f4d9027a10e477ccf054b2c1ab94f74c85a tags/v0.99~940
+
+Now you are wiser, because you know that it happened 940 revisions
+before v0.99.
+
* Troubleshooting
** Git commit hangs with no output