Skip to content

Commit 4c82196

Browse files
committed
Autoconfigure local image diff command as needed.
1 parent 8e32f56 commit 4c82196

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

approve_mandelbrot

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
#!/bin/sh
22

3+
git config --local diff.image.command '`pwd`/diff-image'
34
exit $(git diff -- "$1")

0 commit comments

Comments
 (0)