On Oct 19, 6:51 pm, Mark <ijugg...@gmail.com> wrote:

> You could try using a GUI editor (Notepad, SlickEdit, etc...) for
> editing your commit messages.  Git shouldn't have a problem with UTF-8
> encoded messages.
>
> I believe that git will use the $EDITOR environment variable if it is set.

In this you will either be forced so see commit logs using some GUI
tool (gitk for instance), or run `git log` output through some
converter utility as Windows console doesn't understand UTF-8 or set
i18n.logoutputencoding to the codeset matching your locale.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To post to this group, send email to git-users@googlegroups.com
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to