Hi team,
Great work on the documentation provided for GIT on https://git-scm.com
But found an error on the same, to just for testing, I switched to Hindi
Language (Clicked on Hindi link on left panel) as for reading the
pages/book in hindi language, I got 500 Internal server Error.
I hope you rectify this issue.
From: Jakub Narębski <hidden> Date: 2016-07-20 08:49:11
W dniu 2016-07-20 o 06:22, Shreyas Mulay pisze:
Hi team,
Great work on the documentation provided for GIT on https://git-scm.com
But found an error on the same, to just for testing, I switched to Hindi
Language (Clicked on Hindi link on left panel) as for reading the
pages/book in hindi language, I got 500 Internal server Error.
I hope you rectify this issue.
The git@vger.kernel.org mailing list is for a development of Git itself;
the bugs on Git Homepage (https://git-scm.com) should be sent to
https://github.com/git/git-scm.com/issues -- as you can find on the
bottom of the page... though it is not obvious.
--
Jakub Narębski
From: Johannes Schindelin <hidden> Date: 2016-07-20 11:13:51
Hi,
On Wed, 20 Jul 2016, Jakub Narębski wrote:
W dniu 2016-07-20 o 06:22, Shreyas Mulay pisze:
quoted
Hi team,
Great work on the documentation provided for GIT on https://git-scm.com
But found an error on the same, to just for testing, I switched to Hindi
Language (Clicked on Hindi link on left panel) as for reading the
pages/book in hindi language, I got 500 Internal server Error.
I hope you rectify this issue.
The git@vger.kernel.org mailing list is for a development of Git itself;
the bugs on Git Homepage (https://git-scm.com) should be sent to
https://github.com/git/git-scm.com/issues -- as you can find on the
bottom of the page... though it is not obvious.
In addition, I believe this to be an invalid bug report. It seems at least
that
curl -i --header 'Accept-Language: hi' https://git-scm.com/
does not reproduce the purported issue.
Ciao,
Johannes
From: Jeff King <hidden> Date: 2016-07-20 13:01:35
On Wed, Jul 20, 2016 at 01:13:21PM +0200, Johannes Schindelin wrote:
quoted
The git@vger.kernel.org mailing list is for a development of Git itself;
the bugs on Git Homepage (https://git-scm.com) should be sent to
https://github.com/git/git-scm.com/issues -- as you can find on the
bottom of the page... though it is not obvious.
In addition, I believe this to be an invalid bug report. It seems at least
that
curl -i --header 'Accept-Language: hi' https://git-scm.com/
does not reproduce the purported issue.
I suspect the OP means:
https://git-scm.com/book/hi/v1/%E0%A4%B6%E0%A5%81%E0%A4%B0%E0%A5%81%E0%A4%86%E0%A4%A4
which is linked as the first chapter of the incomplete Hindi translation
of Pro Git.
From a cursory look, I think the problem is simply that the translation
does not have enough chapters to meet some of the assumptions in the
formatting code. It might be nice to fix the formatting code to handle
this case, but ultimately, I think a translator needs to step up and
finish the rest of the book.
-Peff