]> gitweb.ps.run Git - ps-cgit/commitdiff
ui-plain: more efficient walk_tree()
authorMark Lodato <lodatom@gmail.com>
Sun, 31 Jan 2010 06:07:41 +0000 (01:07 -0500)
committerMark Lodato <lodatom@gmail.com>
Sun, 31 Jan 2010 22:08:49 +0000 (17:08 -0500)
Git's read_tree_recursive() already filters out the objects by pathname,
so we only have to compare baselen to the expected.  That is, no string
matching is required.

Additionally, if the requested path is a directory, the old code would
walk through all of its immediate children.  This is not necessary, this
so we no longer do that.

Signed-off-by: Mark Lodato <lodatom@gmail.com>

No differences found