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: Include necessary git tools in the Emacs distribution? Date: Fri, 14 Nov 2014 15:57:16 +0100 Message-ID: <87ppcp4ypf.fsf@thinkpad-t440p.tsdh.org> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1415977073 12377 80.91.229.3 (14 Nov 2014 14:57:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 14 Nov 2014 14:57:53 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 14 15:57:47 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 1XpIJf-0007E1-5G for ged-emacs-devel@m.gmane.org; Fri, 14 Nov 2014 15:57:39 +0100 Original-Received: from localhost ([::1]:36847 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XpIJe-0004hB-KR for ged-emacs-devel@m.gmane.org; Fri, 14 Nov 2014 09:57:38 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47227) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XpIJV-0004h5-UQ for emacs-devel@gnu.org; Fri, 14 Nov 2014 09:57:35 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XpIJP-0004D8-SM for emacs-devel@gnu.org; Fri, 14 Nov 2014 09:57:29 -0500 Original-Received: from out3-smtp.messagingengine.com ([66.111.4.27]:55891) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XpIJP-0004D4-On for emacs-devel@gnu.org; Fri, 14 Nov 2014 09:57:23 -0500 Original-Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id E45E320A1D for ; Fri, 14 Nov 2014 09:57:21 -0500 (EST) Original-Received: from frontend2 ([10.202.2.161]) by compute4.internal (MEProxy); Fri, 14 Nov 2014 09:57:21 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=x-sasl-enc:from:to:subject:references :date:in-reply-to:message-id:mime-version:content-type; s= smtpout; bh=dOu+uhxsk4tcLMOjF9Zclo2AR4A=; b=kj4llVu/7WkgF5DFU6wB ziTJd99I18xSUzw3gU/aLvVwu3Bv/mm5B1K2uXVElhikaWzyLMvEZiB3lUbVBTuF unoHY/nZKi/mfQDDD5A5TZzKBTke3B1GArZ9ucirTWMipIIRQGyWyQ913Lk+5hCk 7J6K5yeK60e4/AkUGiuK7e4= X-Sasl-enc: YI3N2+LposnAvDUJLlOiUkG9xbGHSVBavwm+O1kt2HY1 1415977041 Original-Received: from thinkpad-t440p.tsdh.org (unknown [2.162.226.32]) by mail.messagingengine.com (Postfix) with ESMTPA id 28B1268012E for ; Fri, 14 Nov 2014 09:57:20 -0500 (EST) Mail-Followup-To: emacs-devel@gnu.org In-Reply-To: (Lars Magne Ingebrigtsen's message of "Fri, 14 Nov 2014 15:39:52 +0100") 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.27 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:177086 Archived-At: Lars Magne Ingebrigtsen writes: > To use git for Emacs development, you really kinda need > merge-changelog and git-new-workdir. The former is a C file also > included in gnulib, so I would assume that that's not a licensing > problem. Yeah, I had to clone gnulib specificly for that. > git-new-workdir is a shell script, and I can't find the license after > looking around for ten seconds. Isn't that installed with Git out of the box (just not in PATH)? (At least here on Arch GNU/Linux it is.) Bye, Tassilo