From: Christian Hesse Date: Wed, 23 Oct 2019 21:21:54 +0000 (+0200) Subject: git: update to v2.24.0 X-Git-Url: https://gitweb.ps.run/ps-cgit/commitdiff_plain/bfabd4519c80f39eedba3dd5d522563899e364c9?ds=inline;hp=bfabd4519c80f39eedba3dd5d522563899e364c9 git: update to v2.24.0 Update to git version v2.24.0. Never use get_cached_commit_buffer() directly, use repo_get_commit_buffer() instead. The latter calls the former anyway. This fixes segmentation fault when commit-graph is enabled and get_cached_commit_buffer() does not return the expected result. Signed-off-by: Christian Hesse ---