From 6ea9aa1ee15df82b89d9ff145f8feafa82e9c179 Mon Sep 17 00:00:00 2001
From: "https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4"
 <https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4@web>
Date: Fri, 15 Jan 2016 04:49:46 +0000
Subject: [PATCH]

---
 ..._correctly_if_non-annexed_file_exists.mdwn | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 doc/bugs/addurl_--batch___40__--json_or_not__41___doesn__39__t_report_failure_correctly_if_non-annexed_file_exists.mdwn

diff --git a/doc/bugs/addurl_--batch___40__--json_or_not__41___doesn__39__t_report_failure_correctly_if_non-annexed_file_exists.mdwn b/doc/bugs/addurl_--batch___40__--json_or_not__41___doesn__39__t_report_failure_correctly_if_non-annexed_file_exists.mdwn
new file mode 100644
index 0000000000..db467055ab
--- /dev/null
+++ b/doc/bugs/addurl_--batch___40__--json_or_not__41___doesn__39__t_report_failure_correctly_if_non-annexed_file_exists.mdwn
@@ -0,0 +1,19 @@
+### Please describe the problem.
+
+Complained elsewhere (http://git-annex.branchable.com/bugs/inconsistent_output_upon_addurl_--batch_complicates_if_not_forbids_reliable_parsing_of_output/) haven't mentioned it was marked fixed, so reiterating as independent bugreport
+
+With today's version
+[[!format sh """
+
+$> echo "http://www.onerussian.com/tmp/banner.png 123" | git annex addurl --batch --with-files
+addurl 123 git-annex: 123 already exists and is not annexed; not overwriting                  
+
+$> echo "http://www.onerussian.com/tmp/banner.png 123" | git annex addurl --batch --with-files 2>/dev/null
+addurl 123 %       
+
+$> echo "http://www.onerussian.com/tmp/banner.png 123" | git annex addurl --batch --with-files --json 2>/dev/null 
+{"command":"addurl","file":"123"% 
+
+"""]]
+
+[[!meta author=yoh]]