about summary refs log tree commit diff stats
path: root/subx/ggdiff
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-07-30 20:30:12 -0700
committerKartik Agaram <vc@akkartik.com>2018-07-30 20:30:12 -0700
commit219d05fa00046da7333c1199e838fea34edb9ef3 (patch)
treec348dcc95f01cc851a698208cdfaea973f5a5b61 /subx/ggdiff
parent86d8f1f30dd70f9be457d9855327649a0870a22e (diff)
downloadmu-219d05fa00046da7333c1199e838fea34edb9ef3.tar.gz
4463
Also purge some unused helper scripts. Good ideas in theory, but no
point if they didn't make it to muscle memory.
Diffstat (limited to 'subx/ggdiff')
-rwxr-xr-xsubx/ggdiff14
1 files changed, 0 insertions, 14 deletions
diff --git a/subx/ggdiff b/subx/ggdiff
deleted file mode 100755
index 0b2f34ca..00000000
--- a/subx/ggdiff
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/usr/bin/env zsh
-# git diff a specific example's generated binary after converting through xxd.
-
-if [ $# -eq 0 ]
-then
-  echo "ggdiff <target> [rev]"
-  exit 1
-fi
-
-target=$1
-rev=${2:-HEAD}
-tmp=`mktemp`
-git show ${rev}:subx/$target > $tmp
-xdiff $tmp $target
>
8fa87054 ^




a66c4a26 ^

f027adc0 ^
5c210a96 ^

3de15ddd ^

5c210a96 ^
fb275079 ^

5c210a96 ^
3d566884 ^
e30d16cb ^
3d566884 ^
621a1a39 ^
9bc5d95c ^
c44b726e ^
465bff73 ^




f027adc0 ^
f8e96a97 ^

0b5c4cbe ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55