From fafb808cc346fd297a20a6414fb9df1e0160691a Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 13 Dec 2012 13:29:38 -0400 Subject: [PATCH] respond --- doc/bugs/git-annex_fix_not_noticing_file_renames.mdwn | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/bugs/git-annex_fix_not_noticing_file_renames.mdwn b/doc/bugs/git-annex_fix_not_noticing_file_renames.mdwn index 4a7a965d1d..a68533980e 100644 --- a/doc/bugs/git-annex_fix_not_noticing_file_renames.mdwn +++ b/doc/bugs/git-annex_fix_not_noticing_file_renames.mdwn @@ -31,3 +31,6 @@ Please provide any additional information below. git annex assistant is not noticing file renames either. +> git-annex commands (other than `git annex add`) only operate on files +> checked into git, which `directory/file1` is not, since you did not use +> `git mv`. Once you `git add` the file, it'll work. [[done]] --[[Joey]]