Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'en/header-cleanup' | Junio C Hamano | 2023-03-17 | 1 | -1/+2 |
|\ | |||||
| * | alloc.h: move ALLOC_GROW() functions from cache.h | Elijah Newren | 2023-02-23 | 1 | -1/+2 |
* | | dir-iterator: drop unused `DIR_ITERATOR_FOLLOW_SYMLINKS` | Taylor Blau | 2023-02-16 | 1 | -9/+3 |
|/ | |||||
* | dir-iterator: prevent top-level symlinks without FOLLOW_SYMLINKS | Taylor Blau | 2023-01-24 | 1 | -4/+9 |
* | dir-iterator: add flags parameter to dir_iterator_begin | Matheus Tavares | 2019-07-11 | 1 | -17/+39 |
* | dir-iterator: refactor state machine model | Matheus Tavares | 2019-07-11 | 1 | -112/+122 |
* | dir-iterator: use warning_errno when possible | Matheus Tavares | 2019-07-11 | 1 | -11/+12 |
* | Replace all die("BUG: ...") calls by BUG() ones | Johannes Schindelin | 2018-05-06 | 1 | -1/+1 |
* | dir_iterator: new API for iterating over a directory tree | Michael Haggerty | 2016-06-20 | 1 | -0/+202 |