Merge branch 'nd/object-allocation-comments'

Code doc update.

* nd/object-allocation-comments:
  object.h: realign object flag allocation comment
  object.h: update flag allocation comment
This commit is contained in:
Junio C Hamano
2018-03-14 12:01:06 -07:00
5 changed files with 20 additions and 12 deletions

View File

@ -2549,6 +2549,7 @@ static void read_object_list_from_stdin(void)
}
}
/* Remember to update object flag allocation in object.h */
#define OBJECT_ADDED (1u<<20)
static void show_commit(struct commit *commit, void *data)