[GSOC][PATCH] Fixed an issue which contained extra unnecessary code

2019-03-10 Thread sushmaunnibhavi
>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

[GSOC][PATCH 1/2] modified dir-iterator.c

2019-03-08 Thread sushmaunnibhavi
--- 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

[PATCH 1/2] modified dir-iterator.c

2019-03-08 Thread sushmaunnibhavi
--- 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