summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4 <https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4@web>2015-09-03 01:06:24 +0000
committerGravatar admin <admin@branchable.com>2015-09-03 01:06:24 +0000
commitdcc578d1553bfbb62b72f9d412d0ea3010616457 (patch)
tree9799cb3dc7e8267bc7d947211afe162acfee0985
parent24412d6527d41e4956ac05d19a89fad43dd8f2d6 (diff)
-rw-r--r--doc/bugs/git_annex_info_is_reporting_file_as_not_annexed_in_direct_mode.mdwn40
1 files changed, 40 insertions, 0 deletions
diff --git a/doc/bugs/git_annex_info_is_reporting_file_as_not_annexed_in_direct_mode.mdwn b/doc/bugs/git_annex_info_is_reporting_file_as_not_annexed_in_direct_mode.mdwn
new file mode 100644
index 000000000..2fd39abf1
--- /dev/null
+++ b/doc/bugs/git_annex_info_is_reporting_file_as_not_annexed_in_direct_mode.mdwn
@@ -0,0 +1,40 @@
+### Please describe the problem.
+
+I was thinking to answer Emanuele's question in forum (http://git-annex.branchable.com/forum/test_whether_a_file_is_already_annexed/) but realized that 'info' is not the way :-/ (whereis could be used I guess)
+
+### What version of git-annex are you using? On what operating system?
+
+5.20150826+gitg87972f5-1~ndall+1
+
+### Please provide any additional information below.
+
+[[!format sh """
+
+$> git annex indirect
+commit ok
+indirect 1.dat ok
+indirect ok
+ok
+
+$> git annex info 1.dat
+file: 1.dat
+size: 4 bytes
+key: SHA256E-s4--181210f8f9c779c26da1d9b2075bde0127302ee0e3fca38c9a83f5b1dd8e5d3b.dat
+
+$> git annex direct
+commit
+On branch master
+nothing to commit, working directory clean
+ok
+direct 1.dat ok
+direct ok
+
+$> git annex info 1.dat
+git-annex: 1.dat is not a directory or an annexed file or a remote or a uuid
+
+
+"""]]
+
+### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders)
+
+