From 7c99f44db96abde8cdf3dbeb9ce596ce193a081d Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 2 Jul 2015 13:04:56 -0400 Subject: [PATCH] comment --- ...nt_1_0b5fd2ca4b067becb930206e0ee82b3d._comment | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 doc/bugs/Interrupted_command_broke_encfs_repository/comment_1_0b5fd2ca4b067becb930206e0ee82b3d._comment diff --git a/doc/bugs/Interrupted_command_broke_encfs_repository/comment_1_0b5fd2ca4b067becb930206e0ee82b3d._comment b/doc/bugs/Interrupted_command_broke_encfs_repository/comment_1_0b5fd2ca4b067becb930206e0ee82b3d._comment new file mode 100644 index 0000000000..957fa568ef --- /dev/null +++ b/doc/bugs/Interrupted_command_broke_encfs_repository/comment_1_0b5fd2ca4b067becb930206e0ee82b3d._comment @@ -0,0 +1,15 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 1""" + date="2015-07-02T16:57:56Z" + content=""" +git-annex contains no code whatsoever that writes to .git/config. It relies +entirely on `git config` to write that file. I'm pretty sure that `git +config` doesn't contain code to write garbage (in this case a symlink +target belonging to another file) to the .git/config file either. + +The fact that you're having IO errors also points strongly at this being +a level above userspace, so either encfs or the SD card. I think your tech +stack contains at least one POS (namely encfs), and probably more problems +(SD card, whatever nonsense filesystem Android is using for it, etc). +"""]]