git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [GSoC][PATCH 0/2] clone: convert explicit traversal to
@ 2019-02-15 15:49 Matheus Tavares
  2019-02-15 15:49 ` [GSoC][PATCH 1/2] clone: extract function from copy_or_link_directory Matheus Tavares
  2019-02-15 15:49 ` [GSoC][PATCH 2/2] clone: use dir-iterator to avoid explicit dir traversal Matheus Tavares
  0 siblings, 2 replies; 14+ messages in thread
From: Matheus Tavares @ 2019-02-15 15:49 UTC (permalink / raw)
  To: git

Convert explicit recursive dir traversal at copy_or_link_directory of
clone.c to use dir-iterator API.

This is my microproject for GSoC 2019. Idea taken from
https://git.github.io/SoC-2019-Microprojects/#use-dir-iterator-to-avoid-explicit-recursive-directory-traversal

Matheus Tavares (2):
  clone: extract function from copy_or_link_directory
  clone: use dir-iterator to avoid explicit dir traversal

 builtin/clone.c | 64 ++++++++++++++++++++++++++++---------------------
 1 file changed, 37 insertions(+), 27 deletions(-)

-- 
2.20.1


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2019-02-22  0:21 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-15 15:49 [GSoC][PATCH 0/2] clone: convert explicit traversal to Matheus Tavares
2019-02-15 15:49 ` [GSoC][PATCH 1/2] clone: extract function from copy_or_link_directory Matheus Tavares
2019-02-16  6:23   ` Christian Couder
2019-02-18 21:28     ` Matheus Tavares Bernardino
2019-02-15 15:49 ` [GSoC][PATCH 2/2] clone: use dir-iterator to avoid explicit dir traversal Matheus Tavares
2019-02-16  6:41   ` Christian Couder
2019-02-16 14:38   ` Thomas Gummerer
2019-02-18 21:13     ` Matheus Tavares Bernardino
2019-02-18 23:35       ` Thomas Gummerer
2019-02-19 16:23         ` Matheus Tavares Bernardino
2019-02-19 23:45           ` Thomas Gummerer
2019-02-21  4:46             ` Matheus Tavares Bernardino
2019-02-21 21:25               ` Thomas Gummerer
     [not found]       ` <CAMy9T_GzgPPMFLrPNbtf4zaYtyCoUDjXQbd2z8JeXFYogvfrVQ@mail.gmail.com>
2019-02-22  0:22         ` Daniel Ferreira (theiostream)

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).