Load git-describe info after the diff content has been read
commitee16cd993365a4a8cdf02c44d5122fd7d91403bc
authorJonas Fonseca <jonas.fonseca@gmail.com>
Tue, 3 Feb 2015 06:06:29 +0000 (3 01:06 -0500)
committerJonas Fonseca <jonas.fonseca@gmail.com>
Tue, 3 Feb 2015 06:06:29 +0000 (3 01:06 -0500)
tree360b416e0903fa891768b25117b19ada5dd97f6f
parent7036d57d4596fe6af3f18c47b712423aec01a6ff
Load git-describe info after the diff content has been read

This speeds up the diff view by not running the git-describe command
after the "commit" line has been read, since it can be quite expensive
in large repositories.

References #324.
NEWS.adoc
include/tig/diff.h
include/tig/refdb.h
include/tig/view.h
src/diff.c
src/pager.c
src/refdb.c
src/view.c