I came across a clear and concise blog entry that describes how to enable prose diffs (i.e., word diffs) when using git, with examples. This nicely demonstrates how you can get output in the same spirit as track changes.
http://blogs.atlassian.com/2013/06/git-diff/Here's the quick command:$ git diff --word-diff --color-wordsNote that this isn't limited to git. The git example is just an easy way to show what is possible.-Dan
http://discuss.asciidoctor.org/How-to-track-changes-with-text-files-tp453p838.htmlIf you reply to this email, your message will be added to the discussion below:
Free forum by Nabble | Edit this page |