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: Mon, 7 Jul 2014 15:50:28 -0600 Message-ID: References: <877g3pt2jl.fsf@mailbox.org> <87y4w4sv05.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 1404769872 31075 80.91.229.3 (7 Jul 2014 21:51:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 7 Jul 2014 21:51:12 +0000 (UTC) To: Shiyuan , help-gnu-emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jul 07 23:51:05 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 1X4GoS-0003kd-0G for geh-help-gnu-emacs@m.gmane.org; Mon, 07 Jul 2014 23:51:04 +0200 Original-Received: from localhost ([::1]:53022 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X4GoR-0003I9-NJ for geh-help-gnu-emacs@m.gmane.org; Mon, 07 Jul 2014 17:51:03 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42684) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X4GoF-0003Hn-2i for help-gnu-emacs@gnu.org; Mon, 07 Jul 2014 17:50:52 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X4GoE-00037e-2d for help-gnu-emacs@gnu.org; Mon, 07 Jul 2014 17:50:51 -0400 Original-Received: from mail-vc0-x231.google.com ([2607:f8b0:400c:c03::231]:45705) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X4GoD-00037N-Tv for help-gnu-emacs@gnu.org; Mon, 07 Jul 2014 17:50:49 -0400 Original-Received: by mail-vc0-f177.google.com with SMTP id ij19so4549169vcb.36 for ; Mon, 07 Jul 2014 14:50:49 -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 :content-type; bh=aJ0gpKXelFgim2OpFHNO0KJiVzYW4nW714vStlxn3sA=; b=H7lACDTn2iNB2YxBBFJiLBFKsPNJ2uFDaHWTC+BsOMnPN79o0WnzP4bKPJMG3urxbb l7uf+xXIsU+GSJf4iJbkF3H+MUkAEJL3zmSYJjsTMrZP0u6WQM0+6f7dbmBCzG6Vk/Up GJ3fadxXrpRC1LwYi9umIhvDUQyc+YFjohT40WnfeI25Wc2TimYnjKME2QLheS2tNEdm 4Hf8iKJBboeAZO7Ji+nsi9GQUf+c8yNfLV7pj+RHwx2f+3wg3BjUwbtetcK4Jxz65Jsv So1Ohb7TDdziVa9ifXVU8rrhsVdNbMva1JygXfjjBJ6fKYhY7Vd/yfBjb0klpD3fJXJo jaIg== X-Received: by 10.58.150.100 with SMTP id uh4mr15295930veb.30.1404769849028; Mon, 07 Jul 2014 14:50:49 -0700 (PDT) Original-Received: by 10.220.112.10 with HTTP; Mon, 7 Jul 2014 14:50:28 -0700 (PDT) In-Reply-To: <87y4w4sv05.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::231 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:98566 Archived-At: What version of Magit are you using? My magit-process shows git pulls, commits, and pushes. On Mon, Jul 7, 2014 at 3:45 PM, Alexander Baier wrote: > On 2014-07-07 21:20 Shiyuan wrote: > > 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? > > Indeed, you are right. I would guess that magit runs something behind > the scenes for `l l` if only for performance reasons. But I don't know > how you would conveniently inspect the git command issued by this emacs > command. Well, you might take a look at the magit source code, it is > open source after all ;-) > > Regards, > -- > Alexander Baier > >