]> git.cameronkatri.com Git - cgit.git/commit
filter: return on null filter from open and close
authorJason A. Donenfeld <Jason@zx2c4.com>
Mon, 13 Jan 2014 02:56:50 +0000 (03:56 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Tue, 14 Jan 2014 01:00:07 +0000 (02:00 +0100)
commit800380dde797ae35d738a644acdae2fabb9a0d44
tree4770bb2a3eb10021f5d527200ad61a2659a78bea
parentf43b228d0bca5791be98ff3fbb2f8743219635b6
filter: return on null filter from open and close

So that we don't have to include the if(filter) open_filter(filter)
block everywhere, we introduce the guard in the function itself. This
should simplify quite a bit of code.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
filter.c
ui-commit.c
ui-repolist.c
ui-summary.c