diff options
-rw-r--r-- | doc/bugs/show_version_without_having_to_be_in_a_git_repo.mdwn | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/doc/bugs/show_version_without_having_to_be_in_a_git_repo.mdwn b/doc/bugs/show_version_without_having_to_be_in_a_git_repo.mdwn index 8dc075474..98b9ced22 100644 --- a/doc/bugs/show_version_without_having_to_be_in_a_git_repo.mdwn +++ b/doc/bugs/show_version_without_having_to_be_in_a_git_repo.mdwn @@ -1 +1,11 @@ -It'd be nice to be able to run "git annex version" -- and maybe some other commands, like "git annex" itself for the help text, without having to be inside a git repo. Right now it requires you to be in a git repo even if it's not a git-annex repo. +It'd be nice to be able to run "git annex version" -- and maybe some other +commands, like "git annex" itself for the help text, without having to be +inside a git repo. Right now it requires you to be in a git repo even if +it's not a git-annex repo. + +> You need a newer verison of git-annex. --[[Joey]] + + joey@gnu:/>git annex version + git-annex version: 3.20120124 + +[[done]] |