From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Shiyuan Newsgroups: gmane.emacs.help Subject: Re: magit: What git commands have been run Date: Thu, 10 Jul 2014 22:59:01 -0700 Message-ID: References: <87oawzemn5.fsf@web.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1405058368 20154 80.91.229.3 (11 Jul 2014 05:59:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 11 Jul 2014 05:59:28 +0000 (UTC) Cc: help-gnu-emacs To: Michael Heerdegen Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jul 11 07:59:19 2014 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 1X5TrY-0006q7-Tp for geh-help-gnu-emacs@m.gmane.org; Fri, 11 Jul 2014 07:59:17 +0200 Original-Received: from localhost ([::1]:42228 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X5TrY-00015e-H4 for geh-help-gnu-emacs@m.gmane.org; Fri, 11 Jul 2014 01:59:16 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36546) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X5TrN-00015Y-5W for help-gnu-emacs@gnu.org; Fri, 11 Jul 2014 01:59:05 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X5TrM-0007lL-5q for help-gnu-emacs@gnu.org; Fri, 11 Jul 2014 01:59:05 -0400 Original-Received: from mail-vc0-x22d.google.com ([2607:f8b0:400c:c03::22d]:49964) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X5TrM-0007l3-0y for help-gnu-emacs@gnu.org; Fri, 11 Jul 2014 01:59:04 -0400 Original-Received: by mail-vc0-f173.google.com with SMTP id lf12so1142592vcb.32 for ; Thu, 10 Jul 2014 22:59:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=4tJ/nKNCbFuBqEF/1mvFP3BMfJ8QEie79edd+sP+V2o=; b=H0UResYFmuh/QJ1Zn8JJWAjc8BkzyomgR7h08lUQrmgVs2OuMz7AVjNuIcS86RvXPB UEFtl4vNWV7uD1Qb/mGcJExbx7XZLTEZalg/ZaEtJKuc+806SWIokExFB+0XbKFZr0BT QwnRgsRJOeZwmn30YunEeQQe218jNHpNBlzvNT9WtfAc/YCEoBQ0ge6dO0A051Vv7cZn PLVKdRvE3xo7Pbgk91Rilvmc+sMFfmwMsi3NN1X4/P2AbVk0E+jP9L0x/U5ZS7CO907H RwLHzR8vYtRjv4AeYSwc0M/GVnLC1ZUhpV1DUNA8ti5EzuiNy7hNOm1qAmDe1tzLqWWu PEdw== X-Received: by 10.220.251.134 with SMTP id ms6mr16765336vcb.10.1405058342062; Thu, 10 Jul 2014 22:59:02 -0700 (PDT) Original-Received: by 10.58.39.68 with HTTP; Thu, 10 Jul 2014 22:59:01 -0700 (PDT) In-Reply-To: <87oawzemn5.fsf@web.de> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400c:c03::22d X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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:98645 Archived-At: That works. At least it shows what `l-l` does. It is also a nice trick to know about elisp. Thank you all. Shiyuan On Tue, Jul 8, 2014 at 11:22 AM, Michael Heerdegen wrote: > Shiyuan writes: > > > Is there a way to see what git commands have just been run? Thanks. > > Try M-x trace-function call-process RET. > > Michael. > > >