diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-11-12 17:06:54 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-11-12 17:06:54 -0500 |
commit | 7d455f70d317d36693e2d3d194b2bed299ad194e (patch) | |
tree | dbf95c20c6c4e7cbb8e60041e850213a51eb21a7 /src/libretools.conf | |
parent | 96ae7c177a39d09e5c1cd0116d7199259a20f239 (diff) |
libretools.conf: set COMMITCMD=git by default
Diffstat (limited to 'src/libretools.conf')
-rw-r--r-- | src/libretools.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libretools.conf b/src/libretools.conf index f3e327a..4a69998 100644 --- a/src/libretools.conf +++ b/src/libretools.conf @@ -51,7 +51,7 @@ ABSLIBREGIT=http://projects.parabolagnulinux.org/abslibre.git ## Commit Command ## Should be git or hg ## Uncomment only one of those -#COMMITCMD=git +COMMITCMD=git #COMMITCMD=hg ## Uncomment one of those or make one of your choice |