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:
@@ -134,14 +134,14 @@ layout: zh_reference
|
||||
# Initial commit
|
||||
#
|
||||
# Changes to be committed:
|
||||
# (use "git rm --cached <file>..." to unstage)
|
||||
# (use "git rm --cached <file>..." to unstage)
|
||||
#
|
||||
# <span class="green">new file: README</span>
|
||||
# <span class="green">new file: hello.rb</span>
|
||||
#
|
||||
# Changed but not updated:
|
||||
# (use "git add <file>..." to update what will be committed)
|
||||
# (use "git checkout -- <file>..." to discard changes in working directory)
|
||||
# (use "git add <file>..." to update what will be committed)
|
||||
# (use "git checkout -- <file>..." to discard changes in working directory)
|
||||
#
|
||||
# <span class="red">modified: README</span>
|
||||
#
|
||||
@@ -415,7 +415,7 @@ nothing to commit (working directory clean)
|
||||
# with '#' will be ignored, and an empty message aborts the commit.
|
||||
# On branch master
|
||||
# Changes to be committed:
|
||||
# (use "git reset HEAD <file>..." to unstage)
|
||||
# (use "git reset HEAD <file>..." to unstage)
|
||||
#
|
||||
# modified: hello.rb
|
||||
#
|
||||
@@ -449,7 +449,7 @@ nothing to commit (working directory clean)
|
||||
# with '#' will be ignored, and an empty message aborts the commit.
|
||||
# On branch master
|
||||
# Changes to be committed:
|
||||
# (use "git reset HEAD <file>..." to unstage)
|
||||
# (use "git reset HEAD <file>..." to unstage)
|
||||
#
|
||||
# modified: hello.rb
|
||||
#
|
||||
@@ -485,8 +485,8 @@ nothing to commit (working directory clean)
|
||||
<b>$ git commit -m 'changes to hello file'</b>
|
||||
# On branch master
|
||||
# Changed but not updated:
|
||||
# (use "git add <file>..." to update what will be committed)
|
||||
# (use "git checkout -- <file>..." to discard changes in working directory)
|
||||
# (use "git add <file>..." to update what will be committed)
|
||||
# (use "git checkout -- <file>..." to discard changes in working directory)
|
||||
#
|
||||
# modified: hello.rb
|
||||
#
|
||||
@@ -578,7 +578,7 @@ M hello.rb
|
||||
<b>$ git status</b>
|
||||
# On branch master
|
||||
# Changes to be committed:
|
||||
# <span class="hl">(use "git reset HEAD <file>..." to unstage)</span>
|
||||
# <span class="hl">(use "git reset HEAD <file>..." to unstage)</span>
|
||||
#
|
||||
# <span class="green">modified: README</span>
|
||||
# <span class="green">modified: hello.rb</span>
|
||||
|
Reference in New Issue
Block a user