Documentation / RelNotes / 1.8.4.5.txton commit t/t5515-fetch-merge-logic.sh: use the $( ... ) construct for command substitution (28666e5)
   1Git v1.8.4.5 Release Notes
   2==========================
   3
   4Fixes since v1.8.4.4
   5--------------------
   6
   7 * Recent update to remote-hg that attempted to make it work better
   8   with non ASCII pathnames fed Unicode strings to the underlying Hg
   9   API, which was wrong.
  10
  11 * "git submodule init" copied "submodule.$name.update" settings from
  12   .gitmodules to .git/config without making sure if the suggested
  13   value was sensible.