Re: man gittutorial: patch proposal

2018-03-07 Thread kalle
hello.
1.I understood, that verbose commands are quoted in ` ' or ' '. While
the points I changed are not verbose commands. Therefore I didn't see
any sense in them. Because of the different quoting ways (e.g. `merge`),
I thought that someone didn't understand the quoting concept. But it
could also be me...

2.yes please. I will read this section.

kalle

Am 06.03.2018 um 00:25 schrieb Jonathan Nieder:
> Hi,
> 
> kalle wrote:
> 
>> see attachment.
> 
> Thanks for writing.  A few questions:
> 
>  1. Can you say a little more about the rationale for this change?
> E.g. is the current formatting sending a confusing message?  Is the
> current formatting intending to use '' as quotes and using italics
> instead?  If so, should this use "" to fix it?
> 
>  2. May we forge your sign-off? See the section "Certify your work"
> in Documentation/SubmittingPatches for more about what this means.
> 
> Thanks,
> Jonathan
> 


Re: man gittutorial: patch proposal

2018-03-05 Thread Jonathan Nieder
Hi,

kalle wrote:

> see attachment.

Thanks for writing.  A few questions:

 1. Can you say a little more about the rationale for this change?
E.g. is the current formatting sending a confusing message?  Is the
current formatting intending to use '' as quotes and using italics
instead?  If so, should this use "" to fix it?

 2. May we forge your sign-off? See the section "Certify your work"
in Documentation/SubmittingPatches for more about what this means.

Thanks,
Jonathan


man gittutorial: patch proposal

2018-03-05 Thread kalle
see attachment.
greetings,
kalle
>From ed466d29733a14acf3b2071d3d35aa829e09b1d7 Mon Sep 17 00:00:00 2001
From: kalledaballe 
Date: Thu, 8 Feb 2018 18:53:54 +0100
Subject: [PATCH 1/5] I corrected some few quotation mistakes

---
 Documentation/gittutorial.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Documentation/gittutorial.txt b/Documentation/gittutorial.txt
index 242de31..d04f8ac 100644
--- a/Documentation/gittutorial.txt
+++ b/Documentation/gittutorial.txt
@@ -372,7 +372,7 @@ her work-in-progress on top of the resulting history.
 
 When you are working in a small closely knit group, it is not
 unusual to interact with the same repository over and over
-again.  By defining 'remote' repository shorthand, you can make
+again.  By defining remote repository shorthand, you can make
 it easier:
 
 
@@ -406,8 +406,8 @@ could merge the changes into her master branch:
 alice$ git merge bob/master
 -
 
-This `merge` can also be done by 'pulling from her own remote-tracking
-branch', like this:
+This merge can also be done by pulling from her own remote-tracking
+branch, like this:
 
 -
 alice$ git pull . remotes/bob/master
-- 
2.1.4