commit | 825900e7a34311694219e8063562367962400534 | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <sop@google.com> | Fri Jun 01 16:37:26 2012 -0700 |
committer | Shawn O. Pearce <sop@google.com> | Mon Jun 04 14:01:44 2012 -0700 |
tree | 6f3b36745cab0ae4430d7806e6b2ec3a1466e4fa | |
parent | 8eed574154e953800d0a31357a079cb63bf26f37 [diff] |
Notify the cache the git_tags was modified The tag cache is updated in-place, which prevents the H2 based storage from writing out the updated tag information. This means servers almost never have the right data stored on disk and must recompute it at startup. Anytime the value is modified in place, put it back into the cache so it can be saved for use on the next startup. Change-Id: Iaa6aa276a40c332e50471c245fe8aad79d9e3f80