From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Gutov Newsgroups: gmane.emacs.devel Subject: Re: [Old patch] Unify fn and var help to make learning elisp a little easier Date: Fri, 06 Feb 2015 09:01:19 +0300 Message-ID: <54D458AF.8020806@yandex.ru> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1423202501 30965 80.91.229.3 (6 Feb 2015 06:01:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 6 Feb 2015 06:01:41 +0000 (UTC) Cc: emacs-devel@gnu.org To: Kelly Dean , Artur Malabarba Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 06 07:01:41 2015 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 1YJbz0-0002Eq-Dz for ged-emacs-devel@m.gmane.org; Fri, 06 Feb 2015 07:01:38 +0100 Original-Received: from localhost ([::1]:46812 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJbyz-0006ht-Tf for ged-emacs-devel@m.gmane.org; Fri, 06 Feb 2015 01:01:37 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50980) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJbyn-0006hm-WA for emacs-devel@gnu.org; Fri, 06 Feb 2015 01:01:26 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YJbyk-0003vC-R6 for emacs-devel@gnu.org; Fri, 06 Feb 2015 01:01:25 -0500 Original-Received: from mail-lb0-x235.google.com ([2a00:1450:4010:c04::235]:61481) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJbyk-0003v2-IA for emacs-devel@gnu.org; Fri, 06 Feb 2015 01:01:22 -0500 Original-Received: by mail-lb0-f181.google.com with SMTP id u14so8832150lbd.12 for ; Thu, 05 Feb 2015 22:01:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=qmOijUHdFPcVLj7OV71v/YpM1xmfgusZEQxmTp3j97w=; b=ISBaFDvzDECJ3F2vLxvQNlY1duqGAKy9ulOnEGg3Bzu6Wtb7Q+zHOFRm/WZ8sQn4uu X7iRQF7wUUcsDvroNLaZ70Mwc3hzVUAubBoLjaWEIbjYkq5CWDQy/xZIMgoOM4U5mYPh mH57dVwU+eHs+YbAf/x8Mq+vwldGvH2A0iD2eIELaZ8C/ycAErgH9Ia7nhjJoqM5Bmt/ N4GuPLOKADqK3O+DYoajCc7+IoN6hwbvluxUcQKSfN4YF9uXsR6ovPsxETxUXU0d712C jfiFM8HQvccrh7zhJL4eInzWEWdhHvFf8+I44XxOnVwfI473agJ2UgtHCOsSWLfEhJ5k rKcA== X-Received: by 10.112.167.68 with SMTP id zm4mr1166247lbb.93.1423202481051; Thu, 05 Feb 2015 22:01:21 -0800 (PST) Original-Received: from [192.168.1.3] ([178.252.98.87]) by mx.google.com with ESMTPSA id h9sm237031laa.10.2015.02.05.22.01.20 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 05 Feb 2015 22:01:20 -0800 (PST) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:33.0) Gecko/20100101 Thunderbird/33.0 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c04::235 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:182495 Archived-At: On 02/06/2015 08:23 AM, Kelly Dean wrote: > Artur Malabarba wrote: >> Pushed. > > Thanks. (Commit# 55eb7281). > > Is the repository supposed to record the difference between author and committer in Git commit objects? Or does that go only in the ChangeLog file? Yes, it's supposed to. Using the --author git argument, or the Author: header when committing from VC.