Re: git UI nit

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Han-Wen Nienhuys <hanwen@...>
Cc: <git@...>
Date: Wednesday, December 6, 2006 - 10:46 am

Hi,

On Wed, 6 Dec 2006, Han-Wen Nienhuys wrote:


Something like this?

-- snip --
[PATCH] Replace "needs update" by "dirty; needs commit"

This should clarify why a merge was not even started.

Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>

---

 read-cache.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/read-cache.c b/read-cache.c
index eae4745..0d22de2 100644
--- a/read-cache.c
+++ b/read-cache.c
@@ -721,7 +721,7 @@ int refresh_cache(unsigned int flags)
 			}
 			if (quiet)
 				continue;
-			printf("%s: needs update\n", ce->name);
+			printf("%s: dirty; needs commit\n", ce->name);
 			has_errors = 1;
 			continue;
 		}
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
git UI nit, Han-Wen Nienhuys, (Wed Dec 6, 10:22 am)
Re: git UI nit, Johannes Schindelin, (Wed Dec 6, 10:46 am)
Re: git UI nit, Han-Wen Nienhuys, (Wed Dec 6, 11:09 am)
Re: git UI nit, Johannes Schindelin, (Wed Dec 6, 11:20 am)
Re: git UI nit, Han-Wen Nienhuys, (Wed Dec 6, 11:41 am)