Created
August 30, 2012 16:04
-
-
Save loicm/3531809 to your computer and use it in GitHub Desktop.
Revisions
-
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,17 @@ $ git diff HEAD^ HEAD diff --git a/foo.txt b/foo.txt index fbe6624..1803e6a 100644 --- a/foo.txt +++ b/foo.txt @@ -1 +1 @@ -Ceci est une poule. +Ceci est un poulet. $ git diff --word-diff=plain HEAD^ HEAD diff --git a/foo.txt b/foo.txt index fbe6624..1803e6a 100644 --- a/foo.txt +++ b/foo.txt @@ -1 +1 @@ Ceci est [-une poule.-]{+un poulet.+}