public
Fork of farktronix/gittools
Description: Collection of scripts for performing generic git tasks
Clone URL: git://github.com/danpreston/gittools.git
Search Repo:
Bumped version to 1.2 because of the new --conflict option.
danpreston (author)
Tue May 06 19:19:43 -0700 2008
commit  e3861867faaa37e5ec3fb5b7e5f42972fee60cf2
tree    b188c7d06adb54e880923c8fc801360f622162f6
parent  15f2c07728866e28490e2078c17e74cd14d20ec7
...
9
10
11
12
 
13
14
15
...
9
10
11
 
12
13
14
15
0
@@ -9,7 +9,7 @@
0
 from optparse import OptionParser
0
 
0
 name = "git-bbedit-diff"
0
-gdiffVersion = name + " version 1.1"
0
+gdiffVersion = name + " version 1.2"
0
 tempDir = "/tmp/"
0
 
0
 #----------------------------------------------------------------------------------------------------------------------------

Comments

    No one has commented yet.