Merge branch 'jk/janitorial-fixes'
commit7aab05d2b4114c932f433a8de20707b9c56f8cd3
authorJunio C Hamano <gitster@pobox.com>
Fri, 14 Mar 2014 21:24:37 +0000 (14 14:24 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 14 Mar 2014 21:24:37 +0000 (14 14:24 -0700)
tree1f375d2d0ceab6fae1c2f50124dbb204f415706f
parentb7de45b58e0ff8ee552a965fa081c4453adfb239
parent78368f2c1ad342719ccf1e719bd5126ca6c7b68b
Merge branch 'jk/janitorial-fixes'

* jk/janitorial-fixes:
  open_istream(): do not dereference NULL in the error case
  builtin/mv: don't use memory after free
  utf8: use correct type for values in interval table
  utf8: fix iconv error detection
  notes-utils: handle boolean notes.rewritemode correctly