summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-08-31 14:51:30 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-08-31 14:51:30 -0400
commit6af8f213ee1821c3f0d4fc78c886e4f64dfc39ec (patch)
tree9101fd6ad87fec8c2e983f27cc991280895f62cf /doc
parentcc88d2991ae62ca6ab4b694c4f1bf0c02e31bfdb (diff)
parent87364e7dc81119cadbddbcc7466816c8124fb509 (diff)
Merge branch 'master' of ssh://git-annex.branchable.com
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/fatal:_empty_ident_name/comment_2_68832ee3e0e7244ce62bccabe2e52630._comment25
1 files changed, 25 insertions, 0 deletions
diff --git a/doc/bugs/fatal:_empty_ident_name/comment_2_68832ee3e0e7244ce62bccabe2e52630._comment b/doc/bugs/fatal:_empty_ident_name/comment_2_68832ee3e0e7244ce62bccabe2e52630._comment
new file mode 100644
index 000000000..934fcdfaf
--- /dev/null
+++ b/doc/bugs/fatal:_empty_ident_name/comment_2_68832ee3e0e7244ce62bccabe2e52630._comment
@@ -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 $
+
+"""]]