Preserve line endings in gitg config

This commit is contained in:
Jesse van den Kieboom 2011-03-24 13:13:58 +01:00 committed by Ignacio Casal Quinteiro
parent 52f1355ab8
commit 5630872a8c

View file

@ -139,6 +139,7 @@ gitg_config_init (GitgConfig *self)
self->priv = GITG_CONFIG_GET_PRIVATE (self);
self->priv->shell = gitg_shell_new_synchronized (1000);
gitg_shell_set_preserve_line_endings (self->priv->shell, TRUE);
self->priv->accumulated = g_string_new ("");