X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FVCBackend.h;h=2ee076f2e1d0b2b4ad8ad70a587a4dfa1e6e0419;hb=0885098bd3c07ca71024c4fe1bc7d6a1879918f6;hp=570c4a295f2ccfe3c91c1c4be68a5cba29f7401f;hpb=51aebc9327345f6ea065035f489dbfec1568279f;p=lyx.git diff --git a/src/VCBackend.h b/src/VCBackend.h index 570c4a295f..2ee076f2e1 100644 --- a/src/VCBackend.h +++ b/src/VCBackend.h @@ -560,6 +560,8 @@ private: bool getFileRevisionInfo(); /// cache for file revision number, "?" if already unsuccessful, isNumber==true std::string rev_file_cache_; + /// cache for abbreviated file revision number, "?" if already unsuccessful, isNumber==true + std::string rev_file_abbrev_cache_; /// cache for author of last commit std::string rev_author_cache_; /// cache for date of last commit