On Mon, Feb 24, 2020 at 03:13:18PM +0000, Heba Waly via GitGitGadget wrote: > From: Heba Waly <heba.waly@xxxxxxxxx> > > Following the new helpers added to the advice library, > replace the global variable check approach by the new > API calls > > Signed-off-by: Heba Waly <heba.waly@xxxxxxxxx> > --- > advice.c | 2 -- > advice.h | 1 - > builtin/tag.c | 5 +++-- > t/t7004-tag.sh | 1 + > 4 files changed, 4 insertions(+), 5 deletions(-) More deleted lines than added lines always makes me a little happier ;) Reviewed-by: Emily Shaffer <emilyshaffer@xxxxxxxxxx>