[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to configure git diff tool to use emacs diff tool
From: |
Andreas Politz |
Subject: |
Re: How to configure git diff tool to use emacs diff tool |
Date: |
Fri, 02 Oct 2009 22:04:10 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) |
hap 497 <hap497@gmail.com> writes:
> Hi,
>
> One can configure git merge tool to use vimdiff
>
> $git config --global merge.tool vimdiff
>
> How can I change it to use emacs diff? And is it possible to use
> emacsclient for diff?
I had another look at this. The library in emacs is called emerge,
which is already supported by git.
-ap
- Re: How to configure git diff tool to use emacs diff tool,
Andreas Politz <=