From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: George Nurser Newsgroups: gmane.emacs.help Subject: Re: ediff against branch with git Date: Wed, 3 Jun 2009 10:52:38 +0100 Message-ID: <1d1e6ea70906030252w23e7edbap53c96532639a6266@mail.gmail.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1244022801 8701 80.91.229.12 (3 Jun 2009 09:53:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 3 Jun 2009 09:53:21 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: parozusa@web.de Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jun 03 11:53:18 2009 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 1MBn9q-0002WI-Bj for geh-help-gnu-emacs@m.gmane.org; Wed, 03 Jun 2009 11:53:18 +0200 Original-Received: from localhost ([127.0.0.1]:59379 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MBn9p-0001w9-JI for geh-help-gnu-emacs@m.gmane.org; Wed, 03 Jun 2009 05:53:17 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MBn9N-0001vl-P9 for help-gnu-emacs@gnu.org; Wed, 03 Jun 2009 05:52:49 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MBn9I-0001v8-Aw for help-gnu-emacs@gnu.org; Wed, 03 Jun 2009 05:52:49 -0400 Original-Received: from [199.232.76.173] (port=49069 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MBn9I-0001v4-4J for help-gnu-emacs@gnu.org; Wed, 03 Jun 2009 05:52:44 -0400 Original-Received: from mail-ew0-f162.google.com ([209.85.219.162]:36459) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MBn9H-0005gj-Mo for help-gnu-emacs@gnu.org; Wed, 03 Jun 2009 05:52:43 -0400 Original-Received: by ewy6 with SMTP id 6so12555015ewy.42 for ; Wed, 03 Jun 2009 02:52:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=aDuX/tpKiT+5VglrftNIawDoP3W99dgpOwaNb4rrhHs=; b=VvXbPnOrZcEwf3f7YU69HEg+lRj58Yz7qQ/Ud/47y/cH6wHo/MvCQL80fcwuow2dS3 VQgmppTzq/f25MnYqOZmwv4oJ4K7vyAfT/0SI9/sjwQfQWRRxnvEPNfz8nNarN03Xx3q LeVM8NAKX0b/P45yNIZE94go1laOSbNJlXj68= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=Nb4wSYI6Y7/OF3GNztJZpaAnbpMz7YDEr2CTb12rOONM48ZS8gIcQZEy5Qr7hMld/8 0ScjseLx/rYcnq/j1BozIav/H3/uH1zYxYhLtYuD1IuIoCjUN9BlZTvv31jYWUIqq/rE 1gdwI/jJZ3S5S7tR6jJ2ZxhiuNKfJZQ/fuId0= Original-Received: by 10.216.70.143 with SMTP id p15mr245986wed.115.1244022758877; Wed, 03 Jun 2009 02:52:38 -0700 (PDT) In-Reply-To: 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:64914 Archived-At: I knew about ediff-revision, but didn't realise that it could take a branch name in the selection dialogue. Thanks very much! George. 2009/6/3 Martin : > > George Nurser writes: > >> Hi, >> I was hoping to able to use ediff to compare the versions of a given >> file on two git branches. I couldn't see anyway to do it though. I >> have Emacs v23, with the standard version control package, and the >> latest version from the git repository of git-emacs. >> >> Am I missing something? Or is there another package that will do this? >> >> --George Nurser. > > Hi, > > do you know about ediff-revision ? > > Martin > -- > parozusa at web dot de >