summaryrefslogtreecommitdiffstatshomepage
path: root/tekuti/comment.scm
diff options
context:
space:
mode:
Diffstat (limited to 'tekuti/comment.scm')
-rw-r--r--tekuti/comment.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/tekuti/comment.scm b/tekuti/comment.scm
index 0aa04f8..69bff69 100644
--- a/tekuti/comment.scm
+++ b/tekuti/comment.scm
@@ -55,9 +55,8 @@
(fold (lambda (sha1 parent)
(let* ((ts (comment-timestamp sha1))
(env (list "GIT_COMMMITTER=tekuti"
- ;; this quoting is a hack
- (format #f "'GIT_COMMITTER_DATE=~a +0100'" ts)
- (format #f "'GIT_AUTHOR_DATE=~a +0100'" ts))))
+ (format #f "GIT_COMMITTER_DATE=~a +0100" ts)
+ (format #f "GIT_AUTHOR_DATE=~a +0100" ts))))
(string-trim-both
(git* (cons* "commit-tree" sha1 (if parent (list "-p" parent) '()))
#:input "comment\n" #:env env))))