diff options
author | Jeff King <peff@peff.net> | 2019-04-11 09:48:33 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-04-12 13:34:17 +0900 |
commit | b46054b3746271d23feab001b49357983fda42f1 (patch) | |
tree | 2c2951085a79a56093ab8423b5b031051570e508 /ci/test-documentation.sh | |
parent | test-prio-queue: use xmalloc (diff) | |
download | tgif-b46054b3746271d23feab001b49357983fda42f1.tar.xz |
xdiff: use git-compat-util
Since the xdiff library was not originally part of Git, it does its own
system includes. Let's instead use git-compat-util, which has two
benefits:
1. It adjusts for any system-specific quirks in how or what we should
include (though xdiff's needs are light enough that this hasn't
been a problem in the past).
2. It lets us use wrapper functions like xmalloc().
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'ci/test-documentation.sh')
0 files changed, 0 insertions, 0 deletions