Pass -- to diff-tree for branch/filename disambiguation
commita20892979b7eebb2218a2744747d68964e1cd48f
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Sat, 7 Mar 2009 20:01:30 +0000 (7 21:01 +0100)
committerUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Sat, 7 Mar 2009 20:01:30 +0000 (7 21:01 +0100)
tree49df30e1675f860e746d55f71c53aa7387a9e9ca
parentad4ba21f04e5c36b258450a886a104351bcef8da
Pass -- to diff-tree for branch/filename disambiguation

Script to show the need of this patch:

mkdir ty;
cd ty;
git init-db;
touch a;
git add a;
git commit -m "...";
tg create bla;
git commit -m "...";
mkdir bla;
touch bla/blub;
git add bla/blub;
git commit -m "...";
tg export --quilt tt;

Reported-by: "Bernhard R. Link" <brlink@debian.org>
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
tg.sh