The easiest way for getting KOMMA's source code is to use Google's Repo.
Repo can be installed in the following way:
curl "https://dl-ssl.google.com/dl/googlesource/git-repo/repo" > ~/bin/repo
chmod a+x ~/bin/repo
mkdir working-directory-name
cd working-directory-name
repo init -u git://komma.git.sourceforge.net/gitroot/komma/manifest.git
The projects can then be downloaded by:
repo sync
Anonymous