koch: 'git' command

This commit is contained in:
Araq
2011-02-20 22:03:02 +01:00
parent 60ecd74fa4
commit fe19ab3bf0

View File

@@ -80,7 +80,7 @@ proc gitAux(dir: string) =
for kind, path in walkDir(dir):
if kind == pcDir:
var cfiles = path / "*.c"
exec("git rm " & cfiles)
when false: exec("git rm " & cfiles)
exec("git add " & cfiles)
gitAux(path)