Move .stversions to repo root only (fixes #364)

This commit is contained in:
Jakob Borg
2014-07-11 11:44:00 +02:00
parent f510f5f205
commit dbb4b67205
3 changed files with 46 additions and 14 deletions

View File

@@ -5,7 +5,7 @@
package versioner
type Versioner interface {
Archive(path string) error
Archive(repoPath, filePath string) error
}
var Factories = map[string]func(map[string]string) Versioner{}