Merge branch 'jt/decorate-api'

A few structures and variables that are implementation details of
the decorate API have been renamed and then the API got documented
better.

* jt/decorate-api:
  decorate: clean up and document API
This commit is contained in:
Junio C Hamano
2017-12-27 11:16:26 -08:00
8 changed files with 146 additions and 25 deletions

View File

@ -895,7 +895,7 @@ static void export_marks(char *file)
{
unsigned int i;
uint32_t mark;
struct object_decoration *deco = idnums.hash;
struct decoration_entry *deco = idnums.entries;
FILE *f;
int e = 0;