Added a comment

This commit is contained in:
https://www.google.com/accounts/o8/id?id=AItOawl1yBP_JDsO1TWSC1usoHXpfDRU01u_GXY 2012-08-31 18:30:16 +00:00 committed by admin
parent 400d23f379
commit 87364e7dc8

View file

@ -0,0 +1,25 @@
[[!comment format=mdwn
username="https://www.google.com/accounts/o8/id?id=AItOawl1yBP_JDsO1TWSC1usoHXpfDRU01u_GXY"
nickname="Péter Károly"
subject="comment 2"
date="2012-08-31T18:30:15Z"
content="""
I use git on the same machine nearly every day, it does not complain on commit.
(On the same session after \"git annex init\" failed...)
stone@skynet ~/annex $ echo stone > bu
stone@skynet ~/annex $ git add bu
stone@skynet ~/annex $ git commit -a
[master (root-commit) ae5d41f] ds
1 file changed, 1 insertion(+)
create mode 100644 bu
stone@skynet ~/annex $ git log
commit ae5d41fdd0b7082740633cf7931bb5a07be0fc5e
Author: Stone <stone@nospam.hu>
Date: Fri Aug 31 20:26:45 2012 +0200
ds
stone@skynet ~/annex $
"""]]