public
Description: scripts that can help with using Changes.app and git
Clone URL: git://github.com/danimal/git-chdiff-scripts.git
Search Repo:
add the /bin/sh simple version of the external diff control
danimal (author)
Wed Feb 27 13:27:38 -0800 2008
commit  057660617bc0cccb622e4eba8902ca466988c812
tree    3c32dc12bf5795d3fd6c9badb719fcc3a713956e
parent  bb5f09fe3a619a7442c2eca1da46cc0bf877306f
...
7
8
9
 
10
11
12
...
7
8
9
10
11
12
13
0
@@ -7,6 +7,7 @@
0
 Released to the Public Domain.
0
 """
0
 
0
+
0
 import sys
0
 import subprocess
0
 import os
...
 
 
...
1
2
0
@@ -1 +1,3 @@
0
+#!/bin/sh
0
+[ $# -eq 7 ] && /usr/bin/env chdiff "$2" "$5"

Comments

    No one has commented yet.