REFRESH_IN_PORCELAIN 133 builtin/add.c refresh_index(&the_index, verbose ? REFRESH_IN_PORCELAIN : REFRESH_QUIET, REFRESH_IN_PORCELAIN 317 builtin/commit.c if (refresh_cache(refresh_flags | REFRESH_IN_PORCELAIN)) REFRESH_IN_PORCELAIN 359 builtin/reset.c int flags = quiet ? REFRESH_QUIET : REFRESH_IN_PORCELAIN; REFRESH_IN_PORCELAIN 1177 read-cache.c int in_porcelain = (flags & REFRESH_IN_PORCELAIN);