Re: [PATCH] http-protocol.txt: Basic Auth is RFC 2617, not RFC 2616

2014-06-16 Thread Junio C Hamano
Yi EungJun semtlen...@gmail.com writes:

 Could you change the author to Yi EungJun eungjun...@navercorp.com
 if you apply this patch?

You can send a patch with the desired From:  line that matches the
identity on the Signed-off-by:  line at the beginning of the log
message, like this:

From: nori semtlen...@gmail.com
Subject: [PATCH] http-protocol.txt: Basic Auth is RFC 2617, not RFC 2616
To: unlisted-recipients:; (no To-header on input)
Date: Sun, 15 Jun 2014 04:09:29 +0900
Message-ID: 539cafe8.c1a4420a.08dd.f...@mx.google.com

From: Yi EungJun eungjun...@navercorp.com

Here you write your log message, after a blank line to
separate the in-body From: header above with the log
message.  And then after a blank line below, you sign-off
your patch.

Signed-off-by: Yi EungJun eungjun...@navercorp.com
---
 ... diffstat here ...

diff --git a/... diff here ...
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH] http-protocol.txt: Basic Auth is RFC 2617, not RFC 2616

2014-06-16 Thread Yi, EungJun
Thanks for your advice. i'll resend it.

2014-06-17 3:26 GMT+09:00 Junio C Hamano gits...@pobox.com:
 Yi EungJun semtlen...@gmail.com writes:

 Could you change the author to Yi EungJun eungjun...@navercorp.com
 if you apply this patch?

 You can send a patch with the desired From:  line that matches the
 identity on the Signed-off-by:  line at the beginning of the log
 message, like this:

 From: nori semtlen...@gmail.com
 Subject: [PATCH] http-protocol.txt: Basic Auth is RFC 2617, not RFC 
 2616
 To: unlisted-recipients:; (no To-header on input)
 Date: Sun, 15 Jun 2014 04:09:29 +0900
 Message-ID: 539cafe8.c1a4420a.08dd.f...@mx.google.com

 From: Yi EungJun eungjun...@navercorp.com

 Here you write your log message, after a blank line to
 separate the in-body From: header above with the log
 message.  And then after a blank line below, you sign-off
 your patch.

 Signed-off-by: Yi EungJun eungjun...@navercorp.com
 ---
  ... diffstat here ...

 diff --git a/... diff here ...
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH] http-protocol.txt: Basic Auth is RFC 2617, not RFC 2616

2014-06-15 Thread Yi EungJun
Could you change the author to Yi EungJun eungjun...@navercorp.com
if you apply this patch?
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH] http-protocol.txt: Basic Auth is RFC 2617, not RFC 2616

2014-06-14 Thread nori
Signed-off-by: Yi EungJun eungjun...@navercorp.com
---
 Documentation/technical/http-protocol.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/technical/http-protocol.txt 
b/Documentation/technical/http-protocol.txt
index 544373b..2d0eb19 100644
--- a/Documentation/technical/http-protocol.txt
+++ b/Documentation/technical/http-protocol.txt
@@ -60,7 +60,7 @@ Because Git repositories are accessed by standard path 
components
 server administrators MAY use directory based permissions within
 their HTTP server to control repository access.
 
-Clients SHOULD support Basic authentication as described by RFC 2616.
+Clients SHOULD support Basic authentication as described by RFC 2617.
 Servers SHOULD support Basic authentication by relying upon the
 HTTP server placed in front of the Git server software.
 
-- 
2.0.0.422.gb6302de

--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html