about summary refs log tree commit diff
path: root/.gitmodules
diff options
context:
space:
mode:
authorMark Lodato <lodatom@gmail.com>2010-01-31 01:07:41 -0500
committerMark Lodato <lodatom@gmail.com>2010-01-31 17:08:49 -0500
commit74ebf82229829bbdbe74a4d9a7b6f29d2889dfc8 (patch)
tree0283b46ed39d886ff9665d76f0743de708751986 /.gitmodules
parentui-plain: remove unused curr_rev variable (diff)
downloadcgit-pink-74ebf82229829bbdbe74a4d9a7b6f29d2889dfc8.tar.gz
cgit-pink-74ebf82229829bbdbe74a4d9a7b6f29d2889dfc8.zip
ui-plain: more efficient walk_tree()
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>
Diffstat (limited to '.gitmodules')
0 files changed, 0 insertions, 0 deletions
t?id=7d9fcc56afeb3fff34c11fd19b2a28d0253b4add&follow=1'>Add BintiJune McEnroe 2021-02-07Finish configuring xtermJune McEnroe 2021-02-06Enable tapping, reverse scroll, set scaling in wsconsctlJune McEnroe 2021-02-06Set root window to black on purple snowJune McEnroe 2021-02-06Add xmodmap configurationJune McEnroe 2021-02-06Add initial OpenBSD X configurationJune McEnroe 2021-02-06Add xterm output to schemeJune McEnroe