]> git.vpit.fr Git - perl/modules/rgit.git/commit
Import rgit-0.01 v0.01
authorVincent Pit <vince@profvince.com>
Sun, 5 Oct 2008 15:45:08 +0000 (17:45 +0200)
committerVincent Pit <vince@profvince.com>
Sun, 5 Oct 2008 15:45:08 +0000 (17:45 +0200)
commit19bee8f647bfe6c94c5cb3cf6a60d7a43cbca222
tree5d0796a752a04a5ef9b01553a4d6383ba7fce842
Import rgit-0.01
33 files changed:
.gitignore [new file with mode: 0644]
Changes [new file with mode: 0644]
MANIFEST [new file with mode: 0644]
META.yml [new file with mode: 0644]
Makefile.PL [new file with mode: 0644]
README [new file with mode: 0644]
bin/rgit [new file with mode: 0755]
lib/App/Rgit.pm [new file with mode: 0644]
lib/App/Rgit/Command.pm [new file with mode: 0644]
lib/App/Rgit/Command/Each.pm [new file with mode: 0644]
lib/App/Rgit/Command/Once.pm [new file with mode: 0644]
lib/App/Rgit/Config.pm [new file with mode: 0644]
lib/App/Rgit/Config/Default.pm [new file with mode: 0644]
lib/App/Rgit/Repository.pm [new file with mode: 0644]
lib/App/Rgit/Utils.pm [new file with mode: 0644]
t/00-load.t [new file with mode: 0644]
t/15-failures.t [new file with mode: 0644]
t/20-each.t [new file with mode: 0644]
t/21-once.t [new file with mode: 0644]
t/90-boilerplate.t [new file with mode: 0644]
t/91-pod.t [new file with mode: 0644]
t/92-pod-coverage.t [new file with mode: 0644]
t/95-portability-files.t [new file with mode: 0644]
t/99-kwalitee.t [new file with mode: 0644]
t/bin/git [new file with mode: 0755]
t/repos/02/b.git/HEAD [new file with mode: 0644]
t/repos/02/b.git/objects/dummy [new file with mode: 0644]
t/repos/02/b.git/refs/dummy [new file with mode: 0644]
t/repos/02/x.git/objects/dummy [new file with mode: 0644]
t/repos/02/x.git/refs/dummy [new file with mode: 0644]
t/repos/03/y/d.git/HEAD [new file with mode: 0644]
t/repos/03/y/d.git/objects/dummy [new file with mode: 0644]
t/repos/03/y/d.git/refs/dummy [new file with mode: 0644]