diff options
author | https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U <Richard@web> | 2011-03-17 19:11:21 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2011-03-17 19:11:21 +0000 |
commit | 98364839ca5367bdf21bc2a2cbfab6e8189aafaf (patch) | |
tree | 7d9a4b4aaf2368fb1d35d3fd689b65021e8ec44b /doc/bugs | |
parent | c196875932d7b51083cc835ce0518d7a3d961198 (diff) |
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/No_version_information_from_cli.mdwn | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/bugs/No_version_information_from_cli.mdwn b/doc/bugs/No_version_information_from_cli.mdwn new file mode 100644 index 000000000..c432cf99b --- /dev/null +++ b/doc/bugs/No_version_information_from_cli.mdwn @@ -0,0 +1,16 @@ +git-annex does not listen to -v, --version or version. + +At the very least, it should return both the version of the binary and the version of the object store it supports. +If it supports several annex versions, they should be listed in a comma-separated fashion. +If git-annex is called from within an annex, it should print the version of the local object store. + +Sample: + + % git annex version + git-annex version : 0.24 + default object store version : 3 + supported object store versions : 2,3 + local object store version : 2 + % + +The above might look like overkill, but it's in a form that will, most likely, never need to be extended. |