Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
address review comments
  • Loading branch information
SandrineP committed Nov 10, 2025
commit 5634d206e94eb5eaab9742c1f48f8af92eb623b5
2 changes: 1 addition & 1 deletion src/subcommand/status_subcommand.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const std::string untracked_header = "Untracked files:\n (use \"git add <file>.
const std::string tobecommited_header = "Changes to be committed:\n";
// (use \"git restore --staged <file>...\" to unstage)\n
// (use \"git reset HEAD <file>...\" to unstage)\n";
const std::string ignored_header = "Ignored files:\n Ignored files:\n (use \"git add -f <file>...\" to include in what will be committed)\n";
// const std::string ignored_header = "Ignored files:\n (use \"git add -f <file>...\" to include in what will be committed)\n";
const std::string notstagged_header = "Changes not staged for commit:\n (use \"git add <file>...\" to update what will be committed)\n";
// (use \"git restore <file>...\" to discard changes in working directory)\n
// (use \"git checkout -- <file>...\" to discard changes in working directory)\n"
Expand Down