From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Artur Malabarba Newsgroups: gmane.emacs.devel Subject: Re: [Old patch] Unify fn and var help to make learning elisp a little easier Date: Fri, 6 Feb 2015 06:47:24 -0200 Message-ID: References: <54D458AF.8020806@yandex.ru> Reply-To: bruce.connor.am@gmail.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11c3251e37bd3a050e677895 X-Trace: ger.gmane.org 1423212454 21540 80.91.229.3 (6 Feb 2015 08:47:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 6 Feb 2015 08:47:34 +0000 (UTC) Cc: Kelly Dean , emacs-devel To: Dmitry Gutov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 06 09:47:33 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 1YJeZY-0007Ug-0j for ged-emacs-devel@m.gmane.org; Fri, 06 Feb 2015 09:47:32 +0100 Original-Received: from localhost ([::1]:47214 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJeZV-0006xg-Us for ged-emacs-devel@m.gmane.org; Fri, 06 Feb 2015 03:47:29 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48715) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJeZS-0006xa-Cw for emacs-devel@gnu.org; Fri, 06 Feb 2015 03:47:27 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YJeZR-0008Gs-JV for emacs-devel@gnu.org; Fri, 06 Feb 2015 03:47:26 -0500 Original-Received: from mail-oi0-x22d.google.com ([2607:f8b0:4003:c06::22d]:36563) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJeZR-0008Gm-EX for emacs-devel@gnu.org; Fri, 06 Feb 2015 03:47:25 -0500 Original-Received: by mail-oi0-f45.google.com with SMTP id g201so10846735oib.4 for ; Fri, 06 Feb 2015 00:47:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:sender:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=B+2TK0yFO67VEnYLilUzP+Nn0zEQEWZRA5kGiibzf2o=; b=lHSbRNTchtS/2wG/oKA6nEmwzJsTyApn1IKLkR2EeZaMLjSFdsD7vaOZEq1Htz01xQ yIHOR4Utft+WRzs596gE2DUEpQHWxtYZofh65+C2C0/OAjNluYrxth32cScoGw+o5mAS cuKbjR7Hvjc7W0zMx0wn4YEg8jx4II18LCwY8M2FFzGIuCRDlK3HEFk2rRdry4C5Ug+Y hr+iuOhNGsXqi/W+z4sb0cgwqG/C4yhV0kyO469zVzHRTuSUORmxNM9k1USwzSN2yoYI FVaPRCbocg3miBiUgJwR0OU6p3jM1whn3DAsMrU4BqtHdb/WUsCkV43cdaIM8Y2/nXg8 a69Q== X-Received: by 10.182.230.165 with SMTP id sz5mr1724282obc.29.1423212444890; Fri, 06 Feb 2015 00:47:24 -0800 (PST) Original-Received: by 10.76.125.1 with HTTP; Fri, 6 Feb 2015 00:47:24 -0800 (PST) Original-Received: by 10.76.125.1 with HTTP; Fri, 6 Feb 2015 00:47:24 -0800 (PST) In-Reply-To: <54D458AF.8020806@yandex.ru> X-Google-Sender-Auth: WbFfkCS4D-dsEsMAIaSjDPY1Kms X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4003:c06::22d 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:182505 Archived-At: --001a11c3251e37bd3a050e677895 Content-Type: text/plain; charset=UTF-8 >> 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. My bad, I thought the Change Log was enough. --001a11c3251e37bd3a050e677895 Content-Type: text/html; charset=UTF-8

>> 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.

My bad, I thought the Change Log was enough.

--001a11c3251e37bd3a050e677895--