]> git.ipfire.org Git - thirdparty/git.git/commit - usage.c
usage: add set_warn_routine()
authorChristian Couder <christian.couder@gmail.com>
Sun, 4 Sep 2016 20:18:27 +0000 (22:18 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 7 Sep 2016 19:29:53 +0000 (12:29 -0700)
commitb83f108b082dfd5452d5c1ab03596fa13750d23f
tree2ad433439de62fce9fc4551684c9bb4abfda7722
parent487beee0c37d48f06f1ccf19889f6c3dcbdbfa28
usage: add set_warn_routine()

There are already set_die_routine() and set_error_routine(),
so let's add set_warn_routine() as this will be needed in a
following commit.

Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-compat-util.h
usage.c