This commit is contained in:
martin 2014-05-03 18:46:18 +00:00 committed by admin
parent af11990a28
commit 5c055048dc

View file

@ -7,10 +7,14 @@ One solution would be to treat differences up to 1s in modification time as unmo
Here's an konsole session to explain this: Here's an konsole session to explain this:
martin@dell:$ mount /mnt/transfer/ martin@dell:$ mount /mnt/transfer/
martin@dell:$ git clone source/ /mnt/transfer/transfer-repo martin@dell:$ git clone source/ /mnt/transfer/transfer-repo
Klone nach '/mnt/transfer/transfer-repo'... Klone nach '/mnt/transfer/transfer-repo'...
Fertig. Fertig.
martin@dell:$ cd /mnt/transfer/transfer-repo/ martin@dell:$ cd /mnt/transfer/transfer-repo/
martin@dell:$ git annex init "test" martin@dell:$ git annex init "test"
init test init test
Detected a filesystem without fifo support. Detected a filesystem without fifo support.
@ -22,11 +26,13 @@ init test
Enabling direct mode. Enabling direct mode.
ok ok
(Recording state in git...) (Recording state in git...)
martin@dell:$ git annex group here transfer martin@dell:$ git annex group here transfer
group here (merging origin/git-annex into git-annex...) group here (merging origin/git-annex into git-annex...)
(Recording state in git...) (Recording state in git...)
ok ok
(Recording state in git...) (Recording state in git...)
martin@dell:$ git annex wanted here standard martin@dell:$ git annex wanted here standard
wanted here ok wanted here ok
(Recording state in git...) (Recording state in git...)