Skip to content

Commit

Permalink
git-gui: Fix a loose/lose mistake
Browse files Browse the repository at this point in the history
Acked-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Beat Bolli <bbolli@ewanet.ch>
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
  • Loading branch information
Beat Bolli authored and Pat Thoyts committed Sep 17, 2012
1 parent 44e88ce commit 9ef7508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/commit.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ proc commit_commitmsg {curHEAD msg_p} {
&& [is_config_true gui.warndetachedcommit]} {
set msg [mc "You are about to commit on a detached head.\
This is a potentially dangerous thing to do because if you switch\
to another branch you will loose your changes and it can be difficult\
to another branch you will lose your changes and it can be difficult\
to retrieve them later from the reflog. You should probably cancel this\
commit and create a new branch to continue.\n\
\n\
Expand Down

0 comments on commit 9ef7508

Please sign in to comment.