Skip to content

Commit 09c06fb

Browse files
dschoGit for Windows Build Agent
authored andcommitted
fixup??? clean: do not traverse mount points
This is required by `en/header-split-cache-h-part-3`. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 79b7ddd commit 09c06fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

path.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ int normalize_path_copy_len(char *dst, const char *src, int *prefix_len);
193193
int normalize_path_copy(char *dst, const char *src);
194194
int longest_ancestor_length(const char *path, struct string_list *prefixes);
195195
char *strip_path_suffix(const char *path, const char *suffix);
196+
int is_mount_point_via_stat(struct strbuf *path);
196197
int daemon_avoid_alias(const char *path);
197198

198199
/*

0 commit comments

Comments
 (0)