From 9844556d1349fc6f5f76cea115932e7015bb4390 Mon Sep 17 00:00:00 2001 From: yarikoptic Date: Wed, 9 Aug 2017 17:11:37 +0000 Subject: [PATCH] Added a comment: comes and goes! --- ..._7ef671c0036c77ee5707a6e00dd4dd6a._comment | 43 +++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 doc/forum/git-annex_add_out_of_memory_error/comment_9_7ef671c0036c77ee5707a6e00dd4dd6a._comment diff --git a/doc/forum/git-annex_add_out_of_memory_error/comment_9_7ef671c0036c77ee5707a6e00dd4dd6a._comment b/doc/forum/git-annex_add_out_of_memory_error/comment_9_7ef671c0036c77ee5707a6e00dd4dd6a._comment new file mode 100644 index 0000000000..7e2a167910 --- /dev/null +++ b/doc/forum/git-annex_add_out_of_memory_error/comment_9_7ef671c0036c77ee5707a6e00dd4dd6a._comment @@ -0,0 +1,43 @@ +[[!comment format=mdwn + username="yarikoptic" + avatar="http://cdn.libravatar.org/avatar/f11e9c84cb18d26a1748c33b48c924b4" + subject="comes and goes!" + date="2017-08-09T17:11:37Z" + content=""" +ha -- and then later call succeeded! (damn... right before I was trying to debug it) + +[[!format sh \"\"\" +yhalchen@discovery:~/datalad$ git pull --ff-only origin master +From git://github.com/datalad/datalad + * branch master -> FETCH_HEAD +Updating c0cd538d..39f80454 + +Fast-forward + CHANGELOG.md | 16 ++++ + CONTRIBUTING.md | 2 +- + COPYING | 3 +- + datalad/__init__.py | 30 ++++--- + datalad/distribution/tests/test_update.py | 4 +- + datalad/distribution/update.py | 3 + + datalad/interface/test.py | 33 +++++++- + datalad/support/annexrepo.py | 42 +++++++--- + datalad/support/third/noseclasses.py | 339 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + datalad/support/third/nosetester.py | 450 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + datalad/tests/test_utils.py | 13 +++ + datalad/utils.py | 15 ++++ + datalad/version.py | 2 +- + 13 files changed, 923 insertions(+), 29 deletions(-) + create mode 100644 datalad/support/third/noseclasses.py + create mode 100644 datalad/support/third/nosetester.py +\"\"\"]] +but comes back anyways ;) +[[!format sh \"\"\" +yhalchen@discovery:~/datalad$ git branch +* (HEAD detached from 0.8.0) + master +yhalchen@discovery:~/datalad$ git pull --ff-only origin master +From git://github.com/datalad/datalad + * branch master -> FETCH_HEAD +fatal: Out of memory, getdelim failed +\"\"\"]] +"""]]