From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Yuri Khan Newsgroups: gmane.emacs.devel Subject: Re: git apologia Date: Tue, 18 Nov 2014 08:16:26 +0700 Message-ID: References: <20141114183737.GB3168@acm.acm> <5466517B.50705@porkrind.org> <20141114215404.GD3168@acm.acm> <838ujchods.fsf@gnu.org> <8761egx1k2.fsf@uwakimon.sk.tsukuba.ac.jp> <83sihkg2ds.fsf@gnu.org> <87vbmgv3b9.fsf@uwakimon.sk.tsukuba.ac.jp> <83389jdtae.fsf@gnu.org> <87k32uvg2x.fsf@uwakimon.sk.tsukuba.ac.jp> <83ioidbwz5.fsf@gnu.org> <87h9xxodwj.fsf@Rainer.invalid> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1416273400 14819 80.91.229.3 (18 Nov 2014 01:16:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 18 Nov 2014 01:16:40 +0000 (UTC) Cc: Emacs developers To: Achim Gratz Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 18 02:16:32 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 1XqXPE-0001VE-LJ for ged-emacs-devel@m.gmane.org; Tue, 18 Nov 2014 02:16:32 +0100 Original-Received: from localhost ([::1]:50865 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XqXPE-0003QO-4a for ged-emacs-devel@m.gmane.org; Mon, 17 Nov 2014 20:16:32 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38410) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XqXPA-0003Pw-2S for emacs-devel@gnu.org; Mon, 17 Nov 2014 20:16:28 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XqXP9-0002pi-12 for emacs-devel@gnu.org; Mon, 17 Nov 2014 20:16:28 -0500 Original-Received: from mail-ig0-x22c.google.com ([2607:f8b0:4001:c05::22c]:53580) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XqXP8-0002pQ-JN for emacs-devel@gnu.org; Mon, 17 Nov 2014 20:16:26 -0500 Original-Received: by mail-ig0-f172.google.com with SMTP id hl2so168088igb.17 for ; Mon, 17 Nov 2014 17:16:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=jDdG8HhtjA5wzK3pMEYpIeeczcdPjnrfKeY760jVl98=; b=WDtKdOieb+rsk9hPvPTu9vThQXY7f96fllb/FbiYk8wTYEa030sOga6ASN6Of4XxzD 6h2rcvPeZJae/TQq6NrWCdikzli5QxEnuPPFC8BY8HlTYaykme5RVwXPTW3Vz6jfNv1D stnp5QXp5S8AmZx3eGu3eU+MpQ7kdixsqcMwtsutXLEGsGaXRvyIxrqUJ5NTcyD8+v0p s+RyZawvMxJDbZRUiuqpunmHjQ6XDHIDJLO31N8/c7UOJPsjOSDPKcCU08GNpzI3Q2wv +t5xeBYaho0fi0Lwif21GBHXed12cONZE/pnD2MCOd9P1VQvwZ61fG4XOuYg8l2zzUqg jh4Q== X-Received: by 10.43.1.70 with SMTP id np6mr30921752icb.39.1416273386217; Mon, 17 Nov 2014 17:16:26 -0800 (PST) Original-Received: by 10.107.48.3 with HTTP; Mon, 17 Nov 2014 17:16:26 -0800 (PST) In-Reply-To: <87h9xxodwj.fsf@Rainer.invalid> X-Google-Sender-Auth: MaZELSecPxNC-5Tf_ELtxzhD0Y0 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: 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:177508 Archived-At: On Tue, Nov 18, 2014 at 12:55 AM, Achim Gratz wrote: > Eli Zaretskii writes: > >> When I pull from upstream, I almost always look at the log summary >> lines of the last dozen commits, and then frequently examine one or >> more of those in detail. So I need a quick and convenient method of >> doing "git show" or its equivalent without the need to type the 7 hex >> characters of the SHA1 checksum. What's more natural than asking for >> the Nth previous commit? > > That's the one thing I still prefer to use gitk for. Everyting else is > much easier to do right in Emacs with magit. Why not also read commits from the magit log? (Full disclosure: I like gitk too, for its ability to highlight commits touching one or more selected files.)