summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--tissue/git.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tissue/git.scm b/tissue/git.scm
index c7bf351..9e2bf59 100644
--- a/tissue/git.scm
+++ b/tissue/git.scm
@@ -60,7 +60,7 @@
 
 (define (current-git-repository)
   "Return the current git repository."
-  (repository-open (git-top-level)))
+  (repository-open-ext (getcwd) (list)))
 
 (define (head-tree repository)
   "Return tree of HEAD in REPOSITORY."