We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 798ddfc + 3223204 commit f46a3f1Copy full SHA for f46a3f1
builtin/add.c
@@ -115,7 +115,7 @@ static int refresh(int verbose, const struct pathspec *pathspec)
115
int i, ret = 0;
116
char *skip_worktree_seen = NULL;
117
struct string_list only_match_skip_worktree = STRING_LIST_INIT_NODUP;
118
- int flags = REFRESH_IGNORE_SKIP_WORKTREE |
+ unsigned int flags = REFRESH_IGNORE_SKIP_WORKTREE |
119
(verbose ? REFRESH_IN_PORCELAIN : REFRESH_QUIET);
120
121
seen = xcalloc(pathspec->nr, 1);
0 commit comments