aboutsummaryrefslogtreecommitdiff
path: root/builtin-fetch.c
diff options
context:
space:
mode:
authorJakub Narebski <jnareb@gmail.com>2009-05-10 02:40:37 +0200
committerJunio C Hamano <gitster@pobox.com>2009-05-10 21:19:13 -0700
commit68cedb1fea0bbcd5f7c32ce10e3c346bc6db38c5 (patch)
treeec8a02945b9c3fc10536e9e52257cb95869753fa /builtin-fetch.c
parent34122b57eca747022336f5a3dc1aa80377d1ce56 (diff)
downloadgit-68cedb1fea0bbcd5f7c32ce10e3c346bc6db38c5.tar.gz
git-68cedb1fea0bbcd5f7c32ce10e3c346bc6db38c5.tar.xz
gitweb: Use block form of map/grep in a few cases more
Use block form of 'grep' i.e. 'grep {BLOCK} LIST' rather than 'grep(EXPR, LIST)' in filter_snapshot_fmts subroutine. This makes code more readable, as expression is rather long, and statement above there is 'map' with very similar expression also in the block form. Remove unnecessary and misleading parentheses around block form 'map' arguments in quote_command subroutine. The inner "map" in format_snapshot_links was left alone, as it is not clear whether adding parentheses or changing it into block form would improve readibility and clarity of this code. Signed-off-by: Jakub Narebski <jnareb@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin-fetch.c')
0 files changed, 0 insertions, 0 deletions