]> granicus.if.org Git - cgit/commit
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)
commit3d33b46df24d4dee140d0aafb1eba5fffa314cf0
tree86086c5ca8dfe17322ced822e7c313fd09337824
parent7ce19ba550ff0d32359b9fb35eeb6282747524b9
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 <john@keeping.me.uk> for git v2.12.1.
Makefile
git
shared.c
ui-blob.c