From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jai Dayal Newsgroups: gmane.emacs.help Subject: Re: magit: What git commands have been run Date: Tue, 8 Jul 2014 12:25:09 -0600 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 1405031661 5427 80.91.229.3 (10 Jul 2014 22:34:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 10 Jul 2014 22:34:21 +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 00:34:15 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 1X5Mus-0006RC-Ha for geh-help-gnu-emacs@m.gmane.org; Fri, 11 Jul 2014 00:34:14 +0200 Original-Received: from localhost ([::1]:40599 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X5Mus-0008Gj-30 for geh-help-gnu-emacs@m.gmane.org; Thu, 10 Jul 2014 18:34:14 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54740) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X4a55-00013X-Rl for help-gnu-emacs@gnu.org; Tue, 08 Jul 2014 14:25:32 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X4a54-0004dG-F4 for help-gnu-emacs@gnu.org; Tue, 08 Jul 2014 14:25:31 -0400 Original-Received: from mail-vc0-x22e.google.com ([2607:f8b0:400c:c03::22e]:46133) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X4a53-0004dA-Ul for help-gnu-emacs@gnu.org; Tue, 08 Jul 2014 14:25:30 -0400 Original-Received: by mail-vc0-f174.google.com with SMTP id hy4so5809869vcb.5 for ; Tue, 08 Jul 2014 11:25:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=UIkh03K0cpQhwrVe30hY13SH3iZHkE75M5twS67EQc4=; b=IHJ55R3zgyTbjDWnnA1q2aL8mgqqyyJK8Fyzr16E1vXGVgywqjkGn3sQ5dhgHK9YcJ m3yHMiu8xaG1k7JB8rjQY7f/zNW4Lx4h75ZGtnJclsUBjbiSPiObe4BOsKGbrfxtpPnL U9eY8wJEEyRFq331FBYQofeI1Gd1y/AhHhc9cFEXMGo8uytfJyT6OJbUJWG85Tdr51e9 PW9zr+ps8rU2kfd3N0txhOsZPlg3uxnhI3nuImkrceIDxHyjyFYtL49Mljn04Cdc4DGI jqqJYzaxAkWIN+Z1SKsO1lQhcSbITAcjP0sqxMR0DHFEl1x4zbTQn9w6JFP1OU7S7EkM 5qGQ== X-Received: by 10.58.18.211 with SMTP id y19mr1474145ved.58.1404843929432; Tue, 08 Jul 2014 11:25:29 -0700 (PDT) Original-Received: by 10.220.112.10 with HTTP; Tue, 8 Jul 2014 11:25:09 -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::22e 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:98631 Archived-At: That's a good solution if and only if all git commands are run through magit/emacs. On Tue, Jul 8, 2014 at 12:22 PM, 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. > > >