(no commit message)
authorhans.ekbrand@aabd6f2f1f93eab77ef85618d24892ebafc6e20f <hansekbrand@web>
Wed, 2 Sep 2020 13:10:31 +0000 (13:10 +0000)
committeradmin <admin@branchable.com>
Wed, 2 Sep 2020 13:10:31 +0000 (13:10 +0000)
doc/bugs/fails_to_preserve_mode_bits___40__executable_files_becomes_non-executable.mdwn

index d89019343add220ea2e83d0325c9d0b6e799fe4f..7ff4d136a698d65ee3a9b6fc0ee6642927e103a2 100644 (file)
@@ -6,7 +6,7 @@
 ```touch foo
 chmod 755 foo
 git-annex add foo
-./foo
+ls -lL foo
 ```
 
 ### What version of git-annex are you using? On what operating system?
@@ -25,6 +25,7 @@ local repository version: 5
 
 ### Please provide any additional information below.
 
+```
 $ touch foo
 $ chmod 755 foo
 $ ls -l foo
@@ -34,6 +35,7 @@ add foo ok
 (recording state in git...)
 $ ls -lL foo
 -rw-rw-rw- 1 hans hans 65 jul 24  2015 foo
+```
 
 NB: the date is now jul 24 2015, but I created foo 2 sep, so what happened here? (This annex is old, so I might have created a file foo in 2015, but that should not intere with this new file).