info: Allow use in a repository where annex.uuid is not set.
This commit is contained in:
parent
e8832f3371
commit
162565d928
2 changed files with 2 additions and 1 deletions
|
@ -70,7 +70,7 @@ data StatInfo = StatInfo
|
||||||
type StatState = StateT StatInfo Annex
|
type StatState = StateT StatInfo Annex
|
||||||
|
|
||||||
def :: [Command]
|
def :: [Command]
|
||||||
def = [noCommit $ withOptions [jsonOption] $
|
def = [noCommit $ dontCheck repoExists $ withOptions [jsonOption] $
|
||||||
command "info" paramPaths seek SectionQuery
|
command "info" paramPaths seek SectionQuery
|
||||||
"shows general information about the annex"]
|
"shows general information about the annex"]
|
||||||
|
|
||||||
|
|
1
debian/changelog
vendored
1
debian/changelog
vendored
|
@ -16,6 +16,7 @@ git-annex (5.20140413) UNRELEASED; urgency=medium
|
||||||
* Improve handling of monthly/yearly scheduling.
|
* Improve handling of monthly/yearly scheduling.
|
||||||
* Avoid depending on shakespeare except for when building the webapp.
|
* Avoid depending on shakespeare except for when building the webapp.
|
||||||
* uninit: Avoid making unncessary copies of files.
|
* uninit: Avoid making unncessary copies of files.
|
||||||
|
* info: Allow use in a repository where annex.uuid is not set.
|
||||||
|
|
||||||
-- Joey Hess <joeyh@debian.org> Fri, 11 Apr 2014 21:33:35 -0400
|
-- Joey Hess <joeyh@debian.org> Fri, 11 Apr 2014 21:33:35 -0400
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue