From: Junio C Hamano Date: Mon, 27 Feb 2017 21:57:16 +0000 (-0800) Subject: Merge branch 'jk/show-branch-lift-name-len-limit' X-Git-Tag: v2.13.0-rc0~161 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/74a772774d114f57fb95ae1242953f161333bac6?hp=--cc Merge branch 'jk/show-branch-lift-name-len-limit' "git show-branch" expected there were only very short branch names in the repository and used a fixed-length buffer to hold them without checking for overflow. * jk/show-branch-lift-name-len-limit: show-branch: use skip_prefix to drop magic numbers show-branch: store resolved head in heap buffer show-branch: drop head_len variable --- 74a772774d114f57fb95ae1242953f161333bac6