Skip to content

Commit 5634d20

Browse files
committed
address review comments
1 parent 126d4d4 commit 5634d20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/subcommand/status_subcommand.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const std::string untracked_header = "Untracked files:\n (use \"git add <file>.
3030
const 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";
3434
const 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"

0 commit comments

Comments
 (0)