This commit is contained in:
hans.ekbrand@aabd6f2f1f93eab77ef85618d24892ebafc6e20f 2020-09-02 13:10:31 +00:00 committed by admin
parent b16725a377
commit 5384b70bde

View file

@ -6,7 +6,7 @@
```touch foo ```touch foo
chmod 755 foo chmod 755 foo
git-annex add foo git-annex add foo
./foo ls -lL foo
``` ```
### What version of git-annex are you using? On what operating system? ### 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. ### Please provide any additional information below.
```
$ touch foo $ touch foo
$ chmod 755 foo $ chmod 755 foo
$ ls -l foo $ ls -l foo
@ -34,6 +35,7 @@ add foo ok
(recording state in git...) (recording state in git...)
$ ls -lL foo $ ls -lL foo
-rw-rw-rw- 1 hans hans 65 jul 24 2015 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). 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).