From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lave Newsgroups: gmane.emacs.help Subject: Re: Which git front-end in emacs is better? Date: Wed, 22 Oct 2008 18:24:36 +0800 Message-ID: <29de18070810220324v36760699o18ff116d3a8d94a7@mail.gmail.com> References: <29de18070810210438x2d7f3b6dhd95d34621091eb4f@mail.gmail.com> <200810220025.m9M0PK2w018836@zogzog.maillard.mobi> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1224671900 5014 80.91.229.12 (22 Oct 2008 10:38:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 22 Oct 2008 10:38:20 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: "Xavier Maillard" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Oct 22 12:39:19 2008 connect(): Connection refused Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Ksb7J-00012o-Ez for geh-help-gnu-emacs@m.gmane.org; Wed, 22 Oct 2008 12:39:05 +0200 Original-Received: from localhost ([127.0.0.1]:42775 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ksb6D-0005MI-QT for geh-help-gnu-emacs@m.gmane.org; Wed, 22 Oct 2008 06:37:57 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KsatQ-0002VZ-3K for help-gnu-emacs@gnu.org; Wed, 22 Oct 2008 06:24:44 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KsatK-0002Uj-VK for help-gnu-emacs@gnu.org; Wed, 22 Oct 2008 06:24:40 -0400 Original-Received: from [199.232.76.173] (port=38550 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KsatJ-0002UW-Qp for help-gnu-emacs@gnu.org; Wed, 22 Oct 2008 06:24:37 -0400 Original-Received: from rv-out-0708.google.com ([209.85.198.250]:10967) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KsatJ-0008Ic-R4 for help-gnu-emacs@gnu.org; Wed, 22 Oct 2008 06:24:38 -0400 Original-Received: by rv-out-0708.google.com with SMTP id k29so3237649rvb.6 for ; Wed, 22 Oct 2008 03:24:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=M5A7rz17fxi/Ci3fxZs5X7fDJoedex2ZIJ0DG9a8ue4=; b=r6h8CNf/1xRRav49Sqtw4i3E49/tRPPq7FPQc/SW721IBOOMJX7pRSm6lNc13AQlG3 hInKVf8IALfdSWmTsaydaAiiHmX6G7Xs2fvKtzYcXbGjFjBbJSMhG0g7xU0SEJAuKlf6 r0DrphxKmRmbAE9p1hG+haPuoOR8GjEw+/KAc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=hSJJ3xmKcd77DTf5v9OxN6qVxjzolZ6GRrmLhPiKLiHlgqBsJdGyUpvjfgst7CoDSs jUK8Uxuvmh7eIEf+FDP/m7Dh22Lh/Y4KiKI8K31RB43VgwnmJjc+DEqz+CvZXKKnolEL g9+88qNAgGBCshrsciZCAfoRKjnkTidbXWBOk= Original-Received: by 10.141.145.11 with SMTP id x11mr6332649rvn.215.1224671076345; Wed, 22 Oct 2008 03:24:36 -0700 (PDT) Original-Received: by 10.141.40.2 with HTTP; Wed, 22 Oct 2008 03:24:36 -0700 (PDT) In-Reply-To: <200810220025.m9M0PK2w018836@zogzog.maillard.mobi> Content-Disposition: inline X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:59026 Archived-At: I have no experience of using VC, I just want a interface for git. Git.el saids allow user to use full functionality of Git. But I found Magit having more. I'll try Magit first. Thanks you all. On 10/22/08, Xavier Maillard wrote: > Hi, > > I'm wondering how to use git in emacs. Is there a good front-end for > git in emacs ? > > There are several at different maturity level. If you are used to > VC, then vc-git.el is for you. There is also DVC which offers > homogeneous access to different DVCs such as git, GNU bzr, ... > > Xavier > -- > http://www.gnu.org > http://www.april.org > http://www.lolica.org > -- Regards Lave