Aw: Re: [PATCH 06/13] Simplify How to make a commit

2013-08-25 Thread Thomas Ackermann
That's a mouthful. I'd say To update the index with the contents of a new or modified file, use OK; thanks! I will change this. --- Thomas -- To unsubscribe from this list: send the line unsubscribe git in the body of a message to majord...@vger.kernel.org More majordomo info

[PATCH 06/13] Simplify How to make a commit

2013-08-24 Thread Thomas Ackermann
Combine the two cases for git add into one. Add verb use to git rm case. Signed-off-by: Thomas Ackermann th.ac...@arcor.de --- Documentation/user-manual.txt | 11 +++ 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/Documentation/user-manual.txt

Re: [PATCH 06/13] Simplify How to make a commit

2013-08-24 Thread Junio C Hamano
Thomas Ackermann th.ac...@arcor.de writes: Combine the two cases for git add into one. Add verb use to git rm case. Signed-off-by: Thomas Ackermann th.ac...@arcor.de --- Documentation/user-manual.txt | 11 +++ 1 file changed, 3 insertions(+), 8 deletions(-) diff --git

Re: [PATCH 06/13] Simplify How to make a commit

2013-08-24 Thread Jonathan Nieder
Thomas Ackermann wrote: --- a/Documentation/user-manual.txt +++ b/Documentation/user-manual.txt @@ -1080,19 +1080,14 @@ produce no output at that point. Modifying the index is easy: -To update the index with the new contents of a modified file, use +To add the contents of a new file