-
-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
• git add . -N
2020/08/19 14:08:07
Failed to decode git status change code for chunk: [ A lib/censored_path.ex]
Please file a bug including this error message as well as the output of:
git status --porcelain
You can file the bug at: https://github.com/mroth/scmpuff/issues/
• git status --porcelain
A lib/censored_path.ex
M lib/modified_file.ex
From man git-add
-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.
I'm using this flow when I want to add new files using -p. Without intent-to-add git add -p won't pick up the new files.
tekumara, SimonTheLeg and andrea-peter
Metadata
Metadata
Assignees
Labels
No labels