From: Christian Hesse Date: Mon, 24 Jul 2017 15:22:52 +0000 (+0200) Subject: git: update to v2.13.4 X-Git-Url: https://gitweb.ps.run/ps-cgit/commitdiff_plain/3d33b46df24d4dee140d0aafb1eba5fffa314cf0?hp=3d33b46df24d4dee140d0aafb1eba5fffa314cf0 git: update to v2.13.4 Update to git version v2.13.4: With commit 8aee769f (pathspec: copy and free owned memory) the definition of struct pathspec_item has changed with the expectation that pathspecs will be managed dynamically. We work around this a bit by setting up a static structure, but let's allocate the match string to avoid needing to cast away const. Updated a patch from John Keeping for git v2.12.1. ---