diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-08-29 21:48:02 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-08-29 21:48:02 -0700 |
commit | d2b9dff8a08cc2037a7ba0463e90791f07cb49dd (patch) | |
tree | 7f2dab9687fbf4dd06d1feae37a4c60959559dd8 /pack-revindex.h | |
parent | tutorial: gentler illustration of Alice/Bob workflow using gitk (diff) | |
parent | discard revindex data when pack list changes (diff) | |
download | tgif-d2b9dff8a08cc2037a7ba0463e90791f07cb49dd.tar.xz |
Merge branch 'np/verify-pack' into maint
* np/verify-pack:
discard revindex data when pack list changes
Diffstat (limited to 'pack-revindex.h')
-rw-r--r-- | pack-revindex.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pack-revindex.h b/pack-revindex.h index 36a514a6cf..8d5027ad91 100644 --- a/pack-revindex.h +++ b/pack-revindex.h @@ -7,5 +7,6 @@ struct revindex_entry { }; struct revindex_entry *find_pack_revindex(struct packed_git *p, off_t ofs); +void discard_revindex(void); #endif |