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 01:30:42 +0000 (01:30 +0000)
commit56b6dbe612f3ddcc6142773881ed3027eb1bf109
tree49b891c84a2bf2c48b8e7ec5af45fcaefc9f850a
parent89a18cae148251c6b437f4699cdbcab3252c3c92
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]