From 890d8eb2792178884489935fe3af95a47cff61fc Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 10 Sep 2019 14:28:16 -0400 Subject: [PATCH] response --- ...nt_1_9f2dcdfe6a689902f348211db6b7a758._comment | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 doc/forum/Dropping_files_in_an_annex.thin_v7_repository/comment_1_9f2dcdfe6a689902f348211db6b7a758._comment diff --git a/doc/forum/Dropping_files_in_an_annex.thin_v7_repository/comment_1_9f2dcdfe6a689902f348211db6b7a758._comment b/doc/forum/Dropping_files_in_an_annex.thin_v7_repository/comment_1_9f2dcdfe6a689902f348211db6b7a758._comment new file mode 100644 index 0000000000..5e5460ed58 --- /dev/null +++ b/doc/forum/Dropping_files_in_an_annex.thin_v7_repository/comment_1_9f2dcdfe6a689902f348211db6b7a758._comment @@ -0,0 +1,15 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 1""" + date="2019-09-10T18:23:24Z" + content=""" +I guess you moved the files using something other than `git mv`. So the +files in `_archive` are not being tracked by git, the same as if you'd +added new files to the repo. + +If so, need to `git annex add _archive` +(or `git add _archive` since you're using v7.) + +The lack of output from git-annex indicates it's not found any files to +work on. +"""]]