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 22:49:58 -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 1404795057 2491 80.91.229.3 (8 Jul 2014 04:50:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 8 Jul 2014 04:50:57 +0000 (UTC) Cc: help-gnu-emacs To: Shiyuan Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jul 08 06:50:51 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 1X4NMh-0001AB-DQ for geh-help-gnu-emacs@m.gmane.org; Tue, 08 Jul 2014 06:50:51 +0200 Original-Received: from localhost ([::1]:53948 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X4NMe-00036s-PN for geh-help-gnu-emacs@m.gmane.org; Tue, 08 Jul 2014 00:50:48 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59799) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X4NML-00036E-CS for help-gnu-emacs@gnu.org; Tue, 08 Jul 2014 00:50:30 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X4NMB-0007WZ-6h for help-gnu-emacs@gnu.org; Tue, 08 Jul 2014 00:50:29 -0400 Original-Received: from mail-ve0-x230.google.com ([2607:f8b0:400c:c01::230]:62512) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X4NMB-0007WT-0P for help-gnu-emacs@gnu.org; Tue, 08 Jul 2014 00:50:19 -0400 Original-Received: by mail-ve0-f176.google.com with SMTP id us18so493415veb.35 for ; Mon, 07 Jul 2014 21:50:18 -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=MXxORw1I+sGWcebJQyCSOjCFxuZUxgKh0zqi9kDZDZg=; b=HMakv9O+kiXaWVet9PD9HZrixRBPz2wR8ctrdJqHROiyAiTRShvCvjvQwF4sfWtZop IdZZtfs9SFDE06oQ8JcwkZDclf4P3NzONARC0HchMb06mM8FwxbnMoHSpELQ3rUkQ6fH dlvwYVcViUrSchZ5p0EwsgQJy4cgIwu/ql2R3jAk7aj3ZcxZ8s108/5pDori2vpa/HZ4 /we7jF1XrqBR+FmHlUWyZ6MCSCGO7YC/x6fjvc+AeVYjcJhdRANLqVJalEdqtv6ES5vg fQravzCLY0kzTj9XudNAgZFWhttkAq1qf7nirpEY5a+4LMR2WLk98tT4l1ALpGHggkO7 AVmw== X-Received: by 10.221.20.199 with SMTP id qp7mr31487009vcb.24.1404795018248; Mon, 07 Jul 2014 21:50:18 -0700 (PDT) Original-Received: by 10.220.112.10 with HTTP; Mon, 7 Jul 2014 21:49:58 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400c:c01::230 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:98574 Archived-At: I believe I have 2.0 from the git repo. https://github.com/magit/magit On Mon, Jul 7, 2014 at 10:44 PM, Shiyuan wrote: > I am using Magit 1.2.0(which is returned by C-h v magit-version) > > > On Mon, Jul 7, 2014 at 2:50 PM, Jai Dayal wrote: > >> 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 < >> alexander.baier@mailbox.org> 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 >>> >>> >> >