You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 25, 2022. It is now read-only.
-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.