report 106 alloc.c report(#name, name##_state.count, name##_state.count * sizeof(type) >> 10) report 1381 builtin/index-pack.c const char *report = "pack"; report 1414 builtin/index-pack.c report = "keep"; report 1445 builtin/index-pack.c report, sha1_to_hex(sha1)); report 1770 builtin/receive-pack.c report(commands, unpack_status); report 409 builtin/update-index.c report("add '%s'", path); report 437 builtin/update-index.c report("chmod %cx '%s'", flip, path); report 463 builtin/update-index.c report("remove '%s'", path); report 468 builtin/update-index.c report("add '%s'", path); report 508 fsck.c retval += report(options, &item->object, FSCK_MSG_NULL_SHA1, "contains entries pointing to null sha1"); report 510 fsck.c retval += report(options, &item->object, FSCK_MSG_FULL_PATHNAME, "contains full pathnames"); report 512 fsck.c retval += report(options, &item->object, FSCK_MSG_EMPTY_NAME, "contains empty pathname"); report 514 fsck.c retval += report(options, &item->object, FSCK_MSG_HAS_DOT, "contains '.'"); report 516 fsck.c retval += report(options, &item->object, FSCK_MSG_HAS_DOTDOT, "contains '..'"); report 518 fsck.c retval += report(options, &item->object, FSCK_MSG_HAS_DOTGIT, "contains '.git'"); report 520 fsck.c retval += report(options, &item->object, FSCK_MSG_ZERO_PADDED_FILEMODE, "contains zero-padded file modes"); report 522 fsck.c retval += report(options, &item->object, FSCK_MSG_BAD_FILEMODE, "contains bad file modes"); report 524 fsck.c retval += report(options, &item->object, FSCK_MSG_DUPLICATE_ENTRIES, "contains duplicate file entries"); report 526 fsck.c retval += report(options, &item->object, FSCK_MSG_TREE_NOT_SORTED, "not properly sorted"); report 539 fsck.c return report(options, obj, report 557 fsck.c return report(options, obj, report 571 fsck.c return report(options, obj, FSCK_MSG_MISSING_NAME_BEFORE_EMAIL, "invalid author/committer line - missing space before email"); report 574 fsck.c return report(options, obj, FSCK_MSG_BAD_NAME, "invalid author/committer line - bad name"); report 576 fsck.c return report(options, obj, FSCK_MSG_MISSING_EMAIL, "invalid author/committer line - missing email"); report 578 fsck.c return report(options, obj, FSCK_MSG_MISSING_SPACE_BEFORE_EMAIL, "invalid author/committer line - missing space before email"); report 582 fsck.c return report(options, obj, FSCK_MSG_BAD_EMAIL, "invalid author/committer line - bad email"); report 585 fsck.c return report(options, obj, FSCK_MSG_MISSING_SPACE_BEFORE_DATE, "invalid author/committer line - missing space before date"); report 588 fsck.c return report(options, obj, FSCK_MSG_ZERO_PADDED_DATE, "invalid author/committer line - zero-padded date"); report 590 fsck.c return report(options, obj, FSCK_MSG_BAD_DATE_OVERFLOW, "invalid author/committer line - date causes integer overflow"); report 592 fsck.c return report(options, obj, FSCK_MSG_BAD_DATE, "invalid author/committer line - bad date"); report 600 fsck.c return report(options, obj, FSCK_MSG_BAD_TIMEZONE, "invalid author/committer line - bad time zone"); report 617 fsck.c return report(options, &commit->object, FSCK_MSG_MISSING_TREE, "invalid format - expected 'tree' line"); report 619 fsck.c err = report(options, &commit->object, FSCK_MSG_BAD_TREE_SHA1, "invalid 'tree' line format - bad sha1"); report 626 fsck.c err = report(options, &commit->object, FSCK_MSG_BAD_PARENT_SHA1, "invalid 'parent' line format - bad sha1"); report 639 fsck.c err = report(options, &commit->object, FSCK_MSG_MISSING_GRAFT, "graft objects missing"); report 645 fsck.c err = report(options, &commit->object, FSCK_MSG_MISSING_PARENT, "parent objects missing"); report 658 fsck.c err = report(options, &commit->object, FSCK_MSG_MISSING_AUTHOR, "invalid format - expected 'author' line"); report 660 fsck.c err = report(options, &commit->object, FSCK_MSG_MULTIPLE_AUTHORS, "invalid format - multiple 'author' lines"); report 664 fsck.c return report(options, &commit->object, FSCK_MSG_MISSING_COMMITTER, "invalid format - expected 'committer' line"); report 669 fsck.c return report(options, &commit->object, FSCK_MSG_BAD_TREE, "could not load commit's tree %s", sha1_to_hex(tree_sha1)); report 701 fsck.c return report(options, &tag->object, report 706 fsck.c ret = report(options, &tag->object, report 718 fsck.c ret = report(options, &tag->object, FSCK_MSG_MISSING_OBJECT, "invalid format - expected 'object' line"); report 722 fsck.c ret = report(options, &tag->object, FSCK_MSG_BAD_OBJECT_SHA1, "invalid 'object' line format - bad sha1"); report 729 fsck.c ret = report(options, &tag->object, FSCK_MSG_MISSING_TYPE_ENTRY, "invalid format - expected 'type' line"); report 734 fsck.c ret = report(options, &tag->object, FSCK_MSG_MISSING_TYPE, "invalid format - unexpected end after 'type' line"); report 738 fsck.c ret = report(options, &tag->object, FSCK_MSG_BAD_TYPE, "invalid 'type' value"); report 744 fsck.c ret = report(options, &tag->object, FSCK_MSG_MISSING_TAG_ENTRY, "invalid format - expected 'tag' line"); report 749 fsck.c ret = report(options, &tag->object, FSCK_MSG_MISSING_TAG, "invalid format - unexpected end after 'type' line"); report 754 fsck.c ret = report(options, &tag->object, FSCK_MSG_BAD_TAG_NAME, report 764 fsck.c ret = report(options, &tag->object, FSCK_MSG_MISSING_TAGGER_ENTRY, "invalid format - expected 'tagger' line"); report 783 fsck.c return report(options, &tag->object, FSCK_MSG_BAD_TAG_OBJECT, "could not load tagged object"); report 792 fsck.c return report(options, obj, FSCK_MSG_BAD_OBJECT_SHA1, "no valid object to fsck"); report 805 fsck.c return report(options, obj, FSCK_MSG_UNKNOWN_TYPE, "unknown type '%d' (internal fsck error)",