diff --git a/SparkleLib/SparkleRepo.cs b/SparkleLib/SparkleRepo.cs index f5f5c34b..9d1e0e99 100644 --- a/SparkleLib/SparkleRepo.cs +++ b/SparkleLib/SparkleRepo.cs @@ -1012,15 +1012,15 @@ namespace SparkleLib { private string FormatCommitMessage () { - /// RepositoryStatus contains the following properties (all HashSet) - /// * Added ---> added and staged + /// RepositoryStatus contains the following properties (all HashSet ) + /// * Added ---> added and staged /// * MergeConflict ---> - /// * Missing ---> removed but not staged - /// * Modified ---> modified but not staged - /// * Removed ---> removed and staged - /// * Staged ---> modified and staged - /// * Untracked ---> added but not staged - /// Because we create the commitmessage, we only need to consider the staged changes + /// * Missing ---> removed but not staged + /// * Modified ---> modified but not staged + /// * Removed ---> removed and staged + /// * Staged ---> modified and staged + /// * Untracked ---> added but not staged + /// Because we create the commit message, we only need to consider the staged changes RepositoryStatus status = Index.Status; string file_name = "";