Fixed issue #160: Browse Refs dialog: Parameter is incorrect.
commit0e98b843bc79755c7077538badeb895ef33ea43c
authorJohan 't Hart <johanthart@gmail.com>
Mon, 13 Sep 2010 21:53:51 +0000 (13 23:53 +0200)
committerJohan 't Hart <johanthart@gmail.com>
Mon, 13 Sep 2010 21:53:51 +0000 (13 23:53 +0200)
tree9b3c13c35bbc5f145e358f46f8d851919f0847f4
parentad396c367f19f4b1c05f59687483ddcbe259210e
Fixed issue #160: Browse Refs dialog: Parameter is incorrect.

The git command:
git for-each-ref --format=%(subject)
sometimes has a <CR> char in it. This was not expected because subjects only cover the first line. Browse Refs considered this char as an end of line. It now uses %03 <EOT> as end of line character.
src/TortoiseProc/BrowseRefsDlg.cpp