Hi, On Mon, 15 Dec 2008, Constantine Plotnikov wrote: > The interactive rebase command builds a text file and passes it to > editor specified as environment variable or as configuration parameter. > However the man page for rebase operation says nothing about which > encoding will be used for that file. Apparently i18n.logoutputencoding > is used. As rebase -i does nothing else than piping the output of git log into a file (at least this is the first step), I thought it would be obvious that it uses the output encoding preferred by the user. Indeed, I cannot think of any scenario where it might make sense to have a different encoding in git rebase -i than in git log. Ciao, Dscho -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html