diff options
author | Junio C Hamano <gitster@pobox.com> | 2020-03-25 13:57:41 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-03-25 13:57:41 -0700 |
commit | c4a09cc9ccb63090b78a4d9529462151df62d73d (patch) | |
tree | 1ffed9c273282fbc4c977dabc1a1692b03d67329 /Makefile | |
parent | Git 2.26 (diff) | |
parent | tag: use new advice API to check visibility (diff) | |
download | tgif-c4a09cc9ccb63090b78a4d9529462151df62d73d.tar.xz |
Merge branch 'hw/advise-ng'
Revamping of the advise API to allow more systematic enumeration of
advice knobs in the future.
* hw/advise-ng:
tag: use new advice API to check visibility
advice: revamp advise API
advice: change "setupStreamFailure" to "setUpstreamFailure"
advice: extract vadvise() from advise()
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -695,6 +695,7 @@ X = PROGRAMS += $(patsubst %.o,git-%$X,$(PROGRAM_OBJS)) +TEST_BUILTINS_OBJS += test-advise.o TEST_BUILTINS_OBJS += test-chmtime.o TEST_BUILTINS_OBJS += test-config.o TEST_BUILTINS_OBJS += test-ctype.o |