1
0

Chevrons in Git outputs disappear if not encoded

Also added some in to be consistent with expected output
when `git log` is run to show author email addresses inside such.
This commit is contained in:
Soon Van
2012-12-15 11:25:06 -05:00
parent 292167e0de
commit 300f51758c
4 changed files with 31 additions and 31 deletions

View File

@@ -110,8 +110,8 @@ Date: Wed Mar 12 19:03:24 2008 -0500
preferred editor for use in perforce. Since we are displaying a
perforce changelog to the user we should use it when it is defined.
Signed-off-by: Shawn Bohrer <shawn.bohrer@gmail.com>
Signed-off-by: Simon Hausmann <simon@lst.de>
Signed-off-by: Shawn Bohrer &lt;shawn.bohrer@gmail.com>
Signed-off-by: Simon Hausmann &lt;simon@lst.de>
</pre>
<p>
@@ -210,7 +210,7 @@ Date: Tue Apr 13 22:31:12 2010 +0200
<pre>
<b>$ git log -p --no-merges -2</b>
<span class="yellow">commit 594f90bdee4faf063ad07a4a6f503fdead3ef606</span>
Author: Scott Chacon schacon@gmail.com
Author: Scott Chacon &lt;schacon@gmail.com>
Date: Fri Jun 4 15:46:55 2010 +0200
reverted to old class name
@@ -231,7 +231,7 @@ index bb86f00..192151c 100644
<span class="green">+HelloWorld.hello</span>
<span class="yellow">commit 3cbb6aae5c0cbd711c098e113ae436801371c95e</span>
Author: Scott Chacon schacon@gmail.com
Author: Scott Chacon &lt;schacon@gmail.com>
Date: Fri Jun 4 12:58:53 2010 +0200
fixed readme title differently
@@ -265,7 +265,7 @@ index d053cc8..9103e27 100644
<pre>
<b>$ git log --stat --no-merges -2</b>
<span class="yellow">commit 594f90bdee4faf063ad07a4a6f503fdead3ef606</span>
Author: Scott Chacon schacon@gmail.com
Author: Scott Chacon &lt;schacon@gmail.com>
Date: Fri Jun 4 15:46:55 2010 +0200
reverted to old class name
@@ -274,7 +274,7 @@ Date: Fri Jun 4 15:46:55 2010 +0200
1 files changed, 2 insertions(+), 2 deletions(-)
<span class="yellow">commit 3cbb6aae5c0cbd711c098e113ae436801371c95e</span>
Author: Scott Chacon schacon@gmail.com
Author: Scott Chacon &lt;schacon@gmail.com>
Date: Fri Jun 4 12:58:53 2010 +0200
fixed readme title differently