From 2e6ece3667663aec1db4d08c537a9aa3668aba51 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Sat, 27 Nov 2010 19:42:32 +0000 Subject: [PATCH] [repo] clean up comment a bit --- SparkleLib/SparkleRepo.cs | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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 = "";