[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: master 83e0442139f: There are no file modes on windows and dos
From: |
Po Lu |
Subject: |
Re: master 83e0442139f: There are no file modes on windows and dos |
Date: |
Thu, 28 Sep 2023 11:21:05 +0800 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Sam Steingold <sds@gnu.org> writes:
> branch: master
> commit 83e0442139f8dbe5b9b3f19e0d1850ab43cf034f
> Author: Sam Steingold <sds@gnu.org>
> Commit: Sam Steingold <sds@gnu.org>
>
> There are no file modes on windows and dos
>
> * lisp/ls-lisp.el (ls-lisp-verbosity): Add `modes` on GNU & Unix
> (ls-lisp-format): When `modes` is not in `ls-lisp-verbosity',
> keep just the 1st character of `drwxrwxrwx`.
Thanks, but your ChangeLog entry is improperly formatted. In the
future, please refrain from indenting subsequent entries or continuing
lines, use grave or straight quotes, and terminate each entry with a
sentence stop. For example:
* lisp/ls-lisp.el (ls-lisp-verbosity): Add `modes' on GNU and
Unix systems.
(ls-lisp-format): When `modes' is not in `ls-lisp-verbosity',
retain only the first character of `drwxrwxrwx'.
- Re: master 83e0442139f: There are no file modes on windows and dos,
Po Lu <=