Optional --ahead-Displays detailed ahead/behind counts for the branch relative to its upstream branch. See also --no-ahead-behind.
Optional --branchShows the branch and tracking info even in short-format.
Optional --columnDisplays untracked files in columns. See also --no-column.
Optional --find-Turns on rename detection, optionally setting the similarity threshold.
Optional --ignore-Ignores changes to submodules when looking for changes.
Optional --ignoredShows ignored files.
Optional --longGives the output in the long-format.
Optional --no-Does not display detailed ahead/behind counts for the branch relative to its upstream branch. See also --ahead-behind.
Optional --no-Does not display untracked files in columns. See also --column.
Optional --no-Turns off rename detection regardless of user configuration. See also --renames.
Optional --porcelainGives the output in an easy-to-parse format for scripts. Consider using method GitAnnexAPI.getStatusGit which returns objects.
Optional --renamesTurns on rename detection regardless of user configuration. See also --no-renames.
Optional --shortGives the output in the short-format. Consider using method GitAnnexAPI.getStatusGit which returns objects.
Optional --show-Shows the number of entries currently stashed away.
Optional --untracked-Shows untracked files.
Optional --verboseIncludes the textual changes that are staged to be committed.
Optional -zTerminates entries with NUL, instead of LF.
StatusGitOptions defines the supported options for the Git status command.