diff options
author | Michael Haggerty <mhagger@alum.mit.edu> | 2016-06-18 06:15:18 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-06-20 11:38:21 -0700 |
commit | 0fe5043dad74352c08447eb1913df0b6c3f2731c (patch) | |
tree | 7ed4e4f4b55b942da556e4c4914a379358c8de0e /git-sh-i18n.sh | |
parent | for_each_reflog(): don't abort for bad references (diff) | |
download | tgif-0fe5043dad74352c08447eb1913df0b6c3f2731c.tar.xz |
dir_iterator: new API for iterating over a directory tree
The iterator interface is modeled on that for references, though no
vtable is necessary because there is (so far?) only one type of
dir_iterator.
There are obviously a lot of features that could easily be added to this
class:
* Skip/include directory paths in the iteration
* Shallow/deep iteration
* Letting the caller decide which subdirectories to recurse into (e.g.,
via a dir_iterator_advance_into() function)
* Option to iterate in sorted order
* Option to iterate over directory paths before vs. after their contents
But these are not needed for the current patch series, so I refrain.
Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git-sh-i18n.sh')
0 files changed, 0 insertions, 0 deletions