summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawnXybLxkPMYpP3yw4b_I6IdC3cKTD-xEdU <Matt@web>2014-04-26 20:36:00 +0000
committerGravatar admin <admin@branchable.com>2014-04-26 20:36:00 +0000
commit90ef71af39dbf2fd9442e7352ec78c2937ccd3d7 (patch)
tree12af4736ee2181d209cbab1f4a22531582d3437f
parent43c6dd96c110dc327fd53ac78e7e18c65e0c728f (diff)
-rw-r--r--doc/bugs/git_annex_info_listings_can_be_confusing.mdwn31
1 files changed, 31 insertions, 0 deletions
diff --git a/doc/bugs/git_annex_info_listings_can_be_confusing.mdwn b/doc/bugs/git_annex_info_listings_can_be_confusing.mdwn
new file mode 100644
index 000000000..b3fda5edf
--- /dev/null
+++ b/doc/bugs/git_annex_info_listings_can_be_confusing.mdwn
@@ -0,0 +1,31 @@
+### Please describe the problem.
+
+The output of git-annex info can be confusing as the format rules change based on positioning
+
+ repository mode: indirect
+ trusted repositories: 0
+ semitrusted repositories: 5
+ 00000000-0000-0000-0000-000000000001 -- web
+ 105776ba-bd78-4884-9126-aeb7c1e6da21 -- UoM Laptop
+ 79ff3c20-fab3-44dd-88f7-cc1a41eb73d6 -- here (UoM Desktop Client)
+ 949a8fc3-6334-5f5e-887d-b1e5725ea443 -- isilon (UoM Isilon Encrypted Git Backup)
+ c3cec307-367b-4373-8cb9-a3da67cee745 -- home (Mac Mini Home Client)
+
+Here we see the description surrounded in brackets and also not in brackets. The second annex listed does not have a name (as there is no git remote configured). Always including the brackets or an additional setting I think would make things much clearer esp. when setting things up.
+
+
+### What steps will reproduce the problem?
+
+
+### What version of git-annex are you using? On what operating system?
+
+
+### Please provide any additional information below.
+
+[[!format sh """
+# If you can, paste a complete transcript of the problem occurring here.
+# If the problem is with the git-annex assistant, paste in .git/annex/daemon.log
+
+
+# End of transcript or log.
+"""]]