summaryrefslogtreecommitdiff
path: root/tissue/git.scm
diff options
context:
space:
mode:
Diffstat (limited to 'tissue/git.scm')
-rw-r--r--tissue/git.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/tissue/git.scm b/tissue/git.scm
index 764fba2..334ffbc 100644
--- a/tissue/git.scm
+++ b/tissue/git.scm
@@ -122,9 +122,9 @@ directory."
path)))
(define* (git-tracked-files #:optional (repository (current-git-repository)))
- "Return a list of all files and directories tracked in REPOSITORY. The
-returned paths are relative to the top-level directory of REPOSITORY
-and do not have a leading slash."
+ "Return a list of all files and directories tracked in
+@var{repository}. The returned paths are relative to the top-level
+directory of @var{repository} and do not have a leading slash."
(tree-list (head-tree repository)))
(define (call-with-file-in-git repository path proc)