Start work splitting out Gitalist::Model::Git into smaller pieces.
authorZachary Stevens <zts@cryptocracy.com>
Sun, 1 Nov 2009 01:30:42 +0000 (01:30 +0000)
committerZachary Stevens <zts@cryptocracy.com>
Sun, 1 Nov 2009 21:40:25 +0000 (21:40 +0000)
commit7e7f933555dfa0aebb2f972e466a2d22aef1b86d
treeb3b2bde9045b30865994b08c5de1e7ea83f7214e
parente8f81b31919e09f9d97b55b6e905fca05777cf91
Start work splitting out Gitalist::Model::Git into smaller pieces.
.gitignore
lib/Gitalist/Git/Project.pm [new file with mode: 0644]
lib/Gitalist/Git/Repo.pm [new file with mode: 0644]
lib/Gitalist/Git/Util.pm [new file with mode: 0644]
t/git/project.t [new file with mode: 0644]
t/git/repo.t [new file with mode: 0644]