From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Harald Hanche-Olsen Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] master 4e23cd0 4/5: * mail/rmail.el (rmail-show-message-1): When displaying a mime message, Date: Mon, 06 Apr 2015 09:45:47 +0200 Message-ID: <552239AB.3030807@math.ntnu.no> References: <20150405124321.362.95112@vcs.savannah.gnu.org> <552130FE.1010101@yandex.ru> <83mw2mn2no.fsf@gnu.org> <5521359D.2000509@yandex.ru> <83384emoyw.fsf@gnu.org> <83egnxln0y.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1428306372 31768 80.91.229.3 (6 Apr 2015 07:46:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 6 Apr 2015 07:46:12 +0000 (UTC) Cc: dgutov@yandex.ru, rms@gnu.org, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Apr 06 09:46:11 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 1Yf1jV-00021X-V5 for ged-emacs-devel@m.gmane.org; Mon, 06 Apr 2015 09:46:10 +0200 Original-Received: from localhost ([::1]:39063 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yf1jU-0000dd-Vz for ged-emacs-devel@m.gmane.org; Mon, 06 Apr 2015 03:46:09 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45350) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yf1jI-0000dM-Cf for emacs-devel@gnu.org; Mon, 06 Apr 2015 03:45:57 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yf1jH-0001sF-Il for emacs-devel@gnu.org; Mon, 06 Apr 2015 03:45:56 -0400 Original-Received: from hylle05.itea.ntnu.no ([2001:700:300:3::225]:48748) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yf1jG-0001rY-97; Mon, 06 Apr 2015 03:45:54 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by hylle05.itea.ntnu.no (Postfix) with ESMTP id 6885F900FC1; Mon, 6 Apr 2015 09:45:51 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at hylle05.itea.ntnu.no Original-Received: from [IPv6:2001:4662:4ffb::f503:5dea:c284:c20f] (unknown [IPv6:2001:4662:4ffb:0:f503:5dea:c284:c20f]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: hanche) by hylle05.itea.ntnu.no (Postfix) with ESMTPSA id 75309900FBD; Mon, 6 Apr 2015 09:45:50 +0200 (CEST) User-Agent: Postbox 3.0.11 (Macintosh/20140602) In-Reply-To: <83egnxln0y.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:700:300:3::225 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:185010 Archived-At: Eli Zaretskii wrote: > By contrast, "git diff" takes a single commit argument, and displays > the diffs between the working tree and that commit. Or it takes two, in which case it displays the diffs between two commits. =E2=80=93 Harald