]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'cc/apply' into maint
authorJunio C Hamano <gitster@pobox.com>
Fri, 6 May 2016 21:53:23 +0000 (14:53 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 6 May 2016 21:53:23 +0000 (14:53 -0700)
Minor code clean-up.

* cc/apply:
  builtin/apply: free patch when parse_chunk() fails
  builtin/apply: handle parse_binary() failure
  apply: remove unused call to free() in gitdiff_{old,new}name()
  builtin/apply: get rid of useless 'name' variable


Trivial merge