* [PATCH] http-protocol.txt: Basic Auth is RFC 2617, not RFC 2616
@ 2014-06-14 19:09 nori
2014-06-15 8:20 ` Yi EungJun
0 siblings, 1 reply; 4+ messages in thread
From: nori @ 2014-06-14 19:09 UTC (permalink / raw)
Signed-off-by: Yi EungJun <eungjun.yi@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
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] http-protocol.txt: Basic Auth is RFC 2617, not RFC 2616
2014-06-14 19:09 [PATCH] http-protocol.txt: Basic Auth is RFC 2617, not RFC 2616 nori
@ 2014-06-15 8:20 ` Yi EungJun
2014-06-16 18:26 ` Junio C Hamano
0 siblings, 1 reply; 4+ messages in thread
From: Yi EungJun @ 2014-06-15 8:20 UTC (permalink / raw)
Could you change the author to "Yi EungJun <eungjun.yi@navercorp.com>"
if you apply this patch?
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] http-protocol.txt: Basic Auth is RFC 2617, not RFC 2616
2014-06-15 8:20 ` Yi EungJun
@ 2014-06-16 18:26 ` Junio C Hamano
2014-06-17 1:10 ` Yi, EungJun
0 siblings, 1 reply; 4+ messages in thread
From: Junio C Hamano @ 2014-06-16 18:26 UTC (permalink / raw)
To: Yi EungJun; +Cc: git
Yi EungJun <semtlenori@gmail.com> writes:
> Could you change the author to "Yi EungJun <eungjun.yi@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 <semtlenori@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.fffff66e@mx.google.com>
From: Yi EungJun <eungjun.yi@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.yi@navercorp.com>
---
... diffstat here ...
diff --git a/... diff here ...
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] http-protocol.txt: Basic Auth is RFC 2617, not RFC 2616
2014-06-16 18:26 ` Junio C Hamano
@ 2014-06-17 1:10 ` Yi, EungJun
0 siblings, 0 replies; 4+ messages in thread
From: Yi, EungJun @ 2014-06-17 1:10 UTC (permalink / raw)
To: Junio C Hamano; +Cc: git
Thanks for your advice. i'll resend it.
2014-06-17 3:26 GMT+09:00 Junio C Hamano <gitster@pobox.com>:
> Yi EungJun <semtlenori@gmail.com> writes:
>
>> Could you change the author to "Yi EungJun <eungjun.yi@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 <semtlenori@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.fffff66e@mx.google.com>
>
> From: Yi EungJun <eungjun.yi@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.yi@navercorp.com>
> ---
> ... diffstat here ...
>
> diff --git a/... diff here ...
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-06-17 1:10 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-14 19:09 [PATCH] http-protocol.txt: Basic Auth is RFC 2617, not RFC 2616 nori
2014-06-15 8:20 ` Yi EungJun
2014-06-16 18:26 ` Junio C Hamano
2014-06-17 1:10 ` Yi, EungJun
Code repositories for project(s) associated with this public inbox
https://80x24.org/mirrors/git.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).