Re: git-gui console app ?

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Jonas Fonseca <fonseca@...>
Cc: Erik Colson <eco@...>, <git@...>
Date: Friday, August 10, 2007 - 10:21 am

On Fri, Aug 10, 2007 at 03:31:32PM +0200, Jonas Fonseca wrote:


Nice. This was exactly what I had envisioned. Minor help text fixup is
below.

-Peff

-- >8 --
status window: mention 'u' instead of Enter

Commits ca1d71ea and 89d917a bound the Enter functionality
to 'u' (and Enter now shows the diff).

Signed-off-by: Jeff King <peff@peff.net>
---
 tig.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/tig.c b/tig.c
index d9c9df8..40670e2 100644
--- a/tig.c
+++ b/tig.c
@@ -3156,15 +3156,15 @@ status_select(struct view *view, struct line *line)
 
 	switch (line->type) {
 	case LINE_STAT_STAGED:
-		text = "Press Enter to unstage file for commit";
+		text = "Press 'u' to unstage file for commit";
 		break;
 
 	case LINE_STAT_UNSTAGED:
-		text = "Press Enter to stage file for commit  ";
+		text = "Press 'u' to stage file for commit  ";
 		break;
 
 	case LINE_STAT_UNTRACKED:
-		text = "Press Enter to stage file for addition";
+		text = "Press 'u' to stage file for addition";
 		break;
 
 	case LINE_STAT_NONE:
-- 
1.5.2.4

-
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-gui console app ?, Erik Colson, (Sat Aug 4, 6:10 am)
Re: git-gui console app ?, Johannes Schindelin, (Sat Aug 4, 7:29 am)
Re: git-gui console app ?, Erik Colson, (Sat Aug 4, 7:53 am)
Re: git-gui console app ?, Jeff King, (Sat Aug 4, 8:03 am)
Re: git-gui console app ?, Erik Colson, (Sat Aug 4, 8:38 am)
Re: git-gui console app ?, Jeff King, (Sun Aug 5, 6:19 am)
Re: git-gui console app ?, Jonas Fonseca, (Fri Aug 10, 9:31 am)
Re: git-gui console app ?, Erik Colson, (Fri Aug 10, 10:25 am)
Re: git-gui console app ?, Jonas Fonseca, (Sat Aug 11, 6:22 am)
Re: git-gui console app ?, Jeff King, (Fri Aug 10, 10:21 am)
Re: git-gui console app ?, Jonas Fonseca, (Sat Aug 11, 6:11 am)
Re: git-gui console app ?, Junio C Hamano, (Sat Aug 4, 2:38 pm)