Skip to content
This repository was archived by the owner on Oct 25, 2022. It is now read-only.
This repository was archived by the owner on Oct 25, 2022. It is now read-only.

In vanilla Magit I can use C-u s to do a "git add -N", can I do this with evil-magit? #67

@fnune

Description

@fnune

I want to use git add -N with Magit.

       -N, --intent-to-add
           Record only the fact that the path will be added later.
           An entry for the path is placed in the index with no
           content. This is useful for, among other things, showing
           the unstaged content of such files with git diff and
           committing them with git commit -a.

This behavior is supported by vanilla Magit by using C-u s, it was implemented in this PR.

How can I do this with evil-magit?

P.S. Thank you for this package :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions