diff options
| author | Johannes Schindelin <johannes.schindelin@gmx.de> | 2023-02-06 09:24:06 +0100 |
|---|---|---|
| committer | Johannes Schindelin <johannes.schindelin@gmx.de> | 2023-02-06 09:24:06 +0100 |
| commit | e14d6b8408a2a283e55ca64d2c77ac929ec77204 (patch) | |
| tree | 87fdd060e84cdaaf757d51427010d431b56ab1fd /dir-iterator.h | |
| parent | f8bf6b8f3db21d08d0ef0133b185d2b26f21d041 (diff) | |
| parent | 394a759d2b5f0a1a1908c820cf142f45cb78718c (diff) | |
| download | git-e14d6b8408a2a283e55ca64d2c77ac929ec77204.tar.xz | |
Sync with 2.30.8
* maint-2.30:
Git 2.30.8
apply: fix writing behind newly created symbolic links
dir-iterator: prevent top-level symlinks without FOLLOW_SYMLINKS
clone: delay picking a transport until after get_repo_path()
t5619: demonstrate clone_local() with ambiguous transport
Diffstat (limited to 'dir-iterator.h')
| -rw-r--r-- | dir-iterator.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dir-iterator.h b/dir-iterator.h index 08229157c6..e3b6ff2800 100644 --- a/dir-iterator.h +++ b/dir-iterator.h @@ -61,6 +61,11 @@ * not the symlinks themselves, which is the default behavior. Broken * symlinks are ignored. * + * Note: setting DIR_ITERATOR_FOLLOW_SYMLINKS affects resolving the + * starting path as well (e.g., attempting to iterate starting at a + * symbolic link pointing to a directory without FOLLOW_SYMLINKS will + * result in an error). + * * Warning: circular symlinks are also followed when * DIR_ITERATOR_FOLLOW_SYMLINKS is set. The iteration may end up with * an ELOOP if they happen and DIR_ITERATOR_PEDANTIC is set. |
