git-gui: Fix post-commit status with subject in non-locale encoding
commit06569cd5bef7c8e3925bd36870abc083ae7b93f8
authorAlexander Gavrilov <angavrilov@gmail.com>
Fri, 23 Jan 2009 21:18:13 +0000 (24 00:18 +0300)
committerShawn O. Pearce <spearce@spearce.org>
Sun, 1 Feb 2009 22:56:54 +0000 (1 14:56 -0800)
tree7d7fbe4f5c113925edc71ce4b4736853c9512ef8
parente612120d232a5ef04dcf22fc92741565ebb4d0c8
git-gui: Fix post-commit status with subject in non-locale encoding

As pointed out in msysgit bug #181, when a non-locale encoding is
used for commits, post-commit status messages display the subject
incorrectly.  It happens because the file handle is not properly
configured before the subject is read back.

This patch fixes it by factoring out the code that is used to setup
the output handle into a separate function, and calling it from
the reading code.

Signed-off-by: Alexander Gavrilov <angavrilov@gmail.com>
Acked-by: Robin Rosenberg <robin.rosenberg@gmail.com>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
lib/commit.tcl