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: ediff against branch with git Date: Tue, 2 Jun 2009 16:26:54 +0100 Message-ID: <1d1e6ea70906020826u7ad1d476r93bd9031d800772c@mail.gmail.com> 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 1243956461 23560 80.91.229.12 (2 Jun 2009 15:27:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 2 Jun 2009 15:27:41 +0000 (UTC) To: help-gnu-emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jun 02 17:27:35 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 1MBVtf-0006om-0X for geh-help-gnu-emacs@m.gmane.org; Tue, 02 Jun 2009 17:27:27 +0200 Original-Received: from localhost ([127.0.0.1]:60196 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MBVte-00050C-FN for geh-help-gnu-emacs@m.gmane.org; Tue, 02 Jun 2009 11:27:26 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MBVtH-0004z3-A0 for help-gnu-emacs@gnu.org; Tue, 02 Jun 2009 11:27:03 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MBVtC-0004wq-KK for help-gnu-emacs@gnu.org; Tue, 02 Jun 2009 11:27:02 -0400 Original-Received: from [199.232.76.173] (port=51230 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MBVtC-0004wZ-AY for help-gnu-emacs@gnu.org; Tue, 02 Jun 2009 11:26:58 -0400 Original-Received: from mail-ew0-f162.google.com ([209.85.219.162]:35426) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MBVtC-00008H-2b for help-gnu-emacs@gnu.org; Tue, 02 Jun 2009 11:26:58 -0400 Original-Received: by ewy6 with SMTP id 6so11336558ewy.42 for ; Tue, 02 Jun 2009 08:26:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=LVkK8ZpHcL85CkHjE5tzZR40UJnX9oiwnDuTTEGH9ho=; b=H2bUIoHl+37kWopCMwEbUuyOW6PUqD/kq6iIzeWOYUHgsfVgpD3QxVMZGirt6fA0Tx jukVZvMPTgakVUHeZrRfC7hLvTrkYThTr2+nB+RREf4dHOJJNRmczdrSbI6cCj5HhHSL YINIh2DSMKxKwPWqKa1eEJGwKflW4/P3rABGo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=Y9P7tH/Ig9YVZOuc5H4X4b1OpGA104+Thfp2AGufheejnZLM/sLHlqE5i1D17YSlZt 5zJfi2M559McHeFBmwjHwD4+nfy8X6r+VbwxaTgQfy0PQEgSdaGGTKT1h3NFn3URN7wW hL1wdtO37MBsQ0jVlh/+P3FbQxwRay0ic8lRY= Original-Received: by 10.216.28.15 with SMTP id f15mr2272846wea.30.1243956414544; Tue, 02 Jun 2009 08:26:54 -0700 (PDT) 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:64903 Archived-At: 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.