]> gitweb.ps.run Git - ps-cgit/commitdiff
git: update to v2.13.4
authorChristian Hesse <mail@eworm.de>
Mon, 24 Jul 2017 15:22:52 +0000 (17:22 +0200)
committerLukas Fleischer <lfleischer@lfos.de>
Thu, 10 Aug 2017 13:15:54 +0000 (15:15 +0200)
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 <john@keeping.me.uk> for git v2.12.1.


No differences found