cache.h: extract enum declaration from inside a struct declaration
commit58930fdb195d55d25d84c7d6ba2e2976d78a423d
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 30 Jul 2018 15:42:49 +0000 (30 08:42 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 30 Jul 2018 20:14:38 +0000 (30 13:14 -0700)
treeb0571eef90da9ff943fb3ce96b2d16715acc20b3
parentdee338236bbef71639149ba90ec60cb732b73cd0
cache.h: extract enum declaration from inside a struct declaration

While it is technically possible, it is confusing. Not only the user,
but also VS Code's intellisense.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
cache.h