From: Luciano Rocha <luciano@eurotux.com>
To: Scott Chacon <schacon@gmail.com>
Cc: git list <git@vger.kernel.org>
Subject: Re: Pro Git Book
Date: Thu, 30 Jul 2009 16:51:28 +0100 [thread overview]
Message-ID: <20090730155127.GB2484@bit.office.eurotux.com> (raw)
In-Reply-To: <d411cc4a0907271056x458d7b15lc1b2868a46884175@mail.gmail.com>
On Mon, Jul 27, 2009 at 10:56:57AM -0700, Scott Chacon wrote:
> Hey all,
>
> Just a heads up - I've been working on a book on Git being published
> by Apress called "Pro Git", which is being licensed under a CC 3.0
> license and as I've just finished some of the final reviews, I've put
> the entire content of the book online at:
>
> http://progit.org
Many thanks for that. It's an interesting reading. Is it updated often?
There're some typos.
Also, a comment. When you show how to setup a git server with ssh, you
have:
$ su git
$ cd
$ mkdir .ssh
After su make sure umask doesn't allow group-writable, or the ssh daemon
will complay about wrong permissions in .ssh and .ssh/authorized_keys.
$ su git
$ umask 077
$ ..
And reset to more generous defaults after finishing with ssh setup.
(Like by saving the previous value or just using 022.)
Regards,
Luciano Rocha
--
Luciano Rocha <luciano@eurotux.com>
Eurotux Informática, S.A. <http://www.eurotux.com/>
prev parent reply other threads:[~2009-07-30 15:51 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-27 17:56 Pro Git Book Scott Chacon
2009-07-27 21:16 ` Tim Visher
2009-07-28 8:56 ` David Aguilar
2009-07-28 16:14 ` Scott Chacon
2009-07-29 9:34 ` Jakub Narebski
2009-07-29 15:38 ` Scott Chacon
2009-07-29 18:30 ` Sverre Rabbelier
2009-07-30 15:51 ` Luciano Rocha [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20090730155127.GB2484@bit.office.eurotux.com \
--to=luciano@eurotux.com \
--cc=git@vger.kernel.org \
--cc=schacon@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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 NNTP newsgroup(s).