From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.devel Subject: Re: Good book on Git Date: Sun, 16 Nov 2014 08:27:00 +0100 Message-ID: <871tp37ghn.fsf@thinkpad-t440p.tsdh.org> References: <20141114125640.46af036c@jabberwock.cb.piermont.com> <20141114163202.4151b97e@jabberwock.cb.piermont.com> <20141115133819.220e583c@jabberwock.cb.piermont.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1416122846 2284 80.91.229.3 (16 Nov 2014 07:27:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 16 Nov 2014 07:27:26 +0000 (UTC) Cc: emacs-devel@gnu.org, "Perry E. Metzger" To: Richard Stallman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 16 08:27:21 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XpuEz-0007FG-BD for ged-emacs-devel@m.gmane.org; Sun, 16 Nov 2014 08:27:21 +0100 Original-Received: from localhost ([::1]:43117 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XpuEy-00053y-O2 for ged-emacs-devel@m.gmane.org; Sun, 16 Nov 2014 02:27:20 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44619) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XpuEr-00053r-Ii for emacs-devel@gnu.org; Sun, 16 Nov 2014 02:27:17 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XpuEm-0004FU-MW for emacs-devel@gnu.org; Sun, 16 Nov 2014 02:27:13 -0500 Original-Received: from out4-smtp.messagingengine.com ([66.111.4.28]:60908) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XpuEm-0004FG-Fv for emacs-devel@gnu.org; Sun, 16 Nov 2014 02:27:08 -0500 Original-Received: from compute6.internal (compute6.nyi.internal [10.202.2.46]) by mailout.nyi.internal (Postfix) with ESMTP id 0130220804 for ; Sun, 16 Nov 2014 02:27:07 -0500 (EST) Original-Received: from frontend2 ([10.202.2.161]) by compute6.internal (MEProxy); Sun, 16 Nov 2014 02:27:08 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=x-sasl-enc:from:to:cc:subject:references :date:in-reply-to:message-id:mime-version:content-type; s= smtpout; bh=G4f7LS2hSgfeW/jZY5GMEmeMnDM=; b=L8WEMsXmpCd5lGvr+LYq 4mL+lf6mM6aCCkLa80ktbW+CN/Ax+66hQhAzUDEPJ6O1zC4K7bxkIVGvFebgVO+G KovfzGxIqWQ15xUFuJKctZT7IuVykwq4llLGGGAuSPsoY/YszWXpkZvNr6C8xOzc h9ukl12/4FscgXIEYJucsZM= X-Sasl-enc: rm3wQxzUxhXq1276cg/ilWg+gXlRTNanpLAD+/HAegO7 1416122827 Original-Received: from thinkpad-t440p.tsdh.org (unknown [2.163.71.85]) by mail.messagingengine.com (Postfix) with ESMTPA id C52F568010E; Sun, 16 Nov 2014 02:27:06 -0500 (EST) Mail-Followup-To: Richard Stallman , "Perry E. Metzger" , emacs-devel@gnu.org In-Reply-To: (Richard Stallman's message of "Sat, 15 Nov 2014 22:43:40 -0500") User-Agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 66.111.4.28 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:177281 Archived-At: Richard Stallman writes: > [[[ To any NSA and FBI agents reading my email: please consider ]]] > [[[ whether defending the US Constitution against all enemies, ]]] > [[[ foreign or domestic, requires you to follow Snowden's example. ]]] > > > > Who wrote it? Is there any chance of persuading per to free it? > > > Scott Chacon and Ben Straub wrote it. I don't know either of them, > > but you can contact them through the web site. > > It isn't easy for me to do anything directly through a web site. Can > you find their email addresses? It's CC BY-NC-SA 3.0 which is good for educational works though not compliant to the GNU GPL/FDL according to the GNU list of licenses at https://www.gnu.org/licenses/license-list.html. Anyway, the authors' addresses are those: "Scott Chacon" "Ben Straub" The source code of the book is available as a git repository at https://github.com/progit/progit2. According to the VCS history, there are 22 people in total that contributed to the second edition of the book. Bye, Tassilo