diff --git a/basic/index.html b/basic/index.html index 827bab7..50b6363 100644 --- a/basic/index.html +++ b/basic/index.html @@ -162,14 +162,14 @@ layout: reference # Initial commit # # Changes to be committed: -# (use "git rm --cached ..." to unstage) +# (use "git rm --cached <file>..." to unstage) # # new file: README # new file: hello.rb # # Changed but not updated: -# (use "git add ..." to update what will be committed) -# (use "git checkout -- ..." 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: README # @@ -474,7 +474,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 ..." to unstage) +# (use "git reset HEAD <file>..." to unstage) # # modified: hello.rb # @@ -514,7 +514,7 @@ Further paragraphs come after blank lines. # with '#' will be ignored, and an empty message aborts the commit. # On branch master # Changes to be committed: -# (use "git reset HEAD ..." to unstage) +# (use "git reset HEAD <file>..." to unstage) # # modified: hello.rb # @@ -558,8 +558,8 @@ Further paragraphs come after blank lines. $ git commit -m 'changes to hello file' # On branch master # Changed but not updated: -# (use "git add ..." to update what will be committed) -# (use "git checkout -- ..." 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 # @@ -680,7 +680,7 @@ M hello.rb $ git status # On branch master # Changes to be committed: -# (use "git reset HEAD ..." to unstage) +# (use "git reset HEAD <file>..." to unstage) # # modified: README # modified: hello.rb @@ -735,13 +735,13 @@ nothing to commit (working directory clean) $ git status # On branch master # Changes to be committed: -# (use "git reset HEAD ..." to unstage) +# (use "git reset HEAD <file>..." to unstage) # # modified: README # # Changes not staged for commit: -# (use "git add ..." to update what will be committed) -# (use "git checkout -- ..." 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: README # diff --git a/inspect/index.html b/inspect/index.html index 765a831..f3ac1a5 100644 --- a/inspect/index.html +++ b/inspect/index.html @@ -123,8 +123,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 - Signed-off-by: Simon Hausmann + Signed-off-by: Shawn Bohrer <shawn.bohrer@gmail.com> + Signed-off-by: Simon Hausmann <simon@lst.de>

@@ -229,7 +229,7 @@ Date: Tue Apr 13 22:31:12 2010 +0200

 $ git log -p --no-merges -2
 commit 594f90bdee4faf063ad07a4a6f503fdead3ef606
-Author: Scott Chacon schacon@gmail.com
+Author: Scott Chacon <schacon@gmail.com>
 Date:   Fri Jun 4 15:46:55 2010 +0200
 
     reverted to old class name
@@ -250,7 +250,7 @@ index bb86f00..192151c 100644
 +HelloWorld.hello
 
 commit 3cbb6aae5c0cbd711c098e113ae436801371c95e
-Author: Scott Chacon schacon@gmail.com
+Author: Scott Chacon <schacon@gmail.com>
 Date:   Fri Jun 4 12:58:53 2010 +0200
 
     fixed readme title differently
@@ -282,7 +282,7 @@ index d053cc8..9103e27 100644
 
 $ git log --stat --no-merges -2
 commit 594f90bdee4faf063ad07a4a6f503fdead3ef606
-Author: Scott Chacon schacon@gmail.com
+Author: Scott Chacon <schacon@gmail.com>
 Date:   Fri Jun 4 15:46:55 2010 +0200
 
     reverted to old class name
@@ -291,7 +291,7 @@ Date:   Fri Jun 4 15:46:55 2010 +0200
  1 files changed, 2 insertions(+), 2 deletions(-)
 
 commit 3cbb6aae5c0cbd711c098e113ae436801371c95e
-Author: Scott Chacon schacon@gmail.com
+Author: Scott Chacon <schacon@gmail.com>
 Date:   Fri Jun 4 12:58:53 2010 +0200
 
     fixed readme title differently
diff --git a/zh/basic/index.html b/zh/basic/index.html
index b613e02..4d755dd 100644
--- a/zh/basic/index.html
+++ b/zh/basic/index.html
@@ -134,14 +134,14 @@ layout: zh_reference
 # Initial commit
 #
 # Changes to be committed:
-#   (use "git rm --cached ..." to unstage)
+#   (use "git rm --cached <file>..." to unstage)
 #
 # new file:   README
 # new file:   hello.rb
 #
 # Changed but not updated:
-#   (use "git add ..." to update what will be committed)
-#   (use "git checkout -- ..." 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:   README
 #
@@ -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 ..." 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 ..." to unstage)
+#   (use "git reset HEAD <file>..." to unstage)
 #
 # modified:   hello.rb
 #
@@ -485,8 +485,8 @@ nothing to commit (working directory clean)
 $ git commit -m 'changes to hello file'
 # On branch master
 # Changed but not updated:
-#   (use "git add ..." to update what will be committed)
-#   (use "git checkout -- ..." 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
 $ git status
 # On branch master
 # Changes to be committed:
-#   (use "git reset HEAD ..." to unstage)
+#   (use "git reset HEAD <file>..." to unstage)
 #
 #   modified:   README
 #   modified:   hello.rb
diff --git a/zh/inspect/index.html b/zh/inspect/index.html
index e79b917..286f292 100644
--- a/zh/inspect/index.html
+++ b/zh/inspect/index.html
@@ -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 
-    Signed-off-by: Simon Hausmann 
+    Signed-off-by: Shawn Bohrer <shawn.bohrer@gmail.com>
+    Signed-off-by: Simon Hausmann <simon@lst.de>
 

@@ -210,7 +210,7 @@ Date: Tue Apr 13 22:31:12 2010 +0200

 $ git log -p --no-merges -2
 commit 594f90bdee4faf063ad07a4a6f503fdead3ef606
-Author: Scott Chacon schacon@gmail.com
+Author: Scott Chacon <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
 +HelloWorld.hello
 
 commit 3cbb6aae5c0cbd711c098e113ae436801371c95e
-Author: Scott Chacon schacon@gmail.com
+Author: Scott Chacon <schacon@gmail.com>
 Date:   Fri Jun 4 12:58:53 2010 +0200
 
     fixed readme title differently
@@ -265,7 +265,7 @@ index d053cc8..9103e27 100644
 
 $ git log --stat --no-merges -2
 commit 594f90bdee4faf063ad07a4a6f503fdead3ef606
-Author: Scott Chacon schacon@gmail.com
+Author: Scott Chacon <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(-)
 
 commit 3cbb6aae5c0cbd711c098e113ae436801371c95e
-Author: Scott Chacon schacon@gmail.com
+Author: Scott Chacon <schacon@gmail.com>
 Date:   Fri Jun 4 12:58:53 2010 +0200
 
     fixed readme title differently