>From 5a6c233c6bf0a35aca000b32b9e936a34532900a Mon Sep 17 00:00:00 2001
From: sushmaunnibhavi
Date: Sun, 10 Mar 2019 19:37:33 +0530
Subject: [GSOC][PATCH] Fixed an issue which contained extra unnecessary code
Signed-off-by: Sushma Unnibhavi
---
Since '\n' and '\0' ar
---
Some places in git use raw API opendir/readdir/closedir to traverse a directory
recursively, which usually involves function recursion. Now that we have struct
dir_iterator,we have to convert these to use the dir-iterator to simplify the
code.
Signed-off-by: Sushma Unnibhavi
dir-iterator
---
Some places in git use raw API opendir/readdir/closedir to traverse a directory
recursively, which usually involves function recursion. Now that we have struct
dir_iterator,we have to convert these to use the dir-iterator to simplify the
code.
Signed-off-by: Sushma Unnibhavi
dir-iterator
3 matches
Mail list logo