1git-annex-status(1) General Commands Manual git-annex-status(1)
2
3
4
6 git-annex-status - show the working tree status (deprecated)
7
9 git annex status [path ...]
10
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
19 --ignore-submodules=when
20
21 This option is passed on to git status, see its man page for de‐
22 tails.
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 in‐
29 cluded in the json instead.
30
31 Also the git-annex-common-options(1) can be used.
32
34 git-annex(1)
35
36 git-status(1)
37
39 Joey Hess <id@joeyh.name>
40
41 git-annex-status(1)