summaryrefslogtreecommitdiff
path: root/doc/bugs/git-annex_fix_not_noticing_file_renames.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-12-13 13:29:38 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-12-13 13:29:38 -0400
commit7c0749bc0abd7bfb58a9fda16910b4cdd4bc693c (patch)
treea7879ea91ce592f3c636d6b4d9c5ab492b21dc5f /doc/bugs/git-annex_fix_not_noticing_file_renames.mdwn
parent150408081cc24a8575bc50be8f995d690cab3ae8 (diff)
respond
Diffstat (limited to 'doc/bugs/git-annex_fix_not_noticing_file_renames.mdwn')
-rw-r--r--doc/bugs/git-annex_fix_not_noticing_file_renames.mdwn3
1 files changed, 3 insertions, 0 deletions
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 4a7a965d1..a68533980 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]]