Code

builtin-branch: factor out merge_filter matching
authorLars Hjemli <hjemli@gmail.com>
Sat, 26 Jul 2008 10:27:24 +0000 (12:27 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sun, 27 Jul 2008 21:14:01 +0000 (14:14 -0700)
commit7950cda782fc313569a8a09be0bfab234689627a
tree188ac29069e3f228fb781fb907ed584ef222b138
parent346d437aab2496872f477bb759db10a43b5dfb5e
builtin-branch: factor out merge_filter matching

The logic for checking commits against merge_filter will be reused
when we recalculate the maxwidth of refnames.

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-branch.c