Closed amandasaurus closed 10 years ago
cdiff
does not infect your repository, it only reads output from git diff
. Please review your repo status and git config.
Actually, upon further investigation, this is my fault. I had put cdiff
as an extern diff tool for git diff
and it was breaking things.
I installed and used
cdiff
and everything is fine. But now when I try to usegit diff
, I get the following error:There are 2
fatal
lines because I have 2 modified files. If I have 1, I only get it once etc.I have cdiff v0.9.3 installed, git 1.9.1 on Ubuntu Linux 13.10. This repository is a git-svn cloned repository, but I've seen this happen with a regular pure git repository
Once I use
cdiff
it seems to 'infect' my git repository and I can't usegit diff
any more. Other git tools that look at diffs work file (e.g.git status
works fine, I can usegit log --patch
,git checkout --path
).