File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ const std::string untracked_header = "Untracked files:\n (use \"git add <file>.
3030const std::string tobecommited_header = " Changes to be committed:\n " ;
3131// (use \"git restore --staged <file>...\" to unstage)\n
3232// (use \"git reset HEAD <file>...\" to unstage)\n";
33- const std::string ignored_header = " Ignored files: \n Ignored files:\n (use \" git add -f <file>...\" to include in what will be committed)\n " ;
33+ // const std::string ignored_header = "Ignored files:\n (use \"git add -f <file>...\" to include in what will be committed)\n";
3434const std::string notstagged_header = " Changes not staged for commit:\n (use \" git add <file>...\" to update what will be committed)\n " ;
3535// (use \"git restore <file>...\" to discard changes in working directory)\n
3636// (use \"git checkout -- <file>...\" to discard changes in working directory)\n"
You can’t perform that action at this time.
0 commit comments