Can RCS save the history of the executable bit?
Sam Lee <[email protected]> Mon, 8 Nov 2021 06:42:26 +0000
| Newsgroups | gmane.comp.gnu.rcs |
|---|---|
| Message-ID | <20211108064226.caqh5wlqti3mfcmf@localhost> |
Suppose I checked in a file myscript.sh yesterday but forgot to set its executable bit. Today, I set its executable bit (`chmod u+x myscript.sh` or perhaps `chmod u+x RCS/myscript.sh,v`). Is there a way to record this change in executable bit in RCS' history? Or does the history in RCS completely ignore the executable bit?