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
// "Ignored files:\n (use \"git add -f <file>...\" to include in what will be committed)"
36
-
std::string notstagged_header = "Changes not staged for commit:\n";
35
+
conststd::string notstagged_header = "Changes not staged for commit:\n";
37
36
// "Changes not staged for commit:\n (use \"git add%s <file>...\" to update what will be committed)\n (use \"git checkout -- <file>...\" to discard changes in working directory)"
38
-
std::string nothingtocommit_message = "No changes added to commit";
37
+
conststd::string nothingtocommit_message = "No changes added to commit";
39
38
// "No changes added to commit (use \"git add\" and/or \"git commit -a\")"
0 commit comments