about summary refs log tree commit diff stats
path: root/subx/ggdiff
diff options
context:
space:
mode:
Diffstat (limited to 'subx/ggdiff')
-rwxr-xr-xsubx/ggdiff12
1 files changed, 2 insertions, 10 deletions
diff --git a/subx/ggdiff b/subx/ggdiff
index e2263ec2..0b2f34ca 100755
--- a/subx/ggdiff
+++ b/subx/ggdiff
@@ -9,14 +9,6 @@ fi
 
 target=$1
 rev=${2:-HEAD}
-
 tmp=`mktemp`
-
-if [[ $target == 'test'* ]]
-then
-  git show ${rev}:subx/teensy/$target > $tmp
-  xdiff $tmp teensy/$target
-else
-  git show ${rev}:subx/$target > $tmp
-  xdiff $tmp $target
-fi
+git show ${rev}:subx/$target > $tmp
+xdiff $tmp $target