git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* git-diff & cg-diff behavior difference
@ 2006-12-17 17:11 Vincent Legoll
       [not found] ` <46a038f90612181249y5ee69a8al28e97a22dca80c81@mail.gmail.com>
  0 siblings, 1 reply; 3+ messages in thread
From: Vincent Legoll @ 2006-12-17 17:11 UTC (permalink / raw)
  To: git

I did not find something relevant in the docs, so I'll ask here.

git-diff works from everywhere in the tree, whereas cg-diff
does not, is that intentional ?

steps to reproduce:
--------------------
mkdir tmp
cd tmp
touch titi.txt
mkdir tutu
touch tutu/toto.txt
cg-init -I
cg-add -r .
cg-commit -C -m INIT
echo "tata" > titi.txt
git-diff
cg-diff
cd tutu
git-diff
cg-diff
--------------------

The 2 git-diff & 1st cg-diff outputs are the same, whereas the 2nd
cg-diff one is empty...

Quite a minor thing, but this could be added in the cg-diff man-page as a
difference of behavior.

-- 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-12-19 10:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-17 17:11 git-diff & cg-diff behavior difference Vincent Legoll
     [not found] ` <46a038f90612181249y5ee69a8al28e97a22dca80c81@mail.gmail.com>
2006-12-19 10:33   ` Vincent Legoll
2006-12-19 10:43     ` Vincent Legoll

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).