From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Yuri Khan Newsgroups: gmane.emacs.help Subject: Re: git, magit: nth diff before Date: Tue, 17 Mar 2015 17:37:08 +0600 Message-ID: References: <55080B4A.5020309@easy-emacs.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1426592266 7307 80.91.229.3 (17 Mar 2015 11:37:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 17 Mar 2015 11:37:46 +0000 (UTC) Cc: "help-gnu-emacs@gnu.org List" To: =?UTF-8?Q?Andreas_R=C3=B6hler?= Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Mar 17 12:37:46 2015 Return-path: Envelope-to: geh-help-gnu-emacs@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 1YXpof-0000hE-9K for geh-help-gnu-emacs@m.gmane.org; Tue, 17 Mar 2015 12:37:45 +0100 Original-Received: from localhost ([::1]:53956 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXpoe-0005la-88 for geh-help-gnu-emacs@m.gmane.org; Tue, 17 Mar 2015 07:37:44 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48852) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXpoR-0005l9-Lr for help-gnu-emacs@gnu.org; Tue, 17 Mar 2015 07:37:32 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YXpoQ-0005HX-U5 for help-gnu-emacs@gnu.org; Tue, 17 Mar 2015 07:37:31 -0400 Original-Received: from mail-ig0-x22c.google.com ([2607:f8b0:4001:c05::22c]:35479) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXpoQ-0005H9-P0 for help-gnu-emacs@gnu.org; Tue, 17 Mar 2015 07:37:30 -0400 Original-Received: by igcau2 with SMTP id au2so30722551igc.0 for ; Tue, 17 Mar 2015 04:37:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type:content-transfer-encoding; bh=cKC+XcFMD0cD0yjABIt0usn0HnXAj2bFnWPww73pTug=; b=BWZn3EpEh+DExnY1n+ykVoPn8r63TVmBgZ1sM3757mKTNks9Pfz7i2sD/eDezO3ToD YiFT2GmcDFVBsLHP2gzr5jzdqnDv4DMEQdiD+9TmRx+JN/hxwOP3Hf3LbfFs6wuc87FX Xd/kpcso5VEP1CvzDLpPnB8+PiHY/sGEhYqn0YNZRGeHOsJMEx3+NavMsM42GKleDS2M tZJQCeSPREXwUJ19DW2SiEiUd8QiEQe1hC13gQMfFJDvfugEZM2LQsnzOPRc4NPEWW/s MdPSJzzSkPBGBxbHe0TqoMn4Jc2aMi8ZIkvX2RJr/g0H3bsuSC+C+ZJcyxiMlH5zzGxA W4aA== X-Received: by 10.107.164.140 with SMTP id d12mr72240339ioj.13.1426592249102; Tue, 17 Mar 2015 04:37:29 -0700 (PDT) Original-Received: by 10.107.3.132 with HTTP; Tue, 17 Mar 2015 04:37:08 -0700 (PDT) In-Reply-To: <55080B4A.5020309@easy-emacs.de> X-Google-Sender-Auth: tFXMGorGorrhzCy2ckR7KdWOgVY X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4001:c05::22c X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:103193 Archived-At: On Tue, Mar 17, 2015 at 5:08 PM, Andreas R=C3=B6hler wrote: > let's assume wont to see a git diff from 9th to 8th commit before head. > > Is there a convenient command using magic, i.e. giving arguments as numbe= rs? M-x magit-show-commit RET HEAD~8 RET if you really insist on a command-line-like interface. But you may also like to invoke M-x magit-log, move point to the line describing the commit you want, and press RET.