diff options
author | Jonathan Tan <jonathantanmy@google.com> | 2017-12-07 16:14:24 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-12-08 09:16:27 -0800 |
commit | ddd3e3124276133d0c7e902287ab4113f660f6d7 (patch) | |
tree | e4e7b903528eb62e81a9f8660a40aa3ddb3ff14c /Makefile | |
parent | RelNotes: the eighth batch (diff) | |
download | tgif-ddd3e3124276133d0c7e902287ab4113f660f6d7.tar.xz |
decorate: clean up and document API
Improve the names of the identifiers in decorate.h, document them, and
add an example of how to use these functions.
The example is compiled and run as part of the test suite.
Signed-off-by: Jonathan Tan <jonathantanmy@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -651,6 +651,7 @@ TEST_PROGRAMS_NEED_X += test-dump-cache-tree TEST_PROGRAMS_NEED_X += test-dump-fsmonitor TEST_PROGRAMS_NEED_X += test-dump-split-index TEST_PROGRAMS_NEED_X += test-dump-untracked-cache +TEST_PROGRAMS_NEED_X += test-example-decorate TEST_PROGRAMS_NEED_X += test-fake-ssh TEST_PROGRAMS_NEED_X += test-genrandom TEST_PROGRAMS_NEED_X += test-hashmap |