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: Mon, 7 Jul 2014 12:20:29 -0700 Message-ID: References: <877g3pt2jl.fsf@mailbox.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1404760865 15964 80.91.229.3 (7 Jul 2014 19:21:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 7 Jul 2014 19:21:05 +0000 (UTC) To: Shiyuan , help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jul 07 21:20:58 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 1X4ETB-0007xe-Cx for geh-help-gnu-emacs@m.gmane.org; Mon, 07 Jul 2014 21:20:57 +0200 Original-Received: from localhost ([::1]:52488 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X4ETA-0005hF-Jw for geh-help-gnu-emacs@m.gmane.org; Mon, 07 Jul 2014 15:20:56 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59772) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X4ESm-0005gU-4e for help-gnu-emacs@gnu.org; Mon, 07 Jul 2014 15:20:33 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X4ESk-0000BH-Tt for help-gnu-emacs@gnu.org; Mon, 07 Jul 2014 15:20:31 -0400 Original-Received: from mail-vc0-x22c.google.com ([2607:f8b0:400c:c03::22c]:34197) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X4ESk-0000B9-AN for help-gnu-emacs@gnu.org; Mon, 07 Jul 2014 15:20:30 -0400 Original-Received: by mail-vc0-f172.google.com with SMTP id hy10so4418218vcb.17 for ; Mon, 07 Jul 2014 12:20: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:date:message-id:subject:from:to :content-type; bh=tnYljS1RckceBnVs71Fop/9cf4rk3XHgt8WUTyIiSgA=; b=jZQwNUBosO80/ZBnSEikuD1RICvc3kEt7metudKkBDNMlYETy+7H/w88BDFhLoqvET TYV6okBKtPSEypyc0Yk3LXWl1vAkN20gfoDs3bKhv11VUBFRkVk/ncx+c4WCvTqAwlEf KDRL4R2Zlob7QBUwp2nHlQwNsrmXZLCIZXch8corHa2uU/snWESL0vFOMM2t86hBFdyK Ik5Tuhrj+qo7o7XssVnvRaGp+lPrzj3ax9jf97dUqN1pWtZkYVtGroQIewRhEgWaivxO 51kgq52ugPFjj4+yGvr5oaZvUGUwC38nE4L5nCBdQ+UqpSIzju+VSe/+i2JSZ6HmP1zG cbeA== X-Received: by 10.221.59.194 with SMTP id wp2mr63593vcb.59.1404760829832; Mon, 07 Jul 2014 12:20:29 -0700 (PDT) Original-Received: by 10.58.39.68 with HTTP; Mon, 7 Jul 2014 12:20:29 -0700 (PDT) In-Reply-To: <877g3pt2jl.fsf@mailbox.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400c:c03::22c 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:98563 Archived-At: Thanks for the pointer, Alexander *magit-process* seems not showing all git commands. I can see some `git checkout` command there but the git commands corresponding to `l-l` in magit is not shown in that buffer. Does magit run any git command behind the scene for `l-l` too? Shiyuan On Mon, Jul 7, 2014 at 12:02 PM, Alexander Baier < alexander.baier@mailbox.org> wrote: > Hi Shiyuan, > > On 2014-07-07 20:53 Shiyuan wrote: > > Hi, > > Is there a way to see what git commands have just been run? Thanks. > > > > Shiyuan > > After running at least one git command via magit, do you have a > *magit-process* buffer in your buffer list? That should hold the > information you are interested in. > > On a related note: > > C-h v magit-process-popup-time > > HTH, > -- > Alexander Baier >