Re: [PATCH] Fix problem with authentification on http repository.

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Johannes Schindelin <Johannes.Schindelin@...>
Cc: <jean.guyader@...>, <git@...>, Jean Guyader <jean.guyader@...>
Date: Saturday, September 29, 2007 - 8:02 pm

Johannes Schindelin <Johannes.Schindelin@gmx.de> writes:


Actually Documentation/howto/setup-git-server-over-http.txt
talks about http://user@server/path/ format.  How well does this
work in practice?  If it does, we should update Documentation/urls.txt
to allow optional user@ there like...

---

 Documentation/urls.txt |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/urls.txt b/Documentation/urls.txt
index e67f914..c9aab86 100644
--- a/Documentation/urls.txt
+++ b/Documentation/urls.txt
@@ -6,8 +6,8 @@ to name the remote repository:
 
 ===============================================================
 - rsync://host.xz/path/to/repo.git/
-- http://host.xz/path/to/repo.git/
-- https://host.xz/path/to/repo.git/
+- http://{startsb}user@{endsb}host.xz/path/to/repo.git/
+- https://{startsb}user@{endsb}host.xz/path/to/repo.git/
 - git://host.xz/path/to/repo.git/
 - git://host.xz/~user/path/to/repo.git/
 - ssh://{startsb}user@{endsb}host.xz{startsb}:port{endsb}/path/to/repo.git/


-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [PATCH] Fix problem with authentification on http reposi..., Johannes Schindelin, (Sat Sep 29, 7:40 pm)
Re: [PATCH] Fix problem with authentification on http reposi..., Junio C Hamano, (Sat Sep 29, 8:02 pm)
Re: [PATCH] Fix problem with authentification on http reposi..., Johannes Schindelin, (Wed Jul 9, 7:43 am)
Re: [PATCH] Fix problem with authentification on http reposi..., Johannes Schindelin, (Thu Jul 10, 6:51 am)
Re: [PATCH] Fix problem with authentification on http reposi..., Johannes Schindelin, (Sat Sep 29, 7:10 pm)