summaryrefslogtreecommitdiffstats
path: root/git-difme.scm
diff options
context:
space:
mode:
Diffstat (limited to 'git-difme.scm')
-rw-r--r--git-difme.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-difme.scm b/git-difme.scm
index 74e66cb..a20d855 100644
--- a/git-difme.scm
+++ b/git-difme.scm
@@ -101,12 +101,12 @@ the commit message will be in the following format:
MSG
- files:
+ file(s):
- foo.org
- bar.scm
- frob.el"
(let* ((msg (string-append
- msg "\n\nfiles:\n - "
+ msg "\n\nfile(s):\n - "
(string-join (staged-files repo) "\n - ")))
(cmd (string-append "git commit -m '" msg "'")))
(with-directory-excursion repo