From 784a674a665c62628032069e1d00ad6458f211f0 Mon Sep 17 00:00:00 2001 From: Ted Zlatanov Date: Sun, 18 Apr 2010 06:11:22 -0500 Subject: [PATCH] Fix 'comit' typos. --- www/ChangeLog | 4 ++++ www/git.gnus.org/index.html | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/www/ChangeLog b/www/ChangeLog index 5454d95ec..6f5ec37e6 100644 --- a/www/ChangeLog +++ b/www/ChangeLog @@ -1,3 +1,7 @@ +2010-04-18 Teodor Zlatanov + + * git.gnus.org/index.html: Fix 'comit' typos. + 2010-04-17 Teodor Zlatanov * git.gnus.org/index.html: Added index.html for git.gnus.org. diff --git a/www/git.gnus.org/index.html b/www/git.gnus.org/index.html index 1c7b407f6..af8825dbf 100644 --- a/www/git.gnus.org/index.html +++ b/www/git.gnus.org/index.html @@ -12,7 +12,7 @@ Instructions for checking Gnus out:

  • Public access:
    git clone http://git.gnus.org/gnus.git
  • -
  • Comitter access (note the SSL certificate is self-signed):
    +      
  • Committer access (note the SSL certificate is self-signed):
     # this will print lots of debugging info
     GIT_SSL_NO_VERIFY=1 GIT_CURL_VERBOSE=1 git clone https://git.gnus.org/gnus.git
     
    @@ -28,7 +28,7 @@ cd gnus
     git config http.sslVerify false
     	
    - The comitter should also have a ~/.netrc file that says + The committer should also have a ~/.netrc file that says
    machine git.gnus.org login yourlogin password yourpassword

    If your password has a space in it or if you are a rebel, @@ -46,7 +46,7 @@ so that will, we hope, prevent unfortunate accidents.

    Send e-mail to tzz@lifelogs.com to - get access, especially if you had CVS comitter access + get access, especially if you had CVS committer access already.

  • -- 2.25.1