1git-annex-status(1)         General Commands Manual        git-annex-status(1)
2
3
4

NAME

6       git-annex-status - show the working tree status
7

SYNOPSIS

9       git annex status [path ...]
10

DESCRIPTION

12       Similar  to git status --short, this command displays the status of the
13       files in the working tree.
14
15       Show files that are not checked into git  (?),  deleted  (D),  modified
16       (M), added but not committed (A), and type changed/unlocked (T).
17

OPTIONS

19       --ignore-submodules=when
20
21              This  option  is  passed  on to git status, see its man page for
22              details.
23
24       --json Enable JSON output. This is intended to be  parsed  by  programs
25              that use git-annex. Each line of output is a JSON object.
26
27       --json-error-messages
28              Messages  that  would  normally  be output to standard error are
29              included in the json instead.
30

SEE ALSO

32       git-annex(1)
33
34       git-status(1)
35

AUTHOR

37       Joey Hess <id@joeyh.name>
38
39                                                           git-annex-status(1)
Impressum