deprecate git-annex status w/o runtime warning
As far as I can see, git-annex status was added to support direct mode, and like other things added for that, it ought to be deprecated. Behavior is similar to git status --short, though not identical in a few cases eg renamed files. I think datalad does not use this command, although it might have in the past. Could not find any use of it in the current datalad code. A deprecation warning at runtime would be the next step, probably will wait and do that for all the deprecated commands together (except findref).
This commit is contained in:
parent
3bf2d98e9c
commit
9c3c4c1712
4 changed files with 5 additions and 4 deletions
|
@ -15,7 +15,7 @@ cmd :: Command
|
|||
cmd = notBareRepo $ noCommit $ noMessages $
|
||||
withAnnexOptions [jsonOptions] $
|
||||
command "status" SectionCommon
|
||||
"show the working tree status"
|
||||
"show the working tree status (deprecated)"
|
||||
paramPaths (seek <$$> optParser)
|
||||
|
||||
data StatusOptions = StatusOptions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue