1git-annex-status(1) General Commands Manual git-annex-status(1)
2
3
4
6 git-annex-status - show the working tree status
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
18 Particularly useful in direct mode.
19
21 --ignore-submodules=when
22
23 This option is passed on to git status, see its man page for
24 details.
25
26 --json Enable JSON output. This is intended to be parsed by programs
27 that use git-annex. Each line of output is a JSON object.
28
29 --json-error-messages
30 Messages that would normally be output to standard error are
31 included in the json instead.
32
34 git-annex(1)
35
36 git-status(1)
37
39 Joey Hess <id@joeyh.name>
40
41 git-annex-status(1)