aboutsummaryrefslogtreecommitdiff
path: root/git-annex.hs
blob: 8944b50f55d2f41e56fbe773e42a0ef331768982 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{- git-annex main program
 - -}

import LocationLog
import GitRepo

main = do
	repo <- repoTop
	gitPrep repo

	l <- readLog "demo.log"
	writeLog "demo2.log" $ compactLog l