Interface AdjustOptions

AdjustOptions defines the supported options for the git-annex adjust command.

Hierarchy

Properties

--debug?: null

Displays debug messages.

--debugfilter?: string | string[]

Shows debug messages coming from a module.

--explain?: null

Displays explanations of what git-annex takes into account when deciding what to do.

--fast?: null

Avoids slow operations normally performed by a command.

--fix?: null

Fixes the symlinks to annexed files to point to the local git annex object directory.

--force?: null

Allows actions that may lose annexed data

--hide-missing?: null

Includes annexed files in the adjusted branch only when their content is present.

--lock?: null

Locks all annexed files in the adjusted branch.

--mincopies?: string | number

Overrides the mincopies setting.

--no-debug?: null

Prevents debug message display.

--numcopies?: string | number

Overrides the numcopies setting.

--quiet?: null

Suppresses verbose output.

--size-limit?: string

Limits the total size of annexed files a git-annex command can process.

--time-limit?: string

Limits the duration of a git-annex command.

--unlock?: null

Unlocks all annexed files in the adjusted branch.

--unlock-present?: null

Unlocks files whose content is present and locks files whose content is missing.

--verbose?: null

Enables verbose display.

-c?: [string, string] | [string, string][]

Overrides Git configuration settings.