summaryrefslogtreecommitdiffstats
path: root/lib/git/repository.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/git/repository.rb')
-rw-r--r--lib/git/repository.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/git/repository.rb b/lib/git/repository.rb
new file mode 100644
index 0000000..d76dc8b
--- /dev/null
+++ b/lib/git/repository.rb
@@ -0,0 +1,5 @@
+module Git
+ class Repository < Path
+
+ end
+end