about summary refs log tree commit diff
path: root/ui-patch.c
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 /ui-patch.c
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 'ui-patch.c')
0 files changed, 0 insertions, 0 deletions
> 2019-05-20Declare vasprintf(3) for GNUJune McEnroe who the fuck is scraeming "#define _GNU_SOURCE" at my house. show yourself, coward. i will never #define _GNU_SOURCE 2019-05-20Fix comparison warning in ttpreJune McEnroe 2019-05-20Add AuthorityJune McEnroe 2019-05-19Specify precedence of unary versions of operatorsJune McEnroe 2019-05-18Add compound assignment operators to orderJune McEnroe 2019-05-15Support simple assignment in orderJune McEnroe 2019-05-15Implement sizeof in orderJune McEnroe 2019-05-15Add orderJune McEnroe 2019-05-12Add T suffix in bitJune McEnroe 2019-05-10Highlight yacc and lex files as CJune McEnroe Their %-prefixed directives should probably be highlighted Macro. 2019-05-10Use val instead of suboptargJune McEnroe suboptarg doesn't exist in GNU. Hopefully BSD getsubopt also sets val on failure? 2019-05-09Add Parable of the SowerJune McEnroe 2019-05-07Add bit without buildJune McEnroe Need to do some stuff in the Makefile for lex and yacc and generating HTML pages for it. 2019-05-04Fix MANDIR typoJune McEnroe 2019-05-04Move relay to binJune McEnroe