Fix display of conflicts in the main view when 'show-changes' is enabled
commitf206f2ea02d8705579043384b3926cb8307883f7
authorJonas Fonseca <jonas.fonseca@gmail.com>
Wed, 6 Aug 2014 01:24:53 +0000 (5 21:24 -0400)
committerJonas Fonseca <jonas.fonseca@gmail.com>
Wed, 6 Aug 2014 01:24:53 +0000 (5 21:24 -0400)
tree601b3d0a2b6554d703a8704fb3c73af83ee534ef
parent213348a1e945bb4dec01a88caf112425415f481d
Fix display of conflicts in the main view when 'show-changes' is enabled

The main view showed both staged and unstaged changes, but should only
show unstaged changes for the unmerged file.
NEWS.adoc
src/repo.c
test/main/show-changes-test
test/tools/setup-conflict.sh [new file with mode: 0755]