Package: gitosis
Version: 0.2+20080419-2
Severity: minor
Tags: patch

The README.rst that is distributed with gitosis uses the user 'git' as
an example in two locations, when the Debian package uses the user
'gitosis'. This is a minor cosmetic change, but I think the enclosed
patch clears up potential confusion relatively trivially.

Micah

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.24-1-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
--- README.rst.orig     2008-07-10 14:02:27.000000000 -0700
+++ README.rst  2008-07-10 14:02:06.000000000 -0700
@@ -76,7 +76,7 @@
        sudo -H -u git gitosis-init <FILENAME.pub
        # (or just copy-paste the public key when prompted)
 
-then just ``git clone [EMAIL PROTECTED]:gitosis-admin.git``, and you get a
+then just ``git clone [EMAIL PROTECTED]:gitosis-admin.git``, and you get a
 repository with SSH keys as ``keys/USER.pub`` and a ``gitosis.conf``
 where you can configure who has access to what.
 
@@ -122,7 +122,7 @@
        mkdir myproject
        cd mypyroject
        git init
-       git remote add myserver [EMAIL PROTECTED]:myproject.git
+       git remote add myserver [EMAIL PROTECTED]:myproject.git
        # do some work, git add and commit files
        git push myserver master:refs/heads/master
 

Reply via email to