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 --wait flag
danimal (author)
Wed Feb 27 13:33:35 -0800 2008
commit  f2c8157ea30e6d4140922aa4fd914bce17a70e57
tree    12e0ca240e4edf602c17f81169724a056a134a63
parent  057660617bc0cccb622e4eba8902ca466988c812
...
1
2
 
...
1
 
2
0
@@ -1,3 +1,3 @@
0
 #!/bin/sh
0
-[ $# -eq 7 ] && /usr/bin/env chdiff "$2" "$5"
0
+[ $# -eq 7 ] && /usr/bin/env chdiff --wait "$2" "$5"

Comments

    No one has commented yet.