How to submit patches back to the ClockingIT developers:
# git commit
# git-format-patch -1
# git-send-email --to dev@clockingit.com 0001-SomePatch.patch
In FreeBSD git-email is installed as part of git. On some Linux distributions it is not: you may need to install it by typing:
# apt-get install git-email