Basic support for git
commitae23f203494d90ae9f4983c1d705675d4d8c2b38
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Fri, 6 Oct 2006 00:54:49 +0000 (6 07:54 +0700)
committerNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Fri, 6 Oct 2006 00:54:49 +0000 (6 07:54 +0700)
treeed8da5a9fa821406dbc465dc2ed38d80ec1a5690
parentc11eb67ec8adb1b83fc0276b7c0344cfc7829f85
Basic support for git

This adds git_dir key to default.yaml. The default value is empty.
If you want to enable git support, set it to a git repository
(GIT_DIR directory). "cb git blah" will be similiar to
cd C.data_dir
GIT_DIR=C.git_repo git blah
cuibap/tasks.rb
cuibap/tasks/git.rb [new file with mode: 0644]
default.yaml