diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/git-annex_group_remote_allows_bad_settings_with_standard_groups.mdwn | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/bugs/git-annex_group_remote_allows_bad_settings_with_standard_groups.mdwn b/doc/bugs/git-annex_group_remote_allows_bad_settings_with_standard_groups.mdwn new file mode 100644 index 000000000..922e65c59 --- /dev/null +++ b/doc/bugs/git-annex_group_remote_allows_bad_settings_with_standard_groups.mdwn @@ -0,0 +1,23 @@ +### Please describe the problem. + +Running `git annex group here manual` and `git annex group here client` results in the nonsensical group of "manual client". Should there be checking for the reserved "standard" group words? + +The intention from the webapp and docs reads as though these groups should be mutually exclusive. + +Also it would be nice if `git annex group here` returned the list of groups (I put this as a wishlist item but think it perhaps warrants a bug mention). + +### 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. +"""]] |