diff options
author | Arun Isaac | 2022-07-03 22:59:51 +0530 |
---|---|---|
committer | Arun Isaac | 2022-07-03 23:21:42 +0530 |
commit | 37b105b050f9bfe7d16e34cfa458f1332bccf3f7 (patch) | |
tree | a65c2ea61534c291ce82631816026fdd03234fa2 | |
parent | ce9117e5bf87cbd8e590f733576d547a85c69b68 (diff) | |
download | tissue-37b105b050f9bfe7d16e34cfa458f1332bccf3f7.tar.gz tissue-37b105b050f9bfe7d16e34cfa458f1332bccf3f7.tar.lz tissue-37b105b050f9bfe7d16e34cfa458f1332bccf3f7.zip |
git: Fill git-top-level docstring.
* tissue/git.scm (git-top-level): Fill docstring.
-rw-r--r-- | tissue/git.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tissue/git.scm b/tissue/git.scm index d557984..69e8cb6 100644 --- a/tissue/git.scm +++ b/tissue/git.scm @@ -46,8 +46,7 @@ diff))) (define (git-top-level) - "Return the top-level directory of the current git -repository." + "Return the top-level directory of the current git repository." (let loop ((curdir (getcwd))) (cond ((file-exists? (string-append curdir "/.git")) |