Skip to content

document commit-all #166

Open
Open
@lancecaraccioli

Description

@lancecaraccioli

Using the commitAll option does not actually commit all files.

Notice that the ternary based on commitAll results in an empty string instead of the expected -a commit option.

(argv.commitAll ? '' : (argv.infile + toAdd))

The expected change

(argv.commitAll ? ' -a ' : (argv.infile + toAdd))

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions